plan9port/src/libregexp
Dan Cross fa325e9b42 Trivial changes: whitespace and modes.
Remote whitespace at the ends of lines.
Remove blank lines from the ends of files.
Change modes on source files so that they
are not executable.

Signed-off-by: Dan Cross <cross@gajendra.net>
2020-01-10 14:54:30 +00:00
..
cvt
lib9.h
lib9.std.h Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
mkfile
portdate
README
regaux.c libregexp: revert regexp fix 2007-12-07 17:33:41 -05:00
regcomp.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
regcomp.h libregexp: update from Plan 9 2013-07-02 06:39:17 +02:00
regerror.c
regexec.c libregexp: various fixes 2016-11-02 23:17:40 +00:00
regsub.c libregexp: update from Plan 9 2013-07-02 06:39:17 +02:00
rregexec.c libregexp: various fixes 2016-11-02 23:17:40 +00:00
rregsub.c libregexp: various fixes 2016-11-02 23:17:40 +00:00
test.c libregexp: update from Plan 9 2013-07-02 06:39:17 +02:00
test2.c libregexp: update from Plan 9 2013-07-02 06:39:17 +02:00

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>