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: Pre 1.9.2 bugfixes Date: Wed, 12 Aug 2009 10:04:12 -0700 Message-ID: <1250096652.23160.10.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1250098000 14610 80.91.229.12 (12 Aug 2009 17:26:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Aug 2009 17:26:40 +0000 (UTC) To: Guile Devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Aug 12 19:26:33 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 1MbHal-0002iU-Qt for guile-devel@m.gmane.org; Wed, 12 Aug 2009 19:26:28 +0200 Original-Received: from localhost ([127.0.0.1]:37347 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbHaj-0004p0-KB for guile-devel@m.gmane.org; Wed, 12 Aug 2009 13:26:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbHFh-0004QY-RY for guile-devel@gnu.org; Wed, 12 Aug 2009 13:04:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbHFg-0004Pv-Kc for guile-devel@gnu.org; Wed, 12 Aug 2009 13:04:41 -0400 Original-Received: from [199.232.76.173] (port=56004 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbHFg-0004Pp-Ag for guile-devel@gnu.org; Wed, 12 Aug 2009 13:04:40 -0400 Original-Received: from smtp108.prem.mail.sp1.yahoo.com ([98.136.44.63]:20582) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MbHFf-0002NU-OL for guile-devel@gnu.org; Wed, 12 Aug 2009 13:04:40 -0400 Original-Received: (qmail 90641 invoked from network); 12 Aug 2009 17:04:39 -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:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=j36VFdNdSNSwOAvHwO/aGByyKx/roIxfa62tlrAa4qqQc0zyLVWV7bB5iujv91XbGAqLwbifs6I2UX9hG2rIGScHaYzZFLfh/cO4enGmbWQM5bhmf/L+XGmCtijh/LwUZH0a42pXs2Vh7+M3L9mqvp7qFBOAQIW5P1jLYJGJ0Ew= ; Original-Received: from ppp-71-142-0-233.dsl.irvnca.pacbell.net (spk121@71.142.0.233 with plain) by smtp108.prem.mail.sp1.yahoo.com with SMTP; 12 Aug 2009 10:04:38 -0700 PDT X-Yahoo-SMTP: FzNaA9iswBDuBl1BmgaIRDaP9Q-- X-YMail-OSG: h0hXodQVM1kLtNGjfo_Aw8H3htVpdDKWJPvcWDTfNcwqMckIXd54WkSNFEiFmVn89cJkRWbnZUIBq9R7dGP1cl0sA.eE62AF89N0Jh5PRCfHEMrkJRTviyic7_EDEO4o.XYmvINAY6IUgMDFuITRwPN2Z73MAg8fu47B7ZPzoTL9MRY7mk62zDLVpSuJG_APzJ5TwuyTJ_xAJ4viKa9ZpqZPpqI6Yb82bFzCMdhF1cdHrnSwaAkdXU3c34ih5HFdU0_3mqrsh3Ahp_ku5D7V.jYvU9.gIK2u9Itp9hqzucLwFwe9D3Mvwekrf9tizHTv5XI- X-Yahoo-Newman-Property: ymail-3 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:9090 Archived-At: Hi- I hope that master is closer to building cleanly today w.r.t. strings. - Added a cast in SCM_MAKE_CHAR. If that doesn't work, then maybe SCM_MAKE_CHAR should become an inline function. - Removed some signed/unsigned comparisons and conversions - Applied Greg Troxel's patch to cast all input to tolower to int. (Crap. I should have committed this under your name. Sorry.) - Added a scheme data type to mimic a uniconv data type, so that doesn't appear in the Guile public headers - removed calls to the local-independent uc_tolower for now. Hope this helps, -Mike