1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 17:20:29 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1996-10-25 08:40:27 +00:00
parent 0464a0956f
commit 3065a62a4c
3 changed files with 80 additions and 0 deletions

View file

@ -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.