summaryrefslogtreecommitdiff
path: root/gnu/lib/libregex/regex.c
Commit message (Collapse)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 7.3-RELEASE image.
* Merge. Discard local bracket expression collating order patch, sinceTim J. Robbins2005-05-101-7847/+51
| | | | | | | | modern versions of GNU regex already do things the way we want when multibyte character support is enabled. Notes: svn path=/head/; revision=146043
* Fix regression in new version of GNU regex code: bracket expressionsTim J. Robbins2004-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). Notes: svn path=/head/; revision=131547
* Merge local changes (addition of $FreeBSD$).Tim J. Robbins2004-07-041-422/+2425
| | | | Notes: svn path=/head/; revision=131546
* Merge conflictsAndrey A. Chernov2004-02-251-879/+1667
| | | | Notes: svn path=/head/; revision=126212
* Remove collate_range_cmp() stabilization, it conflicts with rangesAndrey A. Chernov2003-08-031-7/+4
| | | | Notes: svn path=/head/; revision=118375
* Disable the inclusion of the Posix regexp stuff into libgnuregexp.Joerg Wunsch1996-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 Notes: svn path=/head/; revision=19824
* Replace collate_range_cmp with its code (GNU variant)Andrey A. Chernov1996-10-311-4/+17
| | | | Notes: svn path=/head/; revision=19279
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-121-4/+4
| | | | Notes: svn path=/head/; revision=17554
* Use collate for alpha character rangesAndrey A. Chernov1996-08-121-1/+17
| | | | Notes: svn path=/head/; revision=17549
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-279/+279
| | | | Notes: svn path=/head/; revision=8858
* Upgrade to code which should satisfy all things which we haveAndrey A. Chernov1995-01-111-738/+565
| | | | Notes: svn path=/head/; revision=5502
* Upgrade regex code to most recent that I foundAndrey A. Chernov1995-01-111-459/+763
| | | | | | | Version number still not changed Notes: svn path=/head/; revision=5499
* Changes for 8-bit ctypeAndrey A. Chernov1995-01-111-28/+19
| | | | Notes: svn path=/head/; revision=5497
* GNU Regex 0.12J.T. Conklin1993-07-301-0/+4948
Notes: svn path=/head/; revision=218