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: [PATCH] Add Unicode strings and symbols Date: Sat, 08 Aug 2009 02:44:01 -0700 Message-ID: <1249724641.30365.1.camel@localhost.localdomain> References: <1249256413.12325.9367.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 1249724704 12780 80.91.229.12 (8 Aug 2009 09:45:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Aug 2009 09:45:04 +0000 (UTC) To: Guile Devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Aug 08 11:44:57 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 1MZiTe-0004HC-TO for guile-devel@m.gmane.org; Sat, 08 Aug 2009 11:44:39 +0200 Original-Received: from localhost ([127.0.0.1]:59977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZiTe-0000hn-3Z for guile-devel@m.gmane.org; Sat, 08 Aug 2009 05:44:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZiTV-0000ha-OO for guile-devel@gnu.org; Sat, 08 Aug 2009 05:44:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZiTT-0000hN-Uw for guile-devel@gnu.org; Sat, 08 Aug 2009 05:44:29 -0400 Original-Received: from [199.232.76.173] (port=51244 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZiTT-0000hK-MW for guile-devel@gnu.org; Sat, 08 Aug 2009 05:44:27 -0400 Original-Received: from smtp102.prem.mail.sp1.yahoo.com ([98.136.44.57]:20179) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MZiTS-0001bM-Tg for guile-devel@gnu.org; Sat, 08 Aug 2009 05:44:27 -0400 Original-Received: (qmail 6023 invoked from network); 8 Aug 2009 09:44:25 -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:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=ucqzrGqCCQ18J8ZN1y/p2iCpMmeeIZxT4J3UPom819ZXllMyVggATRjmu44FhwdqilZcVNpP4Ir0aSPTE6c6amFCJmBx3+kISawtyu/OLXw1ft/bmH1Y6CduiuCy6EAJV0tu/+npvdRe0PWS27NGdX1xDY7LiTLWNuvSn7yav9o= ; Original-Received: from ppp-71-142-0-233.dsl.irvnca.pacbell.net (spk121@71.142.0.233 with plain) by smtp102.prem.mail.sp1.yahoo.com with SMTP; 08 Aug 2009 02:44:24 -0700 PDT X-Yahoo-SMTP: FzNaA9iswBDuBl1BmgaIRDaP9Q-- X-YMail-OSG: 7WQxqccVM1kXAMss_E7q7FpsDUeHSp1dG5T32FNxpMZ2lGTzKsOzFOBZPx4No6PaCxoiLinI6GsCHMc15VUK2BLRePxsStY54YtCMC8SyHTK_.R6Qpa_u6T7z8jS4qgJEQSQPpmeg_cqp8qTR2JWVladRljHs1nk.U_ACGlA2rRVPpFN5Pim9D8lsbw3mwBtQISVr5vStRAJFFwZmZQrwuLl..g3CqIkFwFRnldhnJxsKFBD8adqJ6B2j8HBIenR2pXTGpxoZemOpR9bMUgiYWXRFppnbYzZjobqU_3gaXJptu5Jyl_cPcIJWVYQPNhFziI- X-Yahoo-Newman-Property: ymail-3 In-Reply-To: <1249256413.12325.9367.camel@localhost.localdomain> 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:9039 Archived-At: On Sun, 2009-08-02 at 16:40 -0700, Mike Gran wrote: > Hi- > > I think I scared Ludo when I committed something, so let me try this > instead. Attached please find the next patch toward Unicode strings. It > is a big patch, but, it is the smallest patch I could make that added > the next quantum of functionality yet returned master to a working > state. > > Since I see no objection, I'll push this. Thanks, Mike