This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[ANN]: boot-9 sliming, r3



This one isn't so much a slim down, as a change from ice-9 to guile. 
The tarball should be untarred above your guile directory, 
i.e.:

my guile directory is /home/greg/src/guile-core
so I'd do
cd /home/greg/src
tar zxf (wherever it is)/boot-9.r3.tar.gz

The package includes a new init.c, numbers.[ch], configure,
configure.in Makefile.am, Makefile.in, etc, along with the renamed
modules. 

The ChangeLog:

1999-02-02  Greg Harvey  <Greg.Harvey@thezone.net>

*	* transcend.scm: renamed to complex.scm
*	* all: renamed from ice-9 to guile
	* boot.scm(top-repl): added a 
	(define-module (guile-user) :use-module (guile readline-support), 
	which appears to be necessary, though I'm not quite sure why,
	since this should already be done by the later call in boot.scm
	which does the exact same thing.
*	* readline.scm: renamed to readline-support.scm
*	* boot-9.scm: renamed to boot.scm
*	* q.scm: renamed to queue.scm
	* Makefile.am: corrections to make things work.
*	* version.scm.in: now uses guile-modules-config-stamp, rather than
	ice-9-config-stamp.
	* guile-core/Makefile.am, configure.in: replaced all
	  references to ice-9 with guile

http://home.thezone.net/~gharvey/guile/boot-9.r3.tar.gz

This has not been extensively tested.

-- 
Greg