| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r292153: | ngie | 2015-12-20 | 1 | -1/+1 |
* | MFC r291837: | ngie | 2015-12-13 | 3 | -4/+6 |
* | Revert r292168 -- I used the wrong commit message by accident | ngie | 2015-12-13 | 3 | -6/+4 |
* | MFC r276737,r289369,r289376,r289424,r291219,r291382,r291385,r291908: | ngie | 2015-12-13 | 3 | -4/+6 |
* | MFC r291832,r291833,r291834,r291835,r291836,r291838: | ngie | 2015-12-13 | 3 | -78/+55 |
* | MFC r278739: | delphij | 2015-02-17 | 1 | -0/+17 |
* | MFC r275930: | delphij | 2015-01-02 | 1 | -1/+3 |
* | MFC r268066: | pfg | 2014-08-03 | 2 | -2/+25 |
* | MFC r265202: | pfg | 2014-05-09 | 2 | -7/+1 |
* | Fix assignment of maximum bounadary. | delphij | 2013-03-01 | 1 | -1/+1 |
* | Remove some duplicated copyright notices. | theraven | 2012-03-06 | 1 | -5/+0 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 1 | -4/+16 |
* | Converting int to wint_t leads to broekn comparison of raw char | kevlo | 2011-11-11 | 1 | -8/+8 |
* | - Don't handle out-of-memory condition | kevlo | 2011-11-10 | 1 | -20/+21 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -1/+0 |
* | Fix an off-by-one error in the marking of the O_CH operator | dds | 2009-09-16 | 1 | -1/+1 |
* | Add a couple of debugging statements. | dds | 2009-09-16 | 1 | -0/+3 |
* | Add two test cases from PR 130504. | dds | 2009-09-15 | 1 | -0/+3 |
* | Add two example regexps: (1) one for matching all the characters | keramida | 2008-09-05 | 1 | -0/+8 |
* | getopt(3) returns -1, not EOF. | kevlo | 2008-02-18 | 1 | -1/+1 |
* | Diff reduction against other *BSDs: ANSIfy function | delphij | 2007-06-11 | 4 | -141/+66 |
* | Const'ify and ANSIfy the internal interfaces of regex(3). | delphij | 2007-05-25 | 1 | -109/+100 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -1/+3 |
* | Test cases for back references. | delphij | 2007-03-05 | 1 | -0/+24 |
* | Only stop evaluation of a back reference if the match length is | delphij | 2007-03-05 | 1 | -15/+17 |
* | Avoid infinite recursion on: | delphij | 2007-03-05 | 1 | -0/+2 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 9 | -36/+0 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+2 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+8 |
* | Use prototypes for CHIN1() and CHIN(). | stefanf | 2005-09-12 | 1 | -6/+2 |
* | Fix a boundary condition error in slow() and fast() in multibyte locales: | tjr | 2005-08-17 | 1 | -6/+7 |
* | Document the fact that word-boundary matching does not work | tjr | 2005-08-17 | 1 | -1/+3 |
* | Change OUT from -2 to CHAR_MIN-1, making it impossible for it to | tjr | 2005-08-13 | 1 | -1/+1 |
* | Remove unused file. | delphij | 2005-04-25 | 1 | -63/+0 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -3/+3 |
* | Sort sections. | ru | 2005-01-20 | 1 | -8/+8 |
* | Plug memory leak. | dds | 2004-12-30 | 1 | -0/+4 |
* | Fix computation of the 'n' argument to mbrtowc (through XMBRTOWC) to avoid | tjr | 2004-11-21 | 1 | -4/+4 |
* | Directly include <runetype.h> for _CurrentRuneLocale, <_ctype.h> doesn't | stefanf | 2004-10-03 | 1 | -0/+1 |
* | Fix two problems with REG_ICASE that were introduced with the addition of | tjr | 2004-09-05 | 1 | -13/+10 |
* | Update paths to reg*.c and regex2.h. Add a target to build regex.h. | tjr | 2004-07-19 | 1 | -1/+3 |
* | Update for removal of cclass.h. Trim some useless targets. Invoke mkh | tjr | 2004-07-19 | 1 | -34/+6 |
* | Update for recent changes to struct re_guts. Disable printing the contents | tjr | 2004-07-19 | 1 | -38/+5 |
* | Remove unused files. | tjr | 2004-07-19 | 2 | -12/+0 |
* | Remove an entry from the BUGS section: we have multibyte character | tjr | 2004-07-12 | 1 | -2/+0 |
* | Make regular expression matching aware of multibyte characters. The general | tjr | 2004-07-12 | 5 | -324/+478 |
* | Add a new error code, REG_ILLSEQ, to indicate that a regular expression | tjr | 2004-07-12 | 2 | -1/+5 |
* | Remove incomplete support for multi-character collating elements. Remove | tjr | 2004-07-11 | 2 | -262/+8 |
* | Document incorrect handling of multibyte characters. | tjr | 2004-07-06 | 1 | -1/+3 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 2 | -3/+3 |