From owner-cvs-all@FreeBSD.ORG Sun Jul 4 02:46:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86E4916A4CE; Sun, 4 Jul 2004 02:46:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B2EA43D1F; Sun, 4 Jul 2004 02:46:55 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i642ktHK008795; Sun, 4 Jul 2004 02:46:55 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i642ktMO008794; Sun, 4 Jul 2004 02:46:55 GMT (envelope-from tjr) Message-Id: <200407040246.i642ktMO008794@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 4 Jul 2004 02:46:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/lib/libregex regex.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 02:46:55 -0000 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