Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix regression in new version of GNU regex code: bracket expressions | tjr | 2004-07-04 | 1 | -14/+19 |
| | | | | | | like [X-Y] should match all characters between X-Y according to the locale's collating order, not by binary value. For now, this only fixes the !MBS_SUPPORT case (which is the default). | ||||
* | Merge local changes (addition of $FreeBSD$). | tjr | 2004-07-04 | 1 | -422/+2425 |
| | |||||
* | Merge conflicts | ache | 2004-02-25 | 1 | -879/+1667 |
| | |||||
* | Remove collate_range_cmp() stabilization, it conflicts with ranges | ache | 2003-08-03 | 1 | -7/+4 |
| | |||||
* | Disable the inclusion of the Posix regexp stuff into libgnuregexp. | joerg | 1996-11-16 | 1 | -0/+2 |
| | | | | | | | | | | | | We've already got it in libc, but both libraries are incompatible wrt. their header files and internal data structures. This incompatibility caused the expr(1) on the fixit floppy to mysteriously dump core for the colon operator. Strong 2.2 candidate, since it fixes the usage of MAKEDEV on the fixit floppy. I'd like to get it reviewed by somebody else though. Observed by: andreas | ||||
* | Replace collate_range_cmp with its code (GNU variant) | ache | 1996-10-31 | 1 | -4/+17 |
| | |||||
* | Convert to newly aded collate compare function | ache | 1996-08-12 | 1 | -4/+4 |
| | |||||
* | Use collate for alpha character ranges | ache | 1996-08-12 | 1 | -1/+17 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -279/+279 |
| | |||||
* | Upgrade to code which should satisfy all things which we have | ache | 1995-01-11 | 1 | -738/+565 |
| | |||||
* | Upgrade regex code to most recent that I found | ache | 1995-01-11 | 1 | -459/+763 |
| | | | | Version number still not changed | ||||
* | Changes for 8-bit ctype | ache | 1995-01-11 | 1 | -28/+19 |
| | |||||
* | GNU Regex 0.12 | conklin | 1993-07-30 | 1 | -0/+4948 |