1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 18:20:22 +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

View file

@ -1,5 +1,16 @@
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.
Also, the quadruple representation of entity and operator
procedures has been replaced with single.