Update Gnulib to v0.0-6827-g39c3009; use the `dirfd' module.
[bpt/guile.git] / libguile / stime.c
2011-05-20 Andy Wingoclocktime freebsd portability
2011-05-04 Andy Wingoscm_c_get_internal_run_time is more precise
2011-01-07 Andy Wingoadd scm_{to,from}_{utf8,latin1}_string{n,}
2009-12-11 Andy Wingomerge from master to elisp
2009-11-17 Ludovic CourtèsFix stylistic issues revealed by "make syntax-check".
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-23 Michael GranModify socket and time functions for wide strings
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-26 Andy Wingognulib-tool --import environ; rely on gnulib for enviro...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-09 Ludovic CourtèsMerge branch 'master' into strftime-gnulib
2008-09-02 Ludovic CourtèsUse Gnulib's `strftime' to address bug #24130.
2008-08-26 Andy Wingomerge from guile master
2008-08-20 Ludovic CourtèsNever define `_GNU_SOURCE' explicitly since `AC_USE_SYS...
2008-08-02 Andy Wingomerge guile-vm to guile
2007-08-23 Ludovic CourtèsChanges from arch/CVS synchronization
2007-08-16 Kevin RydeAdd #define _REENTRANT, to get gmtime_r() prototype on
2006-10-09 Kevin Rydemerge from 1.8 branch
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-11-06 Marius Vollmer(scm_mktime): Use scm_frame_critical_section instead of
2005-10-23 Kevin Ryde(scm_strftime): Update docstring from posix.texi.
2005-06-05 Marius Vollmer* hashtab.h: Bugfix: use SCM_API (WAS: extern).
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-07 Marius VollmerInclude "libguile/async.h" for SCM_CRITICAL_SECTION_STA...
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-10 Kevin Ryde(scm_mktime): Missing default errno=EINVAL from prev...
2005-01-04 Kevin Ryde(scm_strftime): Free t.tm_zone produced by bdtime2c.
2005-01-02 Marius VollmerUse new vector elements API or simple vector API, as...
2004-09-08 Kevin Ryde(_POSIX_C_SOURCE): Use this only on hpux, it
2004-09-07 Kevin Ryde(scm_current_time, scm_gettimeofday, scm_strptime)...
2004-09-03 Stefan Jahn2004-09-03 Stefan Jahn <stefan@lkcc.org>
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-10 Marius Vollmer* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,
2004-08-02 Marius Vollmer* numbers.h, numbers.c, discouraged.h, discouraged...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-04-27 Kevin Ryde(_POSIX_C_SOURCE): Define to 199506L to get gmtime_r (in
2004-03-20 Kevin Ryde(scm_gmtime): Use gmtime_r when available, for thread...
2004-03-13 Kevin RydeDefine _GNU_SOURCE for strptime prototype from glibc...
2004-03-06 Kevin Ryde(scm_gmtime): Return bd_time->tm_zone when available...
2004-02-18 Kevin Ryde(environ): Use _NSGetEnviron in Darwin
2004-02-17 Kevin Ryde(scm_localtime, scm_gmtime, scm_mktime): Provide a...
2004-01-03 Kevin Ryde(scm_current_time, scm_gettimeofday): Add a comment...
2003-09-16 Marius Vollmer(scm_current_time): 'time' does not set errno so don...
2003-09-03 Kevin Ryde(scm_strptime): Add comment about glibc strptime %s and
2003-05-29 Stefan Jahn2003-05-29 Stefan Jahn <stefan@lkcc.org>
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-26 Rob Browning* stime.c: #include <config.h> if HAVE_CONFIG_H.
2003-01-23 Mikael Djurfeldt* threads.h, threads.c: Moved futures to their own...
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2001-11-02 Marius VollmerOn M$-Windows `tzname[]' is known to be `_tzname[]'.
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-26 Martin GrabmüllerMake compilation under Windows easier.
2001-06-26 Dirk Herrmann* Deprecated scm_makfromstr and added scm_mem2string...
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-04-10 Dirk Herrmann* Avoid redundant casting of argument numbers to char...
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2001-02-17 Martin Grabmüller(scm_strptime, scm_mktime): Added texinfo markup.
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-10-09 Dirk Herrmann* Made some functions not accept symbols as input param...
2000-09-26 Dirk Herrmann* Replaced a lot of references to SCM_CHARS.
2000-09-02 Neil Jerram* Docstring fixes.
2000-08-16 Michael Livshin* stime.c (scm_c_get_internal_run_time): new function...
2000-07-23 Marius Vollmer* stime.c (scm_strftime): Recognize a return value...
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-05-15 Gary Houston2000-05-15 Gary Houston <ghouston@arglist.com>
2000-05-14 Gary Houston2000-05-14 Gary Houston <ghouston@arglist.com>
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-02-14 Greg J. Badros* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports...
2000-02-08 Gary Houston * __scm.h: don't define long_long or ulong_long if...
2000-01-18 Mikael Djurfeldt* strports.c (st_end_input): Inserted parenthesis to...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-09 Gary Houston * configure.in: check whether localtime caches TZ...
2000-01-09 Gary Houston * eval.c: define scm_unbound_variable_key ('unbound...
next