NetBSD/dist/nvi/regex
dsl ba3675f1ae Fix regexp on LP64 systems.
By the time 'states1' was expanded, it became 'char *' so the code tried
to put 64 bits into an int!
Fixed PR/41924
2009-10-31 20:11:53 +00:00
..
COPYRIGHT
WHATSNEW
cclass.h WARNS=4 2008-12-05 22:51:42 +00:00
cname.h WARNS=4 2008-12-05 22:51:42 +00:00
engine.c fix PR/41136: \<word search doesn't work in vi 2009-04-12 14:47:51 +00:00
re_format.7
regcomp.c fix bin/41781, the pattern /\$/ doesn't match a dollar sign anymore by default. 2009-08-30 14:57:51 +00:00
regerror.c WARNS=4 2008-12-05 22:51:42 +00:00
regex.3
regex.h
regex2.h make CHAR_T/RCHAR_T as 32bit clean. 2009-01-02 00:32:11 +00:00
regexec.c Fix regexp on LP64 systems. 2009-10-31 20:11:53 +00:00
regfree.c make CHAR_T/RCHAR_T as 32bit clean. 2009-01-02 00:32:11 +00:00
utils.h