From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.lisp.guile.devel Subject: Re: frozen! Date: Tue, 6 Oct 2009 18:07:14 -0400 Message-ID: <5A852E08-69B5-4133-9B02-485B58B7FE6C@raeburn.org> References: <375101.49884.qm@web37901.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1254866865 17587 80.91.229.12 (6 Oct 2009 22:07:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Oct 2009 22:07:45 +0000 (UTC) Cc: Andy Wingo , guile-devel To: Mike Gran Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Oct 07 00:07:37 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 1MvIBz-0002m0-BZ for guile-devel@m.gmane.org; Wed, 07 Oct 2009 00:07:35 +0200 Original-Received: from localhost ([127.0.0.1]:50720 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvIBy-000498-TJ for guile-devel@m.gmane.org; Tue, 06 Oct 2009 18:07:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvIBt-00046Y-Hb for guile-devel@gnu.org; Tue, 06 Oct 2009 18:07:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvIBo-00043F-HS for guile-devel@gnu.org; Tue, 06 Oct 2009 18:07:29 -0400 Original-Received: from [199.232.76.173] (port=55757 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvIBo-000431-BK for guile-devel@gnu.org; Tue, 06 Oct 2009 18:07:24 -0400 Original-Received: from splat.raeburn.org ([69.25.196.39]:62299 helo=raeburn.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MvIBg-0007sJ-CW for guile-devel@gnu.org; Tue, 06 Oct 2009 18:07:24 -0400 Original-Received: from [10.0.0.158] ([10.0.0.158]) by raeburn.org (8.14.3/8.14.1) with ESMTP id n96M7Ftp009946; Tue, 6 Oct 2009 18:07:15 -0400 (EDT) In-Reply-To: <375101.49884.qm@web37901.mail.mud.yahoo.com> X-Mailer: Apple Mail (2.936) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:9460 Archived-At: On Oct 6, 2009, at 17:35, Mike Gran wrote: > I need to roll back the changes made to i18n.c > that made locale-specific case conversion of strings > work on GNU but break on Darwin. Locale-specific > case conversion of strings works, but only when > the locale is set using setlocale. Thanks. Though perhaps you could just explicitly test for GNU libc, if the glibc structures are stable? > Also, I need to revert the regexp.test which seems > to be broken on Darwin but work elsewhere. Is it only Darwin where it's broken? It's kind of hard to tell from some of the email where testing is actually occurring. I assume the bulk of it is on GNU/Linux systems, plus Greg's occasional tests on NetBSD and mine on the Mac.... If you think the regexp.test issues are likely to be Darwin-specific, I can try to dig into them a bit more. Otherwise, I'll wait for your changes to go in, and see what else I can break. :-) I think my library-path issue is still open, despite Andy's attempted fix... Ken