1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-03-13 23:34:13 +00:00
parent 3c61e80f1d
commit e1350d6afa
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-03-14 Kevin Ryde <user42@zip.com.au>
* configure.in (strptime): Use #define _GNU_SOURCE to get the
prototype from glibc, use AC_CHECK_DECLS rather than AC_EGREP_HEADER.
2004-02-29 Kevin Ryde <user42@zip.com.au>
* configure.in: Use AC_COPYRIGHT and AH_TOP to get copyright notice

View file

@ -1,3 +1,8 @@
2004-03-14 Kevin Ryde <user42@zip.com.au>
* stime.c: Define _GNU_SOURCE for strptime prototype from glibc.
(strptime): Use HAVE_DECL_STRPTIME for when to give own prototype.
2004-03-07 Kevin Ryde <user42@zip.com.au>
* stime.c (scm_gmtime): Return bd_time->tm_zone when available, rather