Commits


CHANGES


acme: fix regexp match choice bug


sam: fix regexp match choice bug


devdraw, rio: more full-screen nonsense


devdraw: full-screen cleanup


rio: more full-screen fixes.


devdraw: add F11 for full-screen toggle


merge


rio: make full-screen work properly; add showevent


libdiskfs: fix ext2 directory reading bug (Mike Mammarella)


acme: make STACK bigger for OS X (David Swasey)


libdraw: fix spinning event loop (David Bulkow)


libregexp: fix match choice bug This bug fix allows some pathological regular expressions to cause the regexp library to report a stack overflow (really a stack filling; safe) but it also fixes the behavior of some common regexps. It is too hard to satisfy both.


dist,unix: use MKSHELL=$PLAN9/bin/rc (John DeGood)


libregexp: revert regexp fix