From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9187 invoked by alias); 21 Sep 2010 15:11:10 -0000 Received: (qmail 9025 invoked by uid 48); 21 Sep 2010 15:10:51 -0000 Date: Tue, 21 Sep 2010 15:11:00 -0000 Message-ID: <20100921151051.9024.qmail@sourceware.org> From: "bonzini at gnu dot org" To: glibc-bugs-regex@sources.redhat.com In-Reply-To: <20090617154705.10290.jbastian@redhat.com> References: <20090617154705.10290.jbastian@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug regex/10290] using REG_ICASE can break ranges 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: 2010-09/txt/msg00002.txt.bz2 ------- Additional Comments From bonzini at gnu dot org 2010-09-21 15:10 ------- Note [C-a] is invalid anyway: $ sed -n '/[C-a]/p' /dev/null sed: -e expression #1, char 7: Invalid range end However [c-A] is not and shows the bug: $ sed -n '/[c-A]/p' /dev/null $ sed -n '/[c-A]/I p' sed: -e expression #1, char 9: Invalid range end -- http://sourceware.org/bugzilla/show_bug.cgi?id=10290 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.