summaryrefslogtreecommitdiff
path: root/libguile/stime.c
Commit message (Expand)AuthorAgeFilesLines
* missing includes for list.hMichael Gran2021-01-211-1/+2
* Merge from stable-2.2Andy Wingo2019-08-021-12/+12
|\
| * '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 threadsMike Gran2019-02-091-2/+2
| * Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver2018-10-171-3/+3
* | Avoid passing NULL to 'memcpy' and 'memcmp'.Mark H Weaver2019-05-231-1/+2
* | Fix strftime compile with null threadsMike Gran2019-05-231-1/+1
* | Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver2019-05-231-2/+2
* | Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo2018-06-211-2/+2
* | Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* | Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* | Rationalize include order in C filesAndy Wingo2018-06-201-16/+15
* | Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-14/+14
* | Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* | Remove _scm.hAndy Wingo2018-06-201-1/+0
* | Remove modules.h from _scm.h.Andy Wingo2018-06-201-0/+1
* | Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* | Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* | Devolve pairs.hAndy Wingo2018-06-181-0/+1
* | Devolve boolean.h include.Andy Wingo2018-06-181-0/+1
* | Remove includes of validate.h.Andy Wingo2018-06-181-3/+2
|/
* Fix build warningAndy Wingo2017-01-191-2/+0
* Fix scm_init_stime for macOSAndy Wingo2017-01-081-4/+1
* Fix --without-threadsAndy Wingo2016-12-071-2/+2
* Mutexes instead of critical sections in stime.cAndy Wingo2016-11-011-15/+16
* Use non-deprecated HAVE_STRUCT_TM_TM_ZONEAndy 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'v2.1.0Mark 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_vectorDaniel 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 removalAndy Wingo2013-04-091-3/+14
* simplify configure checks for functionality provided by gnulibAndy Wingo2013-04-091-21/+0
* simplify stime back-compat shims for tznameAndy Wingo2013-03-091-8/+1
* Improve the usage of variable names in C docstrings.Bake Timmons2012-02-021-8/+9
* clocktime freebsd portabilityAndy Wingo2011-05-201-3/+7
* scm_c_get_internal_run_time is more preciseAndy 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 stringsMichael 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 definitionsAndy 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 onKevin Ryde2007-08-161-1/+2
* merge from 1.8 branchKevin Ryde2006-10-091-2/+16