diff --git a/AUTHORS b/AUTHORS index f1508f199..a14a9f96a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -129,7 +129,7 @@ Rob Browning: wrote initial srfi/srfi-8.scm. wrote initial srfi/srfi-11.scm. ported srfi/srfi-19.scm to Guile. - and many other changes throughout. + and many other changes throughout Guile. Martin Grabmueller: In the subdirectory libguile, changes to: diff --git a/TODO b/TODO index 55d433d54..fc255d306 100644 --- a/TODO +++ b/TODO @@ -63,19 +63,6 @@ See also file HACKING. (Also, please try to fold any relevant changes you make into the 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] - perform testing cycles. diff --git a/am/ChangeLog b/am/ChangeLog index 16ea39030..6df154c83 100644 --- a/am/ChangeLog +++ b/am/ChangeLog @@ -1,3 +1,7 @@ +2002-03-03 Rob Browning + + * .cvsignore: add Makefile and Makefile.in. + 2002-02-26 Thien-Thi Nguyen * pre-inst-guile, Makefile.am, README: New files. diff --git a/guile-config/ChangeLog b/guile-config/ChangeLog index 0fce8d321..68c32eb79 100644 --- a/guile-config/ChangeLog +++ b/guile-config/ChangeLog @@ -1,3 +1,8 @@ +2002-03-03 Rob Browning + + * 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 * guile.m4: Rewrite comments in texi. diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 584d0352a..540f98a70 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,7 @@ +2002-03-03 Rob Browning + + * syncase.scm: add a simple mutex to gensym. + 2002-02-26 Thien-Thi Nguyen * Makefile.am: Update path to pre-inst-guile automake frag.