1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 22:40:25 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-09-07 09:19:24 +00:00
parent 0520c32088
commit e7acba81f1

View file

@ -1,3 +1,10 @@
2004-09-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* read.c (scm_flush_ws): Detect "#!"-style comments here.
(scm_lreadr): Abort on seeing "#!", which should no longer happen.
(skip_scsh_block_comment): Use scm_input_error instead of
scm_misc_error in case of EOF.
2004-09-07 Kevin Ryde <user42@zip.com.au> 2004-09-07 Kevin Ryde <user42@zip.com.au>
* numbers.c (scm_integer_expt): Reject exponent +/-inf. * numbers.c (scm_integer_expt): Reject exponent +/-inf.
@ -27,7 +34,7 @@
* threads.c (scm_threads_mark_stacks): Fixed local variable * threads.c (scm_threads_mark_stacks): Fixed local variable
definitions. definitions.
* strings.c (scm_i_substring_copy, s_scm_string_append): Fixed * strings.c (scm_i_substring_copy, scm_string_append): Fixed
local variable definitions. local variable definitions.
* stime.c (_POSIX_C_SOURCE): Do not define this item on * stime.c (_POSIX_C_SOURCE): Do not define this item on