unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* guile-gdbm 0.1.0 available
@ 2003-10-25  1:49 Thien-Thi Nguyen
  0 siblings, 0 replies; only message in thread
From: Thien-Thi Nguyen @ 2003-10-25  1:49 UTC (permalink / raw)
  Cc: guile-user

this is the first release after transfer from Martin Grabmueller, the
original author of guile-gdbm (thanks Martin!).  tested w/ guile
1.4.1.96, patches for other versions welcome.  NEWS excerpt below.
tarball in:

  http://www.glug.org/people/ttn/software/guile-gdbm/

if you are a current user of guile-gdbm and are happy w/ it, there is
probably no need to install this release (only installation changes, no
functionality changes).

future plans for guile-gdbm in a nutshell: make sure everything declared
in gdbm.h is reflected to scheme (see comment at end of README); release
version 1.0; enter low-effort maintenance mode for 1.x.

thi


___________________________________________

  - guile-gdbm 0.1.0
  
    - installation change: compiled module only
  
  	Previously, the module (database gdbm) was implemented as scheme
  	code that dynamically linked a shared object library installed
  	in ${libdir}.  Since Guile can recognize certain shared object
  	libraries as modules and load them directly, the scheme code
  	wrapper is not required and thus is now no longer distributed.
  	Instead, "make install" places the shared object library and its
  	support files in directory:
  
  		${guilelibsitedir}/database/
  
  	The value of ${guilelibsitedir} is determined by the `configure'
  	script based on the result of running the command: "guile-config
  	re-prefix-info pkglibdir".  Related to this change, if the
  	program "guile-tools make-module-catalog" is available,
  	installation invokes it for the ${guilelibsitedir} directory.
  
  	Note that the module's name, interface and functionality have
  	not changed; the module can be used as before by evaluating the
  	form:
  
  		(use-modules (database gdbm))


[NEWS excerpt ends here]


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-25  1:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-25  1:49 guile-gdbm 0.1.0 available Thien-Thi Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).