summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/regexp/regexp.c
Commit message (Collapse)AuthorAgeFilesLines
* Trim down libcompat by removing <regexp.h>.ed2010-03-141-1337/+0
| | | | | | | | | | | | | | | Erwin ran an exp-run with libcompat and <regexp.h> removed. It turns out the regexp library is almost entirely unused. In fact, it looks like it is sometimes used by accident. Because these function names clash with libc's <regex.h>, some application use both <regex.h> and libcompat, which means they link against the wrong regex library. This commit removes the regexp library and reimplements re_comp() and re_exec() using <regex.h>. It seems the grammar of the regular expressions accepted by these functions is similar to POSIX EREs. After this commit, 1 low-profile port will be broken, but the maintainer already has a patch for it sitting in his mailbox.
* Remove 'register' keyword.obrien2002-03-211-56/+60
|
* Speedup in case locale not usedache1997-04-041-26/+16
|
* Replace collate_range_cmp call with its codeache1996-10-311-1/+18
|
* Convert to newly aded collate compare functionache1996-08-121-4/+5
|
* Use collate info for alpha character rangesache1996-08-121-8/+13
| | | | 8bit cleanup
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+1320
OpenPOWER on IntegriCloud