Commit Graph

4 Commits

Author SHA1 Message Date
sperber 0628b66c3e The format_date function tries to fill the (non-POSIX) tm_zone field
of struct tm, assuming the corresponding argument is a string.  By the
scsh documentation, #f is allowed, too.  So just use NULL in that case
instead of raising an argument-type exception, as was the case
previously.
2005-04-15 14:58:57 +00:00
mainzelm 1f1081b8bf Fix memory leak in format_date. 2003-10-13 09:52:30 +00:00
mainzelm 3c92196d13 Use s48_enter_integer instead of s48_enter_fixnum for errno to please GNU Hurd.
(Patch from Andreas Voegele)
2003-06-25 08:26:06 +00:00
mainzelm 3e397f65c5 GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00