From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2368 invoked by alias); 23 Jul 2004 13:47:57 -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 2343 invoked by uid 48); 23 Jul 2004 13:47:56 -0000 Date: Fri, 23 Jul 2004 13:47:00 -0000 Message-ID: <20040723134756.2342.qmail@sourceware.org> From: "jakub at redhat dot com" To: glibc-bugs-regex@sources.redhat.com In-Reply-To: <20040723105653.281.kasal@ucw.cz> References: <20040723105653.281.kasal@ucw.cz> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug regex/281] regex.c doesn't compile on hosts with signed char X-Bugzilla-Reason: CC X-SW-Source: 2004-07/txt/msg00002.txt.bz2 List-Id: ------- Additional Comments From jakub at redhat dot com 2004-07-23 13:47 ------- What kind of problems? Most of the arches have signed char. re_search_internal is certainly not the only place which uses unsigned RE_TRANSLATE_TYPE. IMHO RE_TRANSLATE_TYPE should stay char *, it has been that way since the original GNU regex. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING http://sources.redhat.com/bugzilla/show_bug.cgi?id=281 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.