aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/regex
Commit message (Expand)AuthorAgeFilesLines
* Add restrict type-qualifier.Mike Barcroft2002-10-024-14/+15
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-226-1/+5
* Fix the style of the SCM ID's.David E. O'Brien2002-03-226-12/+16
* Back out last commit (rev 1.2). I thought I caught this file in timeDavid E. O'Brien2002-03-221-1/+1
* Remove __P() usage.David E. O'Brien2002-03-214-54/+54
* Remove 'register' keyword.David E. O'Brien2002-03-218-330/+334
* Fix a typo I made in revision 1.5.Ruslan Ermilov2002-01-221-1/+1
* The algorithm that computes the tables used in the BM search algorithm sometimesDaniel C. Sobral2001-11-091-1/+2
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
* mdoc(7) police:Ruslan Ermilov2001-08-071-4/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
* mdoc(7) police: fixed the weird construct.Ruslan Ermilov2001-02-091-3/+1
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-121-266/+433
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-13/+13
* Replace a `dagger' sign with a `double dagger' one.Ruslan Ermilov2000-11-161-15/+15
* Convert this from -man to -mdoc.Ruslan Ermilov2000-11-141-140/+345
* Actually make it so this Makefile can build grot.Brian Feldman2000-07-101-1/+8
* Add a test case for one of the bugs found on the new additions toDaniel C. Sobral2000-07-091-0/+1
* Spencer's regex(3) test code.Daniel C. Sobral2000-07-098-0/+1727
* altoffset() always returned whenever it recursed, because at the endDaniel C. Sobral2000-07-091-0/+4
* Since g->moffset points to the _maximum_ offset at which the mustDaniel C. Sobral2000-07-091-1/+1
* Add some casts here and there.Daniel C. Sobral2000-07-091-3/+3
* Since we have modified charjump to be CHAR_MIN-based, we have toDaniel C. Sobral2000-07-081-1/+2
* Do not free NULL pointers.Daniel C. Sobral2000-07-071-1/+1
* Deal with the signed/unsigned chars issue in a more proper manner. WeDaniel C. Sobral2000-07-072-21/+17
* I hate signed chars.^W^W^W^W^WCast to unsigned char before using signedDaniel C. Sobral2000-07-061-1/+1
* Correct comment to work with test code.Daniel C. Sobral2000-07-061-2/+2
* Use UCHAR_MAX consistently.Daniel C. Sobral2000-07-061-1/+1
* Fix memory leak introduced with regcomp.c rev 1.14.Daniel C. Sobral2000-07-021-0/+6
* Enhance the optimization provided by pre-matching. Fix style bugs withDaniel C. Sobral2000-07-023-12/+177
* Remove from the notes a bug that it's said to have been fixed.Daniel C. Sobral2000-07-021-5/+0
* Initialize variables used by the Boyer-Moore algorithm.Daniel C. Sobral2000-06-291-0/+2
* Add Boyler-Moore algorithm to pre-matching test.Daniel C. Sobral2000-06-293-6/+202
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* remove <ctype.h> - not neededAndrey A. Chernov1999-07-261-1/+0
* unsigned char cleanupAndrey A. Chernov1999-07-261-17/+17
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-122-0/+2
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-4/+4
* int -> long changes that reduce the diffs with the NetBSD version toJohn Birrell1998-05-142-34/+34
* Note that '+' and '?' are not special characters in basic REs but theySteve Price1998-02-141-2/+5
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-151-4/+3
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-2/+6
* Speedup in case locale not usedAndrey A. Chernov1997-04-041-5/+11
* collate_range_cmp -> __collate_range_cmpAndrey A. Chernov1996-10-311-4/+5
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-1/+3
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-121-4/+4
* Remove static collcmp, use new internal function nowAndrey A. Chernov1996-08-121-37/+4