Home | History | Annotate | Download | only in regex
History log of /src/lib/libc/regex/utils.h
RevisionDateAuthorComments
 1.9  22-Apr-2021  christos 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.
 1.8  25-Feb-2021  christos Add glue to disable locale code in order to be smaller.
 1.7  23-Feb-2021  christos sync with FreeBSD:
- NLS support
- GNU extensions
- bug fixes
 1.6  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.5  27-Feb-1995  cgd add unintrusive Ids
 1.4  30-Jan-1995  cgd clean up import; kill old cruft.
 1.3  23-Feb-1994  jtc Upgrade regex routines to alpha3.3.
 1.2  11-Nov-1993  jtc Update to Henry's Nov 2, 1993 alpha3.2 release.
 1.1  10-Nov-1993  jtc branches: 1.1.1;
Henry Spencer's POSIX.2 compatibile regular expression matching routines.
 1.1.1.1  30-Jan-1995  cgd regex code from lite. same as we're using, but slightly cleaner.

RSS XML Feed