summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex
Commit message (Expand)AuthorAgeFilesLines
* Add two example regexps: (1) one for matching all the characterskeramida2008-09-051-0/+8
* getopt(3) returns -1, not EOF.kevlo2008-02-181-1/+1
* Diff reduction against other *BSDs: ANSIfy functiondelphij2007-06-114-141/+66
* Const'ify and ANSIfy the internal interfaces of regex(3).delphij2007-05-251-109/+100
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-1/+3
* Test cases for back references.delphij2007-03-051-0/+24
* Only stop evaluation of a back reference if the match length isdelphij2007-03-051-15/+17
* Avoid infinite recursion on:delphij2007-03-051-0/+2
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-099-36/+0
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+8
* Use prototypes for CHIN1() and CHIN().stefanf2005-09-121-6/+2
* Fix a boundary condition error in slow() and fast() in multibyte locales:tjr2005-08-171-6/+7
* Document the fact that word-boundary matching does not worktjr2005-08-171-1/+3
* Change OUT from -2 to CHAR_MIN-1, making it impossible for it totjr2005-08-131-1/+1
* Remove unused file.delphij2005-04-251-63/+0
* Expand *n't contractions.ru2005-02-131-3/+3
* Sort sections.ru2005-01-201-8/+8
* Plug memory leak.dds2004-12-301-0/+4
* Fix computation of the 'n' argument to mbrtowc (through XMBRTOWC) to avoidtjr2004-11-211-4/+4
* Directly include <runetype.h> for _CurrentRuneLocale, <_ctype.h> doesn'tstefanf2004-10-031-0/+1
* Fix two problems with REG_ICASE that were introduced with the addition oftjr2004-09-051-13/+10
* Update paths to reg*.c and regex2.h. Add a target to build regex.h.tjr2004-07-191-1/+3
* Update for removal of cclass.h. Trim some useless targets. Invoke mkhtjr2004-07-191-34/+6
* Update for recent changes to struct re_guts. Disable printing the contentstjr2004-07-191-38/+5
* Remove unused files.tjr2004-07-192-12/+0
* Remove an entry from the BUGS section: we have multibyte charactertjr2004-07-121-2/+0
* Make regular expression matching aware of multibyte characters. The generaltjr2004-07-125-324/+478
* Add a new error code, REG_ILLSEQ, to indicate that a regular expressiontjr2004-07-122-1/+5
* Remove incomplete support for multi-character collating elements. Removetjr2004-07-112-262/+8
* 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
OpenPOWER on IntegriCloud