From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.devel Subject: Re: i guess we're frozen & stuff Date: Tue, 11 Aug 2009 08:48:04 -0700 Message-ID: <1250005684.30365.77.camel@localhost.localdomain> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1250006188 19461 80.91.229.12 (11 Aug 2009 15:56:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Aug 2009 15:56:28 +0000 (UTC) Cc: guile-devel To: Greg Troxel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Aug 11 17:56:21 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 1Mathx-000442-92 for guile-devel@m.gmane.org; Tue, 11 Aug 2009 17:56:18 +0200 Original-Received: from localhost ([127.0.0.1]:38319 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mathv-0004uK-Pb for guile-devel@m.gmane.org; Tue, 11 Aug 2009 11:56:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Matgw-0004Dz-9p for guile-devel@gnu.org; Tue, 11 Aug 2009 11:55:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Matgu-0004CZ-MG for guile-devel@gnu.org; Tue, 11 Aug 2009 11:55:13 -0400 Original-Received: from [199.232.76.173] (port=53732 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Matgu-0004CP-By for guile-devel@gnu.org; Tue, 11 Aug 2009 11:55:12 -0400 Original-Received: from smtp103.prem.mail.sp1.yahoo.com ([98.136.44.58]:36012) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Matgt-0005g3-2l for guile-devel@gnu.org; Tue, 11 Aug 2009 11:55:11 -0400 Original-Received: (qmail 65355 invoked from network); 11 Aug 2009 15:48:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=hNrzuKWOnQp+7vEt5hN+OIR1bVEcqKM89s3c5kX5gXKBLTx55gzRcSTJcnKDAIgq7QZN0JBRQ8MYHAy6lxRI8vzljxcHT+VVEN10OUFYrStWIkjyqPNUAZYVUdifN4Dr9JjJgHFgPLxjTa0k38jIrsGDRlQbGNtLIo/zWJi11BA= ; Original-Received: from ppp-71-142-0-233.dsl.irvnca.pacbell.net (spk121@71.142.0.233 with plain) by smtp103.prem.mail.sp1.yahoo.com with SMTP; 11 Aug 2009 08:48:30 -0700 PDT X-Yahoo-SMTP: FzNaA9iswBDuBl1BmgaIRDaP9Q-- X-YMail-OSG: GmGigW0VM1ksN2tEETKU3_VWPHXEGodpiln4vx65.KVqgNZQZWvuIF3nzxrxswEhs56Y.z1.jbTD4ZVQ8UwRVWlmJ8sJX3.0DMU8YDoVfg3jvgmmRo4Io.eAAio08i7jfPLajSGu6xkrbIqJiwgxswSNQi3V7YyjPgVZO4IozfSukQd6hmBrWBQ1oQPjnIO2ka9Jyt9E4a98fLDRe5f26WHi5lXi.P4ZClSVetzg6y8m8FlNJSN8LyRhMoPHZWLPwwY96fZABoDnMXmmEiDs0C5yDh8yp7OzLWBUflo- X-Yahoo-Newman-Property: ymail-3 In-Reply-To: X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:9065 Archived-At: On Tue, 2009-08-11 at 08:29 -0400, Greg Troxel wrote: > I built libunistring and tried to build master. Some tests failed, and > also the build failed due to warnings (post to follow). I think all the > failed tests are locale related. > A possible cause of some of this may be when I replaced toupper() with uc_toupper, leading to a confusion between locale-dependent case handling and Unicode codepoint case handling. Probably should revert the uc_toupper and uc_tolower calls for now until the conversion is more complete. Odd that I didn't see these errors, though. -Mike