Age | Commit message (Expand) | Author | Files | Lines |
2019-08-02 | Merge from stable-2.2 | Andy Wingo | 1 | -12/+12 |
2019-06-30 | 'strftime' and 'strptime' honor the locale encoding. | Ludovic Courtès | 1 | -12/+12 |
2019-05-23 | Avoid passing NULL to 'memcpy' and 'memcmp'. | Mark H Weaver | 1 | -1/+2 |
2019-05-23 | Fix strftime compile with null threads | Mike Gran | 1 | -1/+1 |
2019-05-23 | Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. | Mark H Weaver | 1 | -2/+2 |
2019-04-16 | Avoid passing NULL to 'memcpy' and 'memcmp'. | Mark H Weaver | 1 | -1/+2 |
2019-02-09 | Fix strftime compile with null threads | Mike Gran | 1 | -2/+2 |
2018-10-17 | Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. | Mark H Weaver | 1 | -3/+3 |
2018-06-21 | Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types | Andy Wingo | 1 | -2/+2 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -16/+15 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -14/+14 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Remove modules.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Devolve numbers.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve boolean.h include. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove includes of validate.h. | Andy Wingo | 1 | -3/+2 |
2017-01-19 | Fix build warning | Andy Wingo | 1 | -2/+0 |
2017-01-08 | Fix scm_init_stime for macOS | Andy Wingo | 1 | -4/+1 |
2016-12-07 | Fix --without-threads | Andy Wingo | 1 | -2/+2 |
2016-11-01 | Mutexes instead of critical sections in stime.c | Andy Wingo | 1 | -15/+16 |
2016-07-25 | Use non-deprecated HAVE_STRUCT_TM_TM_ZONE | Andy Wingo | 1 | -5/+5 |
2016-07-25 | Add missing 'const' qualifier. | Ludovic Courtès | 1 | -1/+1 |
2016-07-25 | Unconditionally include <time.h> from Gnulib. | Ludovic Courtès | 1 | -5/+1 |
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 |