NetBSD/lib/libc/regex
cgd c765a5a975 qualify opcode constants with long, so that bad things don't happen when long
!= 32 bits.  This might need a bit more thought (i.e. why use long here to
begin with, when int32_t might be a better choice), but for now it's good
enough.  From Ross Harvey in PR 3450, extended by me to cover the rest of
the opcode constants and masks.
1997-04-06 19:29:14 +00:00
..
COPYRIGHT add unintrusive Ids 1995-02-27 13:22:58 +00:00
Makefile.inc add unintrusive Ids 1995-02-27 13:22:58 +00:00
WHATSNEW add unintrusive Ids 1995-02-27 13:22:58 +00:00
cclass.h add unintrusive Ids 1995-02-27 13:22:58 +00:00
cname.h add unintrusive Ids 1995-02-27 13:22:58 +00:00
engine.c - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions. 1997-01-23 14:01:45 +00:00
re_format.7 add unintrusive Ids 1995-02-27 13:22:58 +00:00
regcomp.c add unintrusive Ids 1995-02-27 13:22:58 +00:00
regerror.c - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions. 1997-01-23 14:01:45 +00:00
regex.3 add unintrusive Ids 1995-02-27 13:22:58 +00:00
regex2.h qualify opcode constants with long, so that bad things don't happen when long 1997-04-06 19:29:14 +00:00
regexec.c fix a slight bogon (found by lint) introduced in rev 1.5 (by me, no less!). 1996-12-19 06:35:52 +00:00
regfree.c add unintrusive Ids 1995-02-27 13:22:58 +00:00
utils.h add unintrusive Ids 1995-02-27 13:22:58 +00:00