From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.sources Subject: Guile 1.4.1.114 available Date: Thu, 06 Mar 2008 19:17:12 +0100 Message-ID: <87fxv3hg47.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204828990 22162 80.91.229.12 (6 Mar 2008 18:43:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2008 18:43:10 +0000 (UTC) Cc: guile-user@gnu.org To: guile-sources@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Mar 06 19:43:26 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JXL38-00019v-Ea for guile-user@m.gmane.org; Thu, 06 Mar 2008 19:42:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXL2b-0003zZ-03 for guile-user@m.gmane.org; Thu, 06 Mar 2008 13:42:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JXL2K-0003kY-O3 for guile-user@gnu.org; Thu, 06 Mar 2008 13:41:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JXL2K-0003jy-7Q for guile-user@gnu.org; Thu, 06 Mar 2008 13:41:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXL2F-0003g4-Mu; Thu, 06 Mar 2008 13:41:43 -0500 Original-Received: from [151.61.143.242] (helo=ambire.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JXL2F-0005UY-A3; Thu, 06 Mar 2008 13:41:43 -0500 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1JXKeW-000473-1V; Thu, 06 Mar 2008 19:17:12 +0100 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-Greylist: delayed 1332 seconds by postgrey-1.27 at monty-python; Thu, 06 Mar 2008 13:41:43 EST 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: news.gmane.org gmane.lisp.guile.user:6445 gmane.lisp.guile.sources:307 Archived-At: release notes: NEWS excerpt includes .113, which was not announced. Also, public repo now available (see below). thi NEWS excerpt: - 1.4.1.114 | 2008-03-06 - bugfix: add-to-load-path! synchronizes This proc from module (ice-9 session) now properly updates internal state (module catalog cache) for new directories. - bugfix: fortune cookie file handling more robust Previously, the procs in module (database fcookie) would fail ungracefully if the cookie file did not strictly begin and end with a "delimiter line", that is, for N cookies, there must be N+1 delim-lines. Now, there can be N-1, N or N+1 delim-lines. - bugfix: SRFI 4 u64vector elements w/ high bit set Previously, reading, writing and internal processing of such numbers would incorrectly handle them as negative. Now they are correctly handled as unsigned. - incompatible change: run-all-tests no longer supports "--log FILE" This option proved to be problematic in the presence of tests that (mis)managed their output streams. - extension to substring and make-shared-substring arg handling These procedures now take negative indices. A negative index N is taken as -N counted from the end of the string. For example: (substring "abcde" -4 -2) === (substring "abcde" 1 3) => "bc". - 1.4.1.113 | 2007-10-23 - refinement of -lFOO config/usage Configuration no longer adds "-lgdbm", "-lpthread" and (if enabled) "-lreadline" to the var `LIBS'. Thus, "guile-config link" no longer shows those elements, and the respective libs are no longer loaded on interpreter startup. tarball, online docs, etc, in dir: http://www.gnuvola.org/software/guile/ atom feed: http://www.gnuvola.org/NEWS.xml.gz public git repo: http://www.gnuvola.org/wip/ (g14)