Age | Commit message (Expand) | Author | Files | Lines |
2015-10-25 | Adapt stime.c to gnulib updateswip-stime | Andy Wingo | 1 | -329/+167 |
2014-04-25 | Merge branch 'stable-2.0'v2.1.0 | Mark H Weaver | 1 | -3/+2 |
2014-02-27 | Rely on Gnulib for <unistd.h>. | Mark H Weaver | 1 | -3/+2 |
2014-02-08 | Change uses of scm_is_simple_vector to scm_is_vector | Daniel Llorens | 1 | -1/+1 |
2013-04-10 | stime: Remove #ifdef HAVE_*_H for headers provided by Gnulib. | Ludovic Courtès | 1 | -10/+2 |
2013-04-09 | fix stime patch for HAVE_TIMES removal | Andy Wingo | 1 | -3/+14 |
2013-04-09 | simplify configure checks for functionality provided by gnulib | Andy Wingo | 1 | -21/+0 |
2013-03-09 | simplify stime back-compat shims for tzname | Andy Wingo | 1 | -8/+1 |
2012-02-02 | Improve the usage of variable names in C docstrings. | Bake Timmons | 1 | -8/+9 |
2011-05-20 | clocktime freebsd portability | Andy Wingo | 1 | -3/+7 |
2011-05-04 | scm_c_get_internal_run_time is more precise | Andy Wingo | 1 | -79/+165 |
2011-01-07 | add scm_{to,from}_{utf8,latin1}_string{n,} | Andy Wingo | 1 | -17/+14 |
2009-11-17 | Fix stylistic issues revealed by "make syntax-check". | Ludovic Courtès | 1 | -5/+4 |
2009-08-23 | Modify socket and time functions for wide strings | Michael Gran | 1 | -15/+35 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-05-26 | gnulib-tool --import environ; rely on gnulib for environ definitions | Andy Wingo | 1 | -13/+0 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2008-09-02 | Use Gnulib's `strftime' to address bug #24130. | Ludovic Courtès | 1 | -4/+4 |
2008-08-20 | Never define `_GNU_SOURCE' explicitly since `AC_USE_SYSTEM_EXTENSIONS' | Ludovic Courtès | 1 | -2/+1 |
2007-08-23 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -1/+3 |
2007-08-16 | Add #define _REENTRANT, to get gmtime_r() prototype on | Kevin Ryde | 1 | -1/+2 |
2006-10-09 | merge from 1.8 branch | Kevin Ryde | 1 | -2/+16 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -4/+4 |
2005-11-06 | (scm_mktime): Use scm_frame_critical_section instead of | Marius Vollmer | 1 | -2/+2 |
2005-10-23 | (scm_strftime): Update docstring from posix.texi. | Kevin Ryde | 1 | -7/+16 |
2005-06-05 | * hashtab.h: Bugfix: use SCM_API (WAS: extern). | Marius Vollmer | 1 | -6/+5 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-07 | Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END. | Marius Vollmer | 1 | -0/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -17/+17 |
2005-01-10 | (scm_mktime): Missing default errno=EINVAL from prev change. | Kevin Ryde | 1 | -1/+2 |
2005-01-04 | (scm_strftime): Free t.tm_zone produced by bdtime2c. | Kevin Ryde | 1 | -0/+3 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -42/+32 |
2004-09-08 | (_POSIX_C_SOURCE): Use this only on hpux, it | Kevin Ryde | 1 | -1/+14 |
2004-09-07 | (scm_current_time, scm_gettimeofday, scm_strptime): Don't | Kevin Ryde | 1 | -8/+22 |
2004-09-03 | 2004-09-03 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -1/+5 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -9/+18 |
2004-08-10 | * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c, | Marius Vollmer | 1 | -5/+9 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -16/+18 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -27/+28 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -17/+17 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -3/+3 |
2004-04-27 | (_POSIX_C_SOURCE): Define to 199506L to get gmtime_r (in | Kevin Ryde | 1 | -0/+1 |
2004-03-20 | (scm_gmtime): Use gmtime_r when available, for thread safety. | Kevin Ryde | 1 | -7/+20 |
2004-03-13 | Define _GNU_SOURCE for strptime prototype from glibc. Use | Kevin Ryde | 1 | -1/+3 |
2004-03-06 | (scm_gmtime): Return bd_time->tm_zone when available, rather than "GMT" always. | Kevin Ryde | 1 | -2/+8 |
2004-02-18 | (environ): Use _NSGetEnviron in Darwin | Kevin Ryde | 1 | -1/+14 |
2004-02-17 | (scm_localtime, scm_gmtime, scm_mktime): Provide a default | Kevin Ryde | 1 | -2/+21 |
2004-01-03 | (scm_current_time, scm_gettimeofday): Add a comment about | Kevin Ryde | 1 | -1/+8 |
2003-09-16 | (scm_current_time): 'time' does not set errno so don't use | Marius Vollmer | 1 | -1/+1 |