mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
*** empty log message ***
This commit is contained in:
parent
a204408fb8
commit
c30effff1f
5 changed files with 14 additions and 14 deletions
2
AUTHORS
2
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:
|
||||
|
|
13
TODO
13
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.
|
||||
|
|
|
@ -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>
|
||||
|
||||
* pre-inst-guile, Makefile.am, README: New files.
|
||||
|
|
|
@ -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>
|
||||
|
||||
* guile.m4: Rewrite comments in texi.
|
||||
|
|
|
@ -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>
|
||||
|
||||
* Makefile.am: Update path to pre-inst-guile automake frag.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue