mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 17:00:23 +02:00
*** empty log message ***
This commit is contained in:
parent
c3badf02bb
commit
f7677ff2d9
3 changed files with 18 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
1999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: Remove quotes around ac_cv_lib_readline_main and
|
||||||
|
ac_cv_var_rl_getc_function. They should both always be set to
|
||||||
|
non-null values; this way, we get error messages.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
1999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
|
1999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
|
||||||
|
|
||||||
* configure.in: Cite the variable ac_cv_lib_readline_main, not
|
* configure.in: Cite the variable ac_cv_lib_readline_main, not
|
||||||
|
|
3
RELEASE
3
RELEASE
|
@ -2,7 +2,10 @@ This is a checklist for making Guile releases.
|
||||||
It's specific to the FSF's development environment; please don't put
|
It's specific to the FSF's development environment; please don't put
|
||||||
it in the distribution.
|
it in the distribution.
|
||||||
|
|
||||||
|
Maybe we should name Guile releases after entertaining poisons.
|
||||||
|
|
||||||
In release 1.4:
|
In release 1.4:
|
||||||
|
- Release is titled ``wormwood'' release.
|
||||||
- remove #/ syntax
|
- remove #/ syntax
|
||||||
- Remove SCHEME_LOAD_PATH.
|
- Remove SCHEME_LOAD_PATH.
|
||||||
- remove hook support from boot-9.scm
|
- remove hook support from boot-9.scm
|
||||||
|
|
|
@ -1,7 +1,14 @@
|
||||||
|
1999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in: This changed, for some reason I don't really
|
||||||
|
understand, when I ran automake in the top level directory. This
|
||||||
|
may be contamination by Cygnus internal releases. If you re-run
|
||||||
|
automake and this change gets reverted, don't worry about it.
|
||||||
|
|
||||||
1999-01-10 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
|
1999-01-10 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
|
||||||
|
|
||||||
* sort.c, sort.h: New files: Implement slib's and scsh's sort
|
* sort.c, sort.h: New files: Implement slib's and scsh's sort
|
||||||
interfaces. Author: Roland Orre.
|
interfaces. Author: Roland Orre.
|
||||||
|
|
||||||
* Makefile.am: Added sort.c, sort.h, sort.x.
|
* Makefile.am: Added sort.c, sort.h, sort.x.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue