1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 00:40:20 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2002-03-03 20:40:29 +00:00
parent a204408fb8
commit c30effff1f
5 changed files with 14 additions and 14 deletions

View file

@ -129,7 +129,7 @@ Rob Browning:
wrote initial srfi/srfi-8.scm. wrote initial srfi/srfi-8.scm.
wrote initial srfi/srfi-11.scm. wrote initial srfi/srfi-11.scm.
ported srfi/srfi-19.scm to Guile. ported srfi/srfi-19.scm to Guile.
and many other changes throughout. and many other changes throughout Guile.
Martin Grabmueller: Martin Grabmueller:
In the subdirectory libguile, changes to: In the subdirectory libguile, changes to:

13
TODO
View file

@ -63,19 +63,6 @@ See also file HACKING.
(Also, please try to fold any relevant changes you make into the (Also, please try to fold any relevant changes you make into the
unstable tree as well.) unstable tree as well.)
+ sync srfi-modules.texi [ttn]
- Update the version numbers in GUILE-VERSION and README. [rlb]
- find out if we need to put a mutex around syncase.scm's custom
gensym code.
- rearrange guile-config not to spit out {/usr,}/{include,lib} flags.
+ centralize pre-inst guile usage [ttn]
+ write devel/build/pre-inst-guile
+ write pre-inst-guile{-tools}, convert Makefile.am callers
- Update the version numbers in GUILE-VERSION and README. [rlb] - Update the version numbers in GUILE-VERSION and README. [rlb]
- perform testing cycles. - perform testing cycles.

View file

@ -1,3 +1,7 @@
2002-03-03 Rob Browning <rlb@defaultvalue.org>
* .cvsignore: add Makefile and Makefile.in.
2002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org> 2002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
* pre-inst-guile, Makefile.am, README: New files. * pre-inst-guile, Makefile.am, README: New files.

View file

@ -1,3 +1,8 @@
2002-03-03 Rob Browning <rlb@defaultvalue.org>
* guile-config.in (build-link): don't output -L/usr/lib.
(build-compile): don't output -I/usr/include.
2002-01-02 Thien-Thi Nguyen <ttn@glug.org> 2002-01-02 Thien-Thi Nguyen <ttn@glug.org>
* guile.m4: Rewrite comments in texi. * guile.m4: Rewrite comments in texi.

View file

@ -1,3 +1,7 @@
2002-03-03 Rob Browning <rlb@defaultvalue.org>
* syncase.scm: add a simple mutex to gensym.
2002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org> 2002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
* Makefile.am: Update path to pre-inst-guile automake frag. * Makefile.am: Update path to pre-inst-guile automake frag.