summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex
Commit message (Expand)AuthorAgeFilesLines
* The algorithm that computes the tables used in the BM search algorithm sometimesdcs2001-11-091-1/+2
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
* mdoc(7) police:ru2001-08-071-4/+2
* Remove whitespace at EOL.dd2001-07-151-2/+2
* MAN[1-9] -> MAN.ru2001-03-271-2/+2
* mdoc(7) police: fixed the weird construct.ru2001-02-091-3/+1
* man(7) -> mdoc(7).ru2001-01-121-266/+433
* Prepare for mdoc(7)NG.ru2000-12-291-13/+13
* Replace a `dagger' sign with a `double dagger' one.ru2000-11-161-15/+15
* Convert this from -man to -mdoc.ru2000-11-141-140/+345
* Actually make it so this Makefile can build grot.green2000-07-101-1/+8
* Add a test case for one of the bugs found on the new additions todcs2000-07-091-0/+1
* Spencer's regex(3) test code.dcs2000-07-098-0/+1727
* altoffset() always returned whenever it recursed, because at the enddcs2000-07-091-0/+4
* Since g->moffset points to the _maximum_ offset at which the mustdcs2000-07-091-1/+1
* Add some casts here and there.dcs2000-07-091-3/+3
* Since we have modified charjump to be CHAR_MIN-based, we have todcs2000-07-081-1/+2
* Do not free NULL pointers.dcs2000-07-071-1/+1
* Deal with the signed/unsigned chars issue in a more proper manner. Wedcs2000-07-072-21/+17
* 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
* Fix memory leak introduced with regcomp.c rev 1.14.dcs2000-07-021-0/+6
* Enhance the optimization provided by pre-matching. Fix style bugs withdcs2000-07-023-12/+177
* Remove from the notes a bug that it's said to have been fixed.dcs2000-07-021-5/+0
* Initialize variables used by the Boyer-Moore algorithm.dcs2000-06-291-0/+2
* Add Boyler-Moore algorithm to pre-matching test.dcs2000-06-293-6/+202
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* remove <ctype.h> - not neededache1999-07-261-1/+0
* unsigned char cleanupache1999-07-261-17/+17
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-122-0/+2
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-4/+4
* int -> long changes that reduce the diffs with the NetBSD version tojb1998-05-142-34/+34
* Note that '+' and '?' are not special characters in basic REs but theysteve1998-02-141-2/+5
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-151-4/+3
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-2/+6
* Speedup in case locale not usedache1997-04-041-5/+11
* collate_range_cmp -> __collate_range_cmpache1996-10-311-4/+5
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+3
* 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-114-37/+89
* General -Wall warning cleanup, part I.jkh1996-07-125-165/+169
* 8bit clean fixesache1996-03-251-3/+5
* More cleanup.phk1995-10-223-4/+1
* Remove trailing whitespace.rgrimes1995-05-302-2/+2
* First crack at making libc work with the new make macros. It compiles onwollman1994-08-051-2/+2
OpenPOWER on IntegriCloud