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. |
||
|---|---|---|
| .. | ||
| cvt | ||
| lib9.h | ||
| lib9.std.h | ||
| mkfile | ||
| portdate | ||
| README | ||
| regaux.c | ||
| regcomp.c | ||
| regcomp.h | ||
| regerror.c | ||
| regexec.c | ||
| regsub.c | ||
| rregexec.c | ||
| rregsub.c | ||
| test2.c | ||
| test.c | ||
This is a Unix port of the Plan 9 regular expression library, originally done for the Inferno operating system. Russ Cox repackaged this to build as a standalone Unix library. Send comments about packaging to Russ Cox <rsc@post.harvard.edu>