freebsd-skq/lib/libc/regex
Daniel C. Sobral c5e125bbbf Deal with the signed/unsigned chars issue in a more proper manner. We
use a CHAR_MIN-based array, like elsewhere in the code.

Remove a number of unused variables (some due to the above change, one
that was left after a number of optimizing steps through the source).

Brucified by: bde
2000-07-07 07:46:36 +00:00
..
cclass.h
cname.h
COPYRIGHT
engine.c Deal with the signed/unsigned chars issue in a more proper manner. We 2000-07-07 07:46:36 +00:00
Makefile.inc
re_format.7
regcomp.c Deal with the signed/unsigned chars issue in a more proper manner. We 2000-07-07 07:46:36 +00:00
regerror.c
regex2.h Enhance the optimization provided by pre-matching. Fix style bugs with 2000-07-02 10:58:07 +00:00
regex.3 Remove from the notes a bug that it's said to have been fixed. 2000-07-02 10:34:25 +00:00
regexec.c
regfree.c Fix memory leak introduced with regcomp.c rev 1.14. 2000-07-02 15:58:54 +00:00
utils.h
WHATSNEW