Commit Briefs

Russ Cox

CHANGES


Russ Cox

acme: fix regexp match choice bug


Russ Cox

sam: fix regexp match choice bug



Russ Cox

devdraw: full-screen cleanup


Russ Cox

rio: more full-screen fixes.



Russ Cox

merge






Russ Cox

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.



Russ Cox

libregexp: revert regexp fix