summaryrefslogtreecommitdiff
path: root/libguile/stime.c
Commit message (Expand)AuthorAgeFilesLines
* 'strftime' and 'strptime' honor the locale encoding....Ludovic Courtès2019-06-301-12/+12
* Avoid passing NULL to 'memcpy' and 'memcmp'....Mark H Weaver2019-04-161-1/+2
* Fix strftime compile with null threads...Mike Gran2019-02-091-2/+2
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals....Mark H Weaver2018-10-171-3/+3
* Fix build warning...Andy Wingo2017-01-191-2/+0
* Fix scm_init_stime for macOS...Andy Wingo2017-01-081-4/+1
* Fix --without-threads...Andy Wingo2016-12-071-2/+2
* Mutexes instead of critical sections in stime.c...Andy Wingo2016-11-011-15/+16
* Use non-deprecated HAVE_STRUCT_TM_TM_ZONE...Andy Wingo2016-07-251-5/+5
* Add missing 'const' qualifier....Ludovic Courtès2016-07-251-1/+1
* Unconditionally include <time.h> from Gnulib....Ludovic Courtès2016-07-251-5/+1
* Merge branch 'stable-2.0'...Mark H Weaver2014-04-251-3/+2
|\
| * Rely on Gnulib for <unistd.h>....Mark H Weaver2014-02-271-3/+2
* | Change uses of scm_is_simple_vector to scm_is_vector...Daniel Llorens2014-02-081-1/+1
|/
* stime: Remove #ifdef HAVE_*_H for headers provided by Gnulib....Ludovic Courtès2013-04-101-10/+2
* fix stime patch for HAVE_TIMES removal...Andy Wingo2013-04-091-3/+14
* simplify configure checks for functionality provided by gnulib...Andy Wingo2013-04-091-21/+0
* simplify stime back-compat shims for tzname...Andy Wingo2013-03-091-8/+1
* Improve the usage of variable names in C docstrings....Bake Timmons2012-02-021-8/+9
* clocktime freebsd portability...Andy Wingo2011-05-201-3/+7
* scm_c_get_internal_run_time is more precise...Andy Wingo2011-05-041-79/+165
* add scm_{to,from}_{utf8,latin1}_string{n,}...Andy Wingo2011-01-071-17/+14
* Fix stylistic issues revealed by "make syntax-check"....Ludovic Courtès2009-11-171-5/+4
* Modify socket and time functions for wide strings...Michael Gran2009-08-231-15/+35
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* gnulib-tool --import environ; rely on gnulib for environ definitions...Andy Wingo2009-05-261-13/+0
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* Use Gnulib's `strftime' to address bug #24130....Ludovic Courtès2008-09-021-4/+4
* Never define `_GNU_SOURCE' explicitly since `AC_USE_SYSTEM_EXTENSIONS'...Ludovic Courtès2008-08-201-2/+1
* Changes from arch/CVS synchronizationLudovic Courtès2007-08-231-1/+3
* Add #define _REENTRANT, to get gmtime_r() prototype on...Kevin Ryde2007-08-161-1/+2
* merge from 1.8 branchKevin Ryde2006-10-091-2/+16
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* Renamed the "frames" that are related to dynamic-wind to "dynamic...Marius Vollmer2006-01-291-4/+4
* (scm_mktime): Use scm_frame_critical_section instead of...Marius Vollmer2005-11-061-2/+2
* (scm_strftime): Update docstring from posix.texi.Kevin Ryde2005-10-231-7/+16
* * hashtab.h: Bugfix: use SCM_API (WAS: extern)....Marius Vollmer2005-06-051-6/+5
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END.Marius Vollmer2005-03-071-0/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-17/+17
* (scm_mktime): Missing default errno=EINVAL from prev change.Kevin Ryde2005-01-101-1/+2
* (scm_strftime): Free t.tm_zone produced by bdtime2c....Kevin Ryde2005-01-041-0/+3
* Use new vector elements API or simple vector API, as appropriate....Marius Vollmer2005-01-021-42/+32
* (_POSIX_C_SOURCE): Use this only on hpux, it...Kevin Ryde2004-09-081-1/+14
* (scm_current_time, scm_gettimeofday, scm_strptime): Don't...Kevin Ryde2004-09-071-8/+22
* 2004-09-03 Stefan Jahn <stefan@lkcc.org>...Stefan Jahn2004-09-031-1/+5
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,...Marius Vollmer2004-08-191-9/+18
* * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,...Marius Vollmer2004-08-101-5/+9
* * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,...Marius Vollmer2004-08-021-16/+18
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,...Marius Vollmer2004-07-231-27/+28