summaryrefslogtreecommitdiff
path: root/lib/libc/regex
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-0617-17/+17
* Remove unused file.Xin LI2005-04-251-63/+0
* Expand *n't contractions.Ruslan Ermilov2005-02-131-3/+3
* Sort sections.Ruslan Ermilov2005-01-201-8/+8
* Plug memory leak.Diomidis Spinellis2004-12-301-0/+4
* Fix computation of the 'n' argument to mbrtowc (through XMBRTOWC) to avoidTim J. Robbins2004-11-211-4/+4
* Directly include <runetype.h> for _CurrentRuneLocale, <_ctype.h> doesn'tStefan Farfeleder2004-10-031-0/+1
* Fix two problems with REG_ICASE that were introduced with the addition ofTim J. Robbins2004-09-051-13/+10
* Update paths to reg*.c and regex2.h. Add a target to build regex.h.Tim J. Robbins2004-07-191-1/+3
* Update for removal of cclass.h. Trim some useless targets. Invoke mkhTim J. Robbins2004-07-191-34/+6
* Update for recent changes to struct re_guts. Disable printing the contentsTim J. Robbins2004-07-191-38/+5
* Remove unused files.Tim J. Robbins2004-07-192-12/+0
* Remove an entry from the BUGS section: we have multibyte characterTim J. Robbins2004-07-121-2/+0
* Make regular expression matching aware of multibyte characters. The generalTim J. Robbins2004-07-125-324/+478
* Add a new error code, REG_ILLSEQ, to indicate that a regular expressionTim J. Robbins2004-07-122-1/+5
* Remove incomplete support for multi-character collating elements. RemoveTim J. Robbins2004-07-112-262/+8
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-07-061-1/+3
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-022-3/+3
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-163-6/+6
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-2/+6
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-181-10/+31
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-3/+1
* 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