From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24989 invoked by alias); 1 Sep 2005 18:32:20 -0000 Mailing-List: contact glibc-bugs-regex-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-regex-owner@sources.redhat.com Received: (qmail 24936 invoked by uid 48); 1 Sep 2005 18:32:13 -0000 Date: Thu, 01 Sep 2005 18:32:00 -0000 From: "eggert at gnu dot org" To: glibc-bugs-regex@sources.redhat.com Message-ID: <20050901183212.1285.eggert@gnu.org> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug regex/1285] New: regex code should use 'bool' (plus some bug fixes) X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg00005.txt.bz2 List-Id: The regex code should use the 'bool' datatype when appropriate. When used inside glibc we can assume bool; when used outside it, the gnulib stdbool module can be used. I went through the regex code replacing all instances of 'int' with 'bool' when appropriate. In the process, I found a few bugs (e.g., storage allocation failures not checked for) so I fixed them as well. A patch is attached. -- Summary: regex code should use 'bool' (plus some bug fixes) Product: glibc Version: 2.3.5 Status: NEW Severity: normal Priority: P2 Component: regex AssignedTo: gotom at debian dot or dot jp ReportedBy: eggert at gnu dot org CC: glibc-bugs-regex at sources dot redhat dot com,glibc- bugs at sources dot redhat dot com BugsThisDependsOn: 1281 http://sources.redhat.com/bugzilla/show_bug.cgi?id=1285 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.