mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
Updated
This commit is contained in:
parent
903073d536
commit
74d6650d3a
2 changed files with 27 additions and 0 deletions
1
THANKS
1
THANKS
|
@ -19,6 +19,7 @@ Bug reports and fixes from:
|
||||||
Karl M. Hegbloom
|
Karl M. Hegbloom
|
||||||
Dirk Herrmann
|
Dirk Herrmann
|
||||||
Bill Janssen
|
Bill Janssen
|
||||||
|
Steven G. Johnson
|
||||||
Roland Kaufmann
|
Roland Kaufmann
|
||||||
Shiro Kawai
|
Shiro Kawai
|
||||||
Christopher Lee
|
Christopher Lee
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
|
1998-06-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||||
|
|
||||||
|
* filesys.c (dirname, basename): New procedures.
|
||||||
|
|
||||||
|
* init.c (scm_boot_guile_1): Removed condition around
|
||||||
|
scm_init_options.
|
||||||
|
|
||||||
|
* dynwind.c: #include "genio.h"; #include "smob.h"; Implemented a
|
||||||
|
new data type (guards) for representation of C level guards and
|
||||||
|
data on the wind chain.
|
||||||
|
(scm_internal_dynamic_wind): New function.
|
||||||
|
|
||||||
|
* dynwind.h: Declare scm_internal_dynamic_wind.
|
||||||
|
|
||||||
|
* root.h (scm_root_state): Added scm_cur_loadp.
|
||||||
|
|
||||||
|
* root.c (mark_root): Added comment about cur_loadp.
|
||||||
|
|
||||||
|
* load.c: #include "dynwind.h";
|
||||||
|
(scm_primitive_load): Use scm_inner_dynamic_wind to update
|
||||||
|
scm_cur_loadp.
|
||||||
|
|
||||||
|
* init.c (scm_init_standard_ports): Initialize scm_def_loadp.
|
||||||
|
|
||||||
|
* ports.c (current-load-port): New procedure.
|
||||||
|
|
||||||
1998-06-09 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
1998-06-09 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||||
|
|
||||||
* ioext.c (scm_isatty_p): Accept any kind of data as argument. If
|
* ioext.c (scm_isatty_p): Accept any kind of data as argument. If
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue