From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6445 invoked by alias); 12 Jul 2007 14:50:46 -0000 Received: (qmail 6348 invoked by alias); 12 Jul 2007 14:50:31 -0000 Date: Thu, 12 Jul 2007 14:50:00 -0000 Message-ID: <20070712145031.6347.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: glibc-bugs-regex@sources.redhat.com In-Reply-To: <20070202132302.3957.andrew.mackey@baesystems.com> References: <20070202132302.3957.andrew.mackey@baesystems.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug regex/3957] regcomp with REG_NEWLINE flag does operate as POSIX specification for a non-matching list X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-regex-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-regex-owner@sourceware.org X-SW-Source: 2007-07/txt/msg00000.txt.bz2 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2007-07-12 14:50 ------- Subject: Bug 3957 CVSROOT: /cvs/glibc Module name: libc Branch: glibc-2_5-branch Changes by: jakub@sourceware.org 2007-07-12 14:50:17 Modified files: . : ChangeLog posix : Makefile regcomp.c Added files: posix : bug-regex27.c bug-regex28.c Log message: 2007-02-05 Jakub Jelinek [BZ #3957] * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0' bit for RE_HAT_LISTS_NOT_NEWLINE. (build_charclass_op): Remove bogus comment. * posix/Makefile (tests): Add bug-regex27 and bug-regex28. * posix/bug-regex27.c: New test. * posix/bug-regex28.c: New test. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.10362.2.39&r2=1.10362.2.40 http://sourceware.org/cgi-bin/cvsweb.cgi/libc/posix/bug-regex27.c.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=NONE&r2=1.1.6.1 http://sourceware.org/cgi-bin/cvsweb.cgi/libc/posix/bug-regex28.c.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=NONE&r2=1.1.6.1 http://sourceware.org/cgi-bin/cvsweb.cgi/libc/posix/Makefile.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.193.2.1&r2=1.193.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/libc/posix/regcomp.c.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.112&r2=1.112.2.1 -- http://sourceware.org/bugzilla/show_bug.cgi?id=3957 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.