mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-13 07:10:20 +02:00
*** empty log message ***
This commit is contained in:
parent
53802ea86d
commit
6a9003d3a4
3 changed files with 24 additions and 1 deletions
6
RELEASE
6
RELEASE
|
@ -22,6 +22,10 @@ After signal handling and threading have been fixed:
|
||||||
|
|
||||||
=== In release 1.8.0:
|
=== In release 1.8.0:
|
||||||
|
|
||||||
|
- remove re-exporting behaviour of `export'.
|
||||||
|
in boot-9.scm, remove begin-deprecated part of `module-export!'
|
||||||
|
in format.scm, remove kluge at top
|
||||||
|
|
||||||
- remove deprecated subr and gsubr functions
|
- remove deprecated subr and gsubr functions
|
||||||
in procs.h, procs.c: scm_make_subr, scm_make_subr_opt,
|
in procs.h, procs.c: scm_make_subr, scm_make_subr_opt,
|
||||||
scm_make_subr_with_generic,
|
scm_make_subr_with_generic,
|
||||||
|
@ -45,7 +49,7 @@ After signal handling and threading have been fixed:
|
||||||
- remove support for autoloading compiled-code modules:
|
- remove support for autoloading compiled-code modules:
|
||||||
try-module-linked
|
try-module-linked
|
||||||
try-module-dynamic-link
|
try-module-dynamic-link
|
||||||
init-dynamic-module
|
init-dynamic-module, etc.
|
||||||
scm_register_module_xxx
|
scm_register_module_xxx
|
||||||
scm_registered_modules
|
scm_registered_modules
|
||||||
scm_clear_registered_modules
|
scm_clear_registered_modules
|
||||||
|
|
|
@ -1,3 +1,17 @@
|
||||||
|
2001-06-09 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
* pretty-print.scm (generic-write): Use `object->string' to print
|
||||||
|
unknown objects.
|
||||||
|
|
||||||
|
* optargs.scm (lambda*): Make sure that BODY is always put into a
|
||||||
|
real body context so that it can contain internal definitions.
|
||||||
|
Thanks to Matthias Köppe!
|
||||||
|
|
||||||
|
* format.scm: Use (ice-9 and-let-star).
|
||||||
|
(format:out): Initialize format:output-col with current column of
|
||||||
|
`port', if it has one. Else leave it alone. Thanks to Matthias
|
||||||
|
Köppe!
|
||||||
|
|
||||||
2001-06-05 Marius Vollmer <mvo@zagadka.ping.de>
|
2001-06-05 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
* boot-9.scm (module-ensure-local-variable!): Renamed from
|
* boot-9.scm (module-ensure-local-variable!): Renamed from
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2001-06-09 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
* ports.c (scm_lfwrite): Maintain columnd and row count in port.
|
||||||
|
Thanks to Matthias Köppe!
|
||||||
|
|
||||||
2001-06-08 Michael Livshin <mlivshin@bigfoot.com>
|
2001-06-08 Michael Livshin <mlivshin@bigfoot.com>
|
||||||
|
|
||||||
* snarf.h, filter-doc-snarfage.c: more changes to cope with
|
* snarf.h, filter-doc-snarfage.c: more changes to cope with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue