Commit Briefs

Russ Cox

sam: revert regexp fix


Russ Cox

acme: revert regexp change




Russ Cox

libregexp: fix ambiguous match selection

echo SYSSYSR1 | sed 's/SYS.+/sysr1/' was producing SYSsysr1 instead of sysr1. Bug was introduced during overflow cleanup earlier this year. Also bring regexec.c and rregexec.c into sync again. Also allocate large enough lists in the regexec2/rregexec2 case.







Russ Cox

.hgignore: ignore more


Russ Cox

merge


Russ Cox

.hgignore: ignore more



Russ Cox

tpic: clean up better