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]: slimmed down boot-9, revision 1



A package containing a slimmed down boot-9 is up at
http://home.thezone.net/~gharvey/guile/boot-9.r1.tar.gz

ChangeLog:
1999-01-31  Greg Harvey  <Greg.Harvey@thezone.net>

	* source.scm : added a (use-modules (ice-9 read-line))

	* boot-9.scm (symbol-property, set-symbol-property!,
	symbol-property-remove!): modified to use the assoc-* functions
	provided by alist.c
	Removed the transcendental, read-line and posix functions to
	their own modules
	(try-using-libtool-name): adds a local my-read-line function,
	which performs the very specific operation that this function
	wants (and allows the read-line bits to be removed to a module).

	* transcend.scm: new module, containing the transcendental
	functions

	* posix.scm: new module, containing the posix functions.

	* read-line.scm : new module, containing the read-line
	functions. This means it's now necessary to to a (use-modules
	(ice-9 read-line)), before you can do read-line[!] and
	read-delimited[!].

-- 
Greg