Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2004 02:46:55 +0000 (UTC)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/lib/libregex regex.c
Message-ID:  <200407040246.i642ktMO008794@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407040246.i642ktMO008794>