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

*** empty log message ***

This commit is contained in:
Marius Vollmer 2003-11-17 00:26:14 +00:00
parent 7893dbbf45
commit b58e742039

View file

@ -1,3 +1,12 @@
2003-11-17 Marius Vollmer <mvo@zagadka.de>
* eval.c (scm_m_generalized_set_x): Macroexpand the target when it
is a list. This allows (@ ...) to work with set!.
* script.c (scm_compile_shell_switches): Use scm_c_read_string for
the "-e" option instead of scm_str2symbol. This allows things
like (@ ...) to be specified for the entry point.
2003-11-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
* eval.c (scm_m_letstar): Create memoized code in place to
@ -48,6 +57,9 @@
2003-11-13 Marius Vollmer <mvo@zagadka.de>
* read.c (scm_lreadr): detect EOF after backslash, and interpret
\xNN hexadecimal sequences. From Paul Jarc, thanks!
* snarf.h (SCM_SMOB, SCM_GLOBAL_SMOB, SCM_SMOB_MARK,
SCM_GLOBAL_SMOB_MARK, SCM_SMOB_FREE, SCM_GLOBAL_SMOB_FREE,
SCM_SMOB_PRINT, SCM_GLOBAL_SMOB_PRINT, SCM_SMOB_EQUALP,