1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-03-20 23:22:17 +00:00
parent 45198ffbfe
commit 54733c952d

View file

@ -1,3 +1,7 @@
2004-03-21 Kevin Ryde <user42@zip.com.au>
* stime.c (scm_gmtime): Use gmtime_r when available, for thread safety.
2004-03-20 Kevin Ryde <user42@zip.com.au>
* posix.c (scm_gethostname): Preserve errno across free() call.