| Commit message (Expand) | Author | Age | Files | Lines |
| * | Diff reduction against other *BSDs: ANSIfy function | Xin LI | 2007-06-11 | 4 | -141/+66 |
| * | Const'ify and ANSIfy the internal interfaces of regex(3). | Xin LI | 2007-05-25 | 1 | -109/+100 |
| * | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -1/+3 |
| * | Test cases for back references. | Xin LI | 2007-03-05 | 1 | -0/+24 |
| * | Only stop evaluation of a back reference if the match length is | Xin LI | 2007-03-05 | 1 | -15/+17 |
| * | Avoid infinite recursion on: | Xin LI | 2007-03-05 | 1 | -0/+2 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 9 | -36/+0 |
| * | Add each directory's symbol map file to SYM_MAPS. | Daniel Eischen | 2006-03-13 | 1 | -0/+2 |
| * | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen | 2006-03-13 | 1 | -0/+8 |
| * | Use prototypes for CHIN1() and CHIN(). | Stefan Farfeleder | 2005-09-12 | 1 | -6/+2 |
| * | Fix a boundary condition error in slow() and fast() in multibyte locales: | Tim J. Robbins | 2005-08-17 | 1 | -6/+7 |
| * | Document the fact that word-boundary matching does not work | Tim J. Robbins | 2005-08-17 | 1 | -1/+3 |
| * | Change OUT from -2 to CHAR_MIN-1, making it impossible for it to | Tim J. Robbins | 2005-08-13 | 1 | -1/+1 |
| * | Remove unused file. | Xin LI | 2005-04-25 | 1 | -63/+0 |
| * | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -3/+3 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-20 | 1 | -8/+8 |
| * | Plug memory leak. | Diomidis Spinellis | 2004-12-30 | 1 | -0/+4 |
| * | Fix computation of the 'n' argument to mbrtowc (through XMBRTOWC) to avoid | Tim J. Robbins | 2004-11-21 | 1 | -4/+4 |
| * | Directly include <runetype.h> for _CurrentRuneLocale, <_ctype.h> doesn't | Stefan Farfeleder | 2004-10-03 | 1 | -0/+1 |
| * | Fix two problems with REG_ICASE that were introduced with the addition of | Tim J. Robbins | 2004-09-05 | 1 | -13/+10 |
| * | Update paths to reg*.c and regex2.h. Add a target to build regex.h. | Tim J. Robbins | 2004-07-19 | 1 | -1/+3 |
| * | Update for removal of cclass.h. Trim some useless targets. Invoke mkh | Tim J. Robbins | 2004-07-19 | 1 | -34/+6 |
| * | Update for recent changes to struct re_guts. Disable printing the contents | Tim J. Robbins | 2004-07-19 | 1 | -38/+5 |
| * | Remove unused files. | Tim J. Robbins | 2004-07-19 | 2 | -12/+0 |
| * | Remove an entry from the BUGS section: we have multibyte character | Tim J. Robbins | 2004-07-12 | 1 | -2/+0 |
| * | Make regular expression matching aware of multibyte characters. The general | Tim J. Robbins | 2004-07-12 | 5 | -322/+476 |
| * | Add a new error code, REG_ILLSEQ, to indicate that a regular expression | Tim J. Robbins | 2004-07-12 | 2 | -1/+5 |
| * | Remove incomplete support for multi-character collating elements. Remove | Tim J. Robbins | 2004-07-11 | 2 | -262/+8 |
| * | Document incorrect handling of multibyte characters. | Tim J. Robbins | 2004-07-06 | 1 | -1/+3 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 2 | -3/+3 |
| * | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 1 | -1/+1 |
| * | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). | Jacques Vidrine | 2003-02-16 | 3 | -6/+6 |
| * | mdoc(7) police: "The .Fa argument.". | Ruslan Ermilov | 2002-12-19 | 1 | -2/+6 |
| * | mdoc(7) police: "The .Fn function". | Ruslan Ermilov | 2002-12-18 | 1 | -10/+31 |
| * | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov | 2002-11-18 | 1 | -3/+1 |
| * | Add restrict type-qualifier. | Mike Barcroft | 2002-10-02 | 4 | -14/+15 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 6 | -1/+5 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 6 | -12/+16 |
| * | Back out last commit (rev 1.2). I thought I caught this file in time | David E. O'Brien | 2002-03-22 | 1 | -1/+1 |
| * | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 4 | -54/+54 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 8 | -330/+334 |
| * | Fix a typo I made in revision 1.5. | Ruslan Ermilov | 2002-01-22 | 1 | -1/+1 |
| * | The algorithm that computes the tables used in the BM search algorithm sometimes | Daniel C. Sobral | 2001-11-09 | 1 | -1/+2 |
| * | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -2/+2 |
| * | mdoc(7) police: protect trailing full stops of abbreviations | Ruslan Ermilov | 2001-08-10 | 1 | -1/+1 |
| * | mdoc(7) police: | Ruslan Ermilov | 2001-08-07 | 1 | -4/+2 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -2/+2 |
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -2/+2 |
| * | mdoc(7) police: fixed the weird construct. | Ruslan Ermilov | 2001-02-09 | 1 | -3/+1 |