1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2004-06-16 04:10:37 +00:00
parent 537abaae4d
commit 8048c00b4f

View file

@ -1,3 +1,12 @@
2004-06-15 Rob Browning <rlb@defaultvalue.org>
* script.c (scm_shell_usage): minor phrasing change.
* gc_os_dep.c: update ifdefery for macosx.
(scm_get_stack_base): separate result initialization from
declaration to slience warnings with macosx and hp-ux using gcc
3.3. Thanks to Andreas Vögele.
2004-06-13 Han-Wen Nienhuys <hanwen@xs4all.nl>
* eval.c (unmemoize_exprs): use SCM_CONSP for the loop condition.