From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.devel Subject: Re: Unicode ports patch Date: Tue, 25 Aug 2009 15:54:39 -0400 Message-ID: <20090825195439.0WA8M.379579.root@cdptpa-web20-z02> References: <1251212782.18373.10335.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1251230185 32579 80.91.229.12 (25 Aug 2009 19:56:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Aug 2009 19:56:25 +0000 (UTC) To: Guile Devel , Mike Gran Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Aug 25 21:56:18 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mg27t-0002yc-6a for guile-devel@m.gmane.org; Tue, 25 Aug 2009 21:56:17 +0200 Original-Received: from localhost ([127.0.0.1]:51860 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mg27s-0005D6-Ol for guile-devel@m.gmane.org; Tue, 25 Aug 2009 15:56:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mg26P-0003yS-E6 for guile-devel@gnu.org; Tue, 25 Aug 2009 15:54:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mg26O-0003xm-1s for guile-devel@gnu.org; Tue, 25 Aug 2009 15:54:44 -0400 Original-Received: from [199.232.76.173] (port=55434 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mg26N-0003xf-M8 for guile-devel@gnu.org; Tue, 25 Aug 2009 15:54:43 -0400 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:40664) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mg26N-0004D7-6B for guile-devel@gnu.org; Tue, 25 Aug 2009 15:54:43 -0400 Original-Received: from cdptpa-web20-z02 ([10.127.132.171]) by cdptpa-smta02.mail.rr.com with ESMTP id <20090825195439752.PJTC17799@cdptpa-smta02.mail.rr.com>; Tue, 25 Aug 2009 19:54:39 +0000 In-Reply-To: <1251212782.18373.10335.camel@localhost.localdomain> X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9174 Archived-At: ---- Mike Gran wrote: > The latest commit 'Add full Unicode capability to ports and the default > reader' 889975e51accb80491af76fc5db980aeb3edd342 adds the majority of > the functionality for non-ASCII strings. > > The commit breaks functions that have to do with locale-specific case > conversion and character-sets, and some tests will fail for the time > being. Also breaks the build. ;^) cc1: warnings being treated as errors read.c: In function 'scm_read_expression': read.c:820: warning: 'ch' may be used uninitialized in this function make[3]: *** [libguile_la-read.lo] Error 1 This is a 32bit Intel Debian Etch system where cc is: cc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) -Dale