summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex
Commit message (Expand)AuthorAgeFilesLines
* Document incorrect handling of multibyte characters.tjr2004-07-061-1/+3
* Mechanically kill hard sentence breaks.ru2004-07-022-3/+3
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-163-6/+6
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-2/+6
* mdoc(7) police: "The .Fn function".ru2002-12-181-10/+31
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-3/+1
* Add restrict type-qualifier.mike2002-10-024-14/+15
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Fix the style of the SCM ID's.obrien2002-03-226-1/+5
* Fix the style of the SCM ID's.obrien2002-03-226-12/+16
* Back out last commit (rev 1.2). I thought I caught this file in timeobrien2002-03-221-1/+1
* Remove __P() usage.obrien2002-03-214-54/+54
* Remove 'register' keyword.obrien2002-03-218-330/+334
* Fix a typo I made in revision 1.5.ru2002-01-221-1/+1
* 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
OpenPOWER on IntegriCloud