History log of /netbsd-src/lib/libc/regex/utils.h (Results 1 – 9 of 9)
Revision Date Author Comments
# 185787c6 22-Apr-2021 christos <christos@NetBSD.org>

PR/56120: Chris Pinnock: build.sh (-m alpha) release fails on current on
Darwin in libc compilation
We build the regex code in tools without nls. We don't include any nls headers
for that, but on Dar

PR/56120: Chris Pinnock: build.sh (-m alpha) release fails on current on
Darwin in libc compilation
We build the regex code in tools without nls. We don't include any nls headers
for that, but on Darwin wint_t gets defined, so we end up with a compilation
error. The cleaner fix would have been to always use regex_foo_t types, but
the minimal fix is to only do this for the tools build, using cpp.

show more ...


# e37fce91 25-Feb-2021 christos <christos@NetBSD.org>

Add glue to disable locale code in order to be smaller.


# 1ee269c3 23-Feb-2021 christos <christos@NetBSD.org>

sync with FreeBSD:
- NLS support
- GNU extensions
- bug fixes


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 2c84ad3a 27-Feb-1995 cgd <cgd@NetBSD.org>

add unintrusive Ids


# 7c6ed81d 30-Jan-1995 cgd <cgd@NetBSD.org>

clean up import; kill old cruft.


# 3ed83140 23-Feb-1994 jtc <jtc@NetBSD.org>

Upgrade regex routines to alpha3.3.


# 6931099e 11-Nov-1993 jtc <jtc@NetBSD.org>

Update to Henry's Nov 2, 1993 alpha3.2 release.


# b90ff831 10-Nov-1993 jtc <jtc@NetBSD.org>

Henry Spencer's POSIX.2 compatibile regular expression matching routines.