summaryrefslogtreecommitdiff
path: root/libguile/stime.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-02Merge from stable-2.2Andy Wingo1-12/+12
2019-06-30'strftime' and 'strptime' honor the locale encoding.Ludovic Courtès1-12/+12
2019-05-23Avoid passing NULL to 'memcpy' and 'memcmp'.Mark H Weaver1-1/+2
2019-05-23Fix strftime compile with null threadsMike Gran1-1/+1
2019-05-23Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver1-2/+2
2019-04-16Avoid passing NULL to 'memcpy' and 'memcmp'.Mark H Weaver1-1/+2
2019-02-09Fix strftime compile with null threadsMike Gran1-2/+2
2018-10-17Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver1-3/+3
2018-06-21Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo1-2/+2
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rationalize include order in C filesAndy Wingo1-16/+15
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-14/+14
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Remove modules.h from _scm.h.Andy Wingo1-0/+1
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-0/+1
2018-06-19Devolve numbers.h from _scm.h.Andy Wingo1-0/+1
2018-06-18Devolve pairs.hAndy Wingo1-0/+1
2018-06-18Devolve boolean.h include.Andy Wingo1-0/+1
2018-06-18Remove includes of validate.h.Andy Wingo1-3/+2
2017-01-19Fix build warningAndy Wingo1-2/+0
2017-01-08Fix scm_init_stime for macOSAndy Wingo1-4/+1
2016-12-07Fix --without-threadsAndy Wingo1-2/+2
2016-11-01Mutexes instead of critical sections in stime.cAndy Wingo1-15/+16
2016-07-25Use non-deprecated HAVE_STRUCT_TM_TM_ZONEAndy Wingo1-5/+5
2016-07-25Add missing 'const' qualifier.Ludovic Courtès1-1/+1
2016-07-25Unconditionally include <time.h> from Gnulib.Ludovic Courtès1-5/+1
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-3/+2
2014-02-27Rely on Gnulib for <unistd.h>.Mark H Weaver1-3/+2
2014-02-08Change uses of scm_is_simple_vector to scm_is_vectorDaniel Llorens1-1/+1
2013-04-10stime: Remove #ifdef HAVE_*_H for headers provided by Gnulib.Ludovic Courtès1-10/+2
2013-04-09fix stime patch for HAVE_TIMES removalAndy Wingo1-3/+14
2013-04-09simplify configure checks for functionality provided by gnulibAndy Wingo1-21/+0
2013-03-09simplify stime back-compat shims for tznameAndy Wingo1-8/+1
2012-02-02Improve the usage of variable names in C docstrings.Bake Timmons1-8/+9
2011-05-20clocktime freebsd portabilityAndy Wingo1-3/+7
2011-05-04scm_c_get_internal_run_time is more preciseAndy Wingo1-79/+165
2011-01-07add scm_{to,from}_{utf8,latin1}_string{n,}Andy Wingo1-17/+14
2009-11-17Fix stylistic issues revealed by "make syntax-check".Ludovic Courtès1-5/+4
2009-08-23Modify socket and time functions for wide stringsMichael Gran1-15/+35
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-05-26gnulib-tool --import environ; rely on gnulib for environ definitionsAndy Wingo1-13/+0
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2008-09-02Use Gnulib's `strftime' to address bug #24130.Ludovic Courtès1-4/+4
2008-08-20Never define `_GNU_SOURCE' explicitly since `AC_USE_SYSTEM_EXTENSIONS'Ludovic Courtès1-2/+1
2007-08-23Changes from arch/CVS synchronizationLudovic Courtès1-1/+3
2007-08-16Add #define _REENTRANT, to get gmtime_r() prototype onKevin Ryde1-1/+2
2006-10-09merge from 1.8 branchKevin Ryde1-2/+16
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1