guile-gdbm 0.1.0 available

Thien-Thi Nguyen <[email protected]>
Newsgroups gmane.lisp.guile.user,gmane.lisp.guile.sources
Message-ID <[email protected]>
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
[email protected]
http://mail.gnu.org/mailman/listinfo/guile-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.