cvs commit: src/gnu/lib/libregex regex.c
Tim J. Robbins
tjr at FreeBSD.org
Sat Jul 3 19:46:55 PDT 2004
tjr 2004-07-04 02:46:55 UTC
FreeBSD src repository
Modified files:
gnu/lib/libregex regex.c
Log:
Fix regression in new version of GNU regex code: bracket expressions
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).
Revision Changes Path
1.14 +19 -14 src/gnu/lib/libregex/regex.c
More information about the cvs-all
mailing list