From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1538 invoked by alias); 30 Jul 2010 19:30:28 -0000 Received: (qmail 1375 invoked by uid 48); 30 Jul 2010 19:30:08 -0000 Date: Fri, 30 Jul 2010 19:30:00 -0000 Message-ID: <20100730193008.1374.qmail@sourceware.org> From: "rrt at sc3d dot org" To: glibc-bugs-regex@sources.redhat.com In-Reply-To: <20100730091503.11857.rrt@sc3d.org> References: <20100730091503.11857.rrt@sc3d.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug regex/11857] Missing documentation in regex.h 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-07/txt/msg00003.txt.bz2 ------- Additional Comments From rrt at sc3d dot org 2010-07-30 19:30 ------- I have found another error in the documentation in regex.h: /* If this bit is set, then anchors do not match at newline characters in the string. If not set, then anchors do match at newlines. */ This is the wrong way around (cf. the documentation of newline_anchor and the relevant page in the glibc manual). I will now update my patch to fix this problem too. -- http://sourceware.org/bugzilla/show_bug.cgi?id=11857 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.