diff options
author | Jim Blandy <jimb@red-bean.com> | 1996-10-25 08:40:27 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1996-10-25 08:40:27 +0000 |
commit | 3065a62a4c3e44ec424cfa0f13f74479d07bf83f (patch) | |
tree | 78f54a38ad1190cae6809b15b99e2f0ab28c214e /libguile | |
parent | 0464a0956f0fd06d126ebce2b6637bfd00f738b5 (diff) | |
download | guile-3065a62a4c3e44ec424cfa0f13f74479d07bf83f.tar.gz |
*** empty log message ***
Diffstat (limited to 'libguile')
-rw-r--r-- | libguile/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 41b45db26..f4e6c82e3 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,14 @@ +Fri Oct 25 01:56:30 1996 Jim Blandy <jimb@floss.cyclic.com> + + * read.c (scm_lreadr): Recognize SCSH-style block comments; text + between `#!' and `!#' is ignored. + (skip_scsh_block_comment): New function. + + * feature.c (scm_set_program_arguments): New argument, FIRST. + * feature.h: Update prototype. + * init.c (scm_boot_guile_1): Pass new argument to + scm_set_program_arguments. + Tue Oct 22 20:54:42 1996 Jim Blandy <jimb@floss.cyclic.com> * init.c (scm_start_stack): Don't initialize scm_progargs here. |