mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
*** empty log message ***
This commit is contained in:
parent
3eb7e6ee5e
commit
80f2710274
3 changed files with 15 additions and 3 deletions
6
NEWS
6
NEWS
|
@ -6,7 +6,9 @@ Please send Guile bug reports to bug-guile@gnu.org.
|
|||
|
||||
Changes since Guile 1.3.4:
|
||||
|
||||
configure has new options to remove support for certain features:
|
||||
* Changes to the distribution
|
||||
|
||||
** configure has new options to remove support for certain features:
|
||||
|
||||
--disable-posix omit posix interfaces
|
||||
--disable-net omit networking interfaces
|
||||
|
@ -14,7 +16,7 @@ configure has new options to remove support for certain features:
|
|||
|
||||
These are likely to become separate modules some day.
|
||||
|
||||
* Added new configure option --enable-debug-freelist
|
||||
** Added new configure option --enable-debug-freelist
|
||||
|
||||
This enables a debugging version of SCM_NEWCELL(), and also registers
|
||||
an extra primitive, the setter `gc-set-debug-check-freelist!'.
|
||||
|
|
3
THANKS
3
THANKS
|
@ -1,4 +1,4 @@
|
|||
The Guile maintainer is Jim Blandy.
|
||||
Jim Blandy is Guile's maintainer.
|
||||
|
||||
Thanks to:
|
||||
|
||||
|
@ -6,3 +6,4 @@ Bug reports and fixes from:
|
|||
|
||||
Greg Harvey
|
||||
Jorgen Schaefer
|
||||
Bernard Urban
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
|
||||
|
||||
* numbers.c (scm_string_to_number): Signal an error if radix is
|
||||
less than two. (Thanks to Jorgen Schaefer.)
|
||||
|
||||
* print.c (scm_write, scm_display, scm_newline, scm_write_char):
|
||||
Don't assume that the current output port is valid. Somebody
|
||||
might close it. (Thanks to Bernard Urban.)
|
||||
|
||||
1999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||
|
||||
* scmconfig.h.in: Regenerated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue