summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* The algorithm that computes the tables used in the BM search algorithm sometimesdcs2001-11-091-1/+2
* altoffset() always returned whenever it recursed, because at the enddcs2000-07-091-0/+4
* Add some casts here and there.dcs2000-07-091-3/+3
* Do not free NULL pointers.dcs2000-07-071-1/+1
* Deal with the signed/unsigned chars issue in a more proper manner. Wedcs2000-07-071-3/+5
* I hate signed chars.^W^W^W^W^WCast to unsigned char before using signeddcs2000-07-061-1/+1
* Correct comment to work with test code.dcs2000-07-061-2/+2
* Use UCHAR_MAX consistently.dcs2000-07-061-1/+1
* Enhance the optimization provided by pre-matching. Fix style bugs withdcs2000-07-021-5/+164
* Initialize variables used by the Boyer-Moore algorithm.dcs2000-06-291-0/+2
* Add Boyler-Moore algorithm to pre-matching test.dcs2000-06-291-0/+144
* unsigned char cleanupache1999-07-261-17/+17
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-4/+4
* Speedup in case locale not usedache1997-04-041-5/+11
* collate_range_cmp -> __collate_range_cmpache1996-10-311-4/+5
* Convert to newly aded collate compare functionache1996-08-121-4/+4
* Remove static collcmp, use new internal function nowache1996-08-121-37/+4
* Use collate data for national alpha character ranges like [a-z]ache1996-08-111-4/+45
* Short value is better for hash due to easy overflow in 8bit charactersache1996-08-111-1/+1
* Use locale for character classes instead of hardcoded valuesache1996-08-111-6/+66
* General -Wall warning cleanup, part I.jkh1996-07-121-28/+32
* 8bit clean fixesache1996-03-251-3/+5
* More cleanup.phk1995-10-221-2/+0
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+1698
OpenPOWER on IntegriCloud