* filesys.c (scm_input_waiting_p): add missing third argument to
authorGary Houston <ghouston@arglist.com>
Mon, 5 May 1997 21:01:57 +0000 (21:01 +0000)
committerGary Houston <ghouston@arglist.com>
Mon, 5 May 1997 21:01:57 +0000 (21:01 +0000)
commit4edc089ccb6d06d6ba47e37a18b80fe95afede13
tree73da42c3647861b09b76a4b477dc227f6b5e2789
parent2a18e748106b9c2ffa9e7b544a3794f0f487e908
* filesys.c (scm_input_waiting_p): add missing third argument to
scm_misc_error.

* stime.c (scm_localtime): copy the result of localtime before
calling gmtime in case they share a buffer.
(scm_localtime, scm_mktime): throw an error if neither HAVE_TM_ZONE
nor HAVE_TZNAME.
libguile/ChangeLog
libguile/filesys.c
libguile/ioext.c
libguile/stime.c