summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex/regex.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix regression in new version of GNU regex code: bracket expressionstjr2004-07-041-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$).tjr2004-07-041-422/+2425
|
* Merge conflictsache2004-02-251-879/+1667
|
* Remove collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-7/+4
|
* Disable the inclusion of the Posix regexp stuff into libgnuregexp.joerg1996-11-161-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)ache1996-10-311-4/+17
|
* Convert to newly aded collate compare functionache1996-08-121-4/+4
|
* Use collate for alpha character rangesache1996-08-121-1/+17
|
* Remove trailing whitespace.rgrimes1995-05-301-279/+279
|
* Upgrade to code which should satisfy all things which we haveache1995-01-111-738/+565
|
* Upgrade regex code to most recent that I foundache1995-01-111-459/+763
| | | | Version number still not changed
* Changes for 8-bit ctypeache1995-01-111-28/+19
|
* GNU Regex 0.12conklin1993-07-301-0/+4948
OpenPOWER on IntegriCloud