aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/regex
Commit message (Expand)AuthorAgeFilesLines
* Revert r265367:Pedro F. Giffuni2014-05-051-1/+1
* regex: Use calloc instead of malloc.Pedro F. Giffuni2014-05-051-1/+1
* regex: Remove some unreachable breaks.Pedro F. Giffuni2014-05-012-7/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-2/+2
* Fix assignment of maximum bounadary.Xin LI2013-03-011-1/+1
* Remove some duplicated copyright notices.David Chisnall2012-03-061-5/+0
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-4/+16
* Converting int to wint_t leads to broekn comparison of raw charKevin Lo2011-11-111-8/+8
* - Don't handle out-of-memory conditionKevin Lo2011-11-101-20/+21
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* Fix an off-by-one error in the marking of the O_CH operatorDiomidis Spinellis2009-09-161-1/+1
* Add a couple of debugging statements.Diomidis Spinellis2009-09-161-0/+3
* Add two test cases from PR 130504.Diomidis Spinellis2009-09-151-0/+3
* Add two example regexps: (1) one for matching all the charactersGiorgos Keramidas2008-09-051-0/+8
* getopt(3) returns -1, not EOF.Kevin Lo2008-02-181-1/+1
* Diff reduction against other *BSDs: ANSIfy functionXin LI2007-06-114-141/+66
* Const'ify and ANSIfy the internal interfaces of regex(3).Xin LI2007-05-251-109/+100
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-1/+3
* Test cases for back references.Xin LI2007-03-051-0/+24
* Only stop evaluation of a back reference if the match length isXin LI2007-03-051-15/+17
* Avoid infinite recursion on:Xin LI2007-03-051-0/+2
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-099-36/+0
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+8
* Use prototypes for CHIN1() and CHIN().Stefan Farfeleder2005-09-121-6/+2
* Fix a boundary condition error in slow() and fast() in multibyte locales:Tim J. Robbins2005-08-171-6/+7
* Document the fact that word-boundary matching does not workTim J. Robbins2005-08-171-1/+3
* Change OUT from -2 to CHAR_MIN-1, making it impossible for it toTim J. Robbins2005-08-131-1/+1
* 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