NetBSD/lib/libc/regex
jtc 43fa6fe319 If port provides __weak_alias(), provide an Standard C and POSIX pure
identifier namespace by renaming non standard functions and variables
such that they have a leading underscore.  The library will use those
names internally.  Weak aliases are used to provide the original names
to the API.

This is only the first part of this change.  It is most of the functions
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.
1997-07-21 14:06:24 +00:00
..
COPYRIGHT
Makefile.inc
WHATSNEW
cclass.h Add missing braces in initializers. 1997-07-13 20:02:50 +00:00
cname.h Add missing braces in initializers. 1997-07-13 20:02:50 +00:00
engine.c Add missing return NULL; 1997-07-13 20:03:30 +00:00
re_format.7
regcomp.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
regerror.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
regex.3
regex2.h
regexec.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
regfree.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
utils.h