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-PG 0.36 available Date: Mon, 03 Mar 2008 11:16:28 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1204555423 9145 80.91.229.12 (3 Mar 2008 14:43:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2008 14:43:43 +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 Mon Mar 03 15:44:08 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 1JWBsz-0001x3-BW for guile-user@m.gmane.org; Mon, 03 Mar 2008 15:43:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWBsS-00062h-6s for guile-user@m.gmane.org; Mon, 03 Mar 2008 09:42:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JW8Hx-0001Vn-2C for guile-user@gnu.org; Mon, 03 Mar 2008 05:52:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JW8Hu-0001V8-A2 for guile-user@gnu.org; Mon, 03 Mar 2008 05:52:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JW8Hk-0001U9-KA; Mon, 03 Mar 2008 05:52:46 -0500 Original-Received: from [151.61.141.155] (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 1JW8Hk-0000Rm-7m; Mon, 03 Mar 2008 05:52:44 -0500 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1JW7ie-0004wB-LB; Mon, 03 Mar 2008 11:16:28 +0100 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-Greylist: delayed 2048 seconds by postgrey-1.27 at monty-python; Mon, 03 Mar 2008 05:52:44 EST X-Mailman-Approved-At: Mon, 03 Mar 2008 09:42:47 -0500 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:6434 gmane.lisp.guile.sources:306 Archived-At: release notes: Keeping it clean for bsd... thi README excerpt: Guile-PG is a collection of modules for Guile allowing access to the PostgreSQL RDBMS from Scheme programs. The low-level module `(database postgres)' provides an almost one-to-one correspondence with the PostgreSQL "libpq" C library interface. Other higher-level modules, typically named `(database postgres-FOO)', provide abstractions and convenience procedures. This is alpha code (pre 1.0 release). It has bugs, and the interfaces may change from version to version. NEWS excerpt: - 0.36 | 2008-03-03 - Test fix: Avoid requiring procs from module (ice-9 regex) The test guile-pg-basic-tests.scm used to use `string-match' but now it uses `make-regexp' and `regexp-exec' directly. We call this a fix because some Guile versions do not autoload `string-match'. However, it is a fix to the test infrastructure and not to the functionality of Guile-PG. - Dropped subdir: contrib/ Some of the ideas in the files under contrib/ have already been incorporated into Guile-PG. Others were Not So Important. tarball, prettified source, etc, in dir: http://www.gnuvola.org/software/guile-pg/