From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.sources Subject: (unofficial) Guile 1.4.1.101 available Date: Thu, 09 Dec 2004 04:03:13 +0100 Message-ID: Reply-To: ttn@glug.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1102559783 22907 80.91.229.6 (9 Dec 2004 02:36:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2004 02:36:23 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Dec 09 03:36:16 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CcEAC-00039v-00 for ; Thu, 09 Dec 2004 03:36:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CcEK4-0003RD-Kg for guile-user@m.gmane.org; Wed, 08 Dec 2004 21:46:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CcEJy-0003Pj-4p for guile-user@gnu.org; Wed, 08 Dec 2004 21:46:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CcEJx-0003PT-Jn for guile-user@gnu.org; Wed, 08 Dec 2004 21:46:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CcEJw-0003PC-Tk; Wed, 08 Dec 2004 21:46:21 -0500 Original-Received: from [151.37.166.90] (helo=surf.glug.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CcE9j-0002Vg-LM; Wed, 08 Dec 2004 21:35:48 -0500 Original-Received: from ttn by surf.glug.org with local (Exim 3.35 #1 (Debian)) id 1CcEaH-00052T-00; Thu, 09 Dec 2004 04:03:13 +0100 Original-To: guile-sources@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:3839 gmane.lisp.guile.sources:170 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:3839 release notes: starting to learn a little more about macros, an interesting topic. w/ `editing-buffer' incorporated, i threw in "guile-tools gxsed" snarfed from ttn-do as well, for stress testing. the #:prefix idea is from "official" trunk -- not so sure about #:hide, though. `add-to-load-path!' is from ttn-pers-scheme. a "duh!" addition. probably the experimental proc `eval-in-current-module-proc' will wind up as a clause in `define-module', to make it more explicit and (thus) easier to reason about. we will see... found a bug in "guile-tools lint" -- it mistakes references to internally `define'd procs as free variables. patches welcome. thi NEWS excerpt: Guile 1.4.1.101 released 2004-12-09 Changes since Guile 1.4.1.100 * installation change: ice-9/*.scm files punified on install * guile-tools bugfixes ** c2doc now handles SCM__I not at bol ** punify now escapes backslash in strings ** read-scheme-source now correctly reads `define-macro' * guile-tools enhancements ** fspec2c more strict: signal error child gperf(1) does not DTRT ** doc-snarf now handles sig hints for all output format types ** new twerp2texi @twerpcommentary type: `include' ** values now optional for summarize-guile-TODO `--involved' and `--personal' * `#:prefix PREFIX' recognized in `define-module' and `use-modules' specs * module documented: (ice-9 session) * enhancements to existing modules ** (ice-9 documentation) `file-commentary' also trims one space after semicolons ** many more procedures provided in module (ice-9 gap-buffer) ** new (ice-9 session) proc: add-to-load-path! ** new EXPERIMENTAL (ice-9 gumm) proc: eval-in-current-module-proc * new modules ** (ice-9 editing-buffer) ** (srfi srfi-56) -- EXPERIMENTAL: SRFI-56 not yet finalized ** (scripts gxsed) cvs tag: v-1-4-1-101-trovarsi tarball and other files in dir: http://www.glug.org/people/ttn/software/guile/ online reference manual: http://www.glug.org/docbits/guile/1.4.x/index.html _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user