1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-05 06:50:21 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-08-29 14:24:24 +00:00
parent c242a86327
commit a48a7629fc
3 changed files with 18 additions and 0 deletions

3
THANKS
View file

@ -2,4 +2,7 @@ The Guile core distribution:
Bug reports and fixes from: Bug reports and fixes from:
Keisuke Nishida
Ken Raeburn
Also, thanks to: Also, thanks to:

View file

@ -1,3 +1,7 @@
1999-08-29 Keisuke Nishida <kxn30@po.cwru.edu>
* boot-9.scm (try-module-autoload): Use %search-load-path.
1999-08-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> 1999-08-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* boot-9.scm: Removed old style hooks. * boot-9.scm: Removed old style hooks.

View file

@ -1,5 +1,16 @@
1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* procs.c (scm_setter): Converted to use generic dispatch.
* eval.c, eval.h: Bugfix: scm_sym_apply was not initialized
correctly.
* load.c (scm_search_path): Don't try extensions which already are
present at the end of the filename.
(scm_init_load): Check .scm first. (Thanks to Keisuke Nishida.)
* stacks.c (scm_sym_apply): Removed. (Thanks to Ken Raeburn.)
Cleanup and simplification of generic method dispatch. Cleanup and simplification of generic method dispatch.
Also, the quadruple representation of entity and operator Also, the quadruple representation of entity and operator
procedures has been replaced with single. procedures has been replaced with single.