mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-22 20:40:29 +02:00
*** empty log message ***
This commit is contained in:
parent
876cabcae7
commit
e7367a17f6
2 changed files with 12 additions and 0 deletions
1
RELEASE
1
RELEASE
|
@ -17,6 +17,7 @@ In release 1.3.4:
|
||||||
- remove names evalext.c: serial-map,
|
- remove names evalext.c: serial-map,
|
||||||
ramap.c: serial-array-copy!, serial-array-map!
|
ramap.c: serial-array-copy!, serial-array-map!
|
||||||
- remove module (ice-9 getopt-gnu-style)
|
- remove module (ice-9 getopt-gnu-style)
|
||||||
|
- remove kw.h, scm_tc16_kw
|
||||||
|
|
||||||
Modules sort.c and random.c should be factored out into separate
|
Modules sort.c and random.c should be factored out into separate
|
||||||
modules (but still be distributed with guile-core) when we get a new
|
modules (but still be distributed with guile-core) when we get a new
|
||||||
|
|
|
@ -1,3 +1,14 @@
|
||||||
|
1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
|
||||||
|
|
||||||
|
* keywords.c (scm_tc16_kw): Added for backward compatibility.
|
||||||
|
Will be removed in next release.
|
||||||
|
|
||||||
|
* Makefile.am (modinclude_HEADERS): Added kw.h;
|
||||||
|
|
||||||
|
* kw.h: New file.
|
||||||
|
|
||||||
|
* libguile.h: #include "libguile/kw.h"
|
||||||
|
|
||||||
1999-03-22 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
1999-03-22 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||||
|
|
||||||
* pairs.c (scm_set_car_x, scm_set_cdr_x): Return SCM_UNSPECIFIED.
|
* pairs.c (scm_set_car_x, scm_set_cdr_x): Return SCM_UNSPECIFIED.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue