Commit History

Author SHA1 Message Date
  Ludovic Courtès 7a4e0d105e Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. 16 years ago
  Ludovic Courtès e210266510 Use `AC_USE_SYSTEM_EXTENSIONS' instead of the obsolete `AC_AIX', etc. 16 years ago
  Ludovic Courtès 5da403801c Changes from arch/CVS synchronization 17 years ago
  Kevin Ryde f88648366c Add #define _REENTRANT, to get gmtime_r() prototype on 17 years ago
  Kevin Ryde 9b24833dbf (bdtime2c): Test HAVE_STRUCT_TM_TM_GMTOFF for tm_gmtoff, rather than 18 years ago
  Kevin Ryde dd1aea35e1 (bdtime2c): tm_gmtoff is seconds East, so take negative of 18 years ago
  Marius Vollmer 0ab652a386 Added 2006 to copyright years in every file, as per the new rules. 19 years ago
  Marius Vollmer 661ae7ab6b Renamed the "frames" that are related to dynamic-wind to "dynamic 19 years ago
  Marius Vollmer 9291479faa (scm_mktime): Use scm_frame_critical_section instead of 19 years ago
  Kevin Ryde 5cd87f557d (scm_strftime): Update docstring from posix.texi. 19 years ago
  Marius Vollmer ecc9f40fe5 * hashtab.h: Bugfix: use SCM_API (WAS: extern). 19 years ago
  Marius Vollmer 92205699d0 The FSF has a new address. 19 years ago
  Marius Vollmer 4e047c3e46 Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END. 20 years ago
  Marius Vollmer 9de87eea47 See ChangeLog from 2005-03-02. 20 years ago
  Kevin Ryde fa0198bfad (scm_mktime): Missing default errno=EINVAL from prev change. 20 years ago
  Kevin Ryde 168e958cb8 (scm_strftime): Free t.tm_zone produced by bdtime2c. 20 years ago
  Marius Vollmer 4057a3e05a Use new vector elements API or simple vector API, as appropriate. 20 years ago
  Kevin Ryde 464ee095ff (_POSIX_C_SOURCE): Use this only on hpux, it 20 years ago
  Kevin Ryde 763313a219 (scm_current_time, scm_gettimeofday, scm_strptime): Don't 20 years ago
  Stefan Jahn edea856ce5 2004-09-03 Stefan Jahn <stefan@lkcc.org> 20 years ago
  Marius Vollmer cc95e00ac6 * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, 20 years ago
  Marius Vollmer 7f9994d904 * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c, 20 years ago
  Marius Vollmer b9bd8526f0 * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, 20 years ago
  Marius Vollmer e11e83f3d9 * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, 20 years ago
  Marius Vollmer 93ccaef0c6 * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to 20 years ago
  Marius Vollmer 7888309be8 * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, 20 years ago
  Kevin Ryde 95f31774cc (_POSIX_C_SOURCE): Define to 199506L to get gmtime_r (in 21 years ago
  Kevin Ryde 45198ffbfe (scm_gmtime): Use gmtime_r when available, for thread safety. 21 years ago
  Kevin Ryde 3c61e80f1d Define _GNU_SOURCE for strptime prototype from glibc. Use 21 years ago
  Kevin Ryde d6d9e95746 (scm_gmtime): Return bd_time->tm_zone when available, rather than "GMT" always. 21 years ago