summaryrefslogtreecommitdiff
path: root/libguile/stime.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-1/+1
* * Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann2001-04-101-3/+3
* Correct, update, improve and clean up a lot of docstrings in order to make...Martin Grabmüller2001-04-031-23/+29
* * _scm.h: Removed #include <errno.h>....Mikael Djurfeldt2001-03-101-3/+3
* (scm_strptime, scm_mktime): Added texinfo markup.Martin Grabmüller2001-02-171-9/+9
* New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida2001-02-021-2/+2
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,...Marius Vollmer2000-11-171-0/+2
* * Change a couple of functions to accept either symbols or strings only....Dirk Herrmann2000-10-301-12/+12
* * Made some functions not accept symbols as input parameters any more....Dirk Herrmann2000-10-091-4/+3
* * Replaced a lot of references to SCM_CHARS.Dirk Herrmann2000-09-261-2/+2
* * Docstring fixes.Neil Jerram2000-09-021-2/+3
* * stime.c (scm_c_get_internal_run_time): new function, same as...Michael Livshin2000-08-161-19/+24
* * stime.c (scm_strftime): Recognize a return value of zero from...Marius Vollmer2000-07-231-3/+21
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* 2000-05-15 Gary Houston <ghouston@arglist.com>...Gary Houston2000-05-151-5/+13
* 2000-05-14 Gary Houston <ghouston@arglist.com>...Gary Houston2000-05-141-6/+36
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,...Mikael Djurfeldt2000-04-211-7/+7
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-0/+6
* Only include strings.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Only include vectors.h in those files, where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to support...Greg J. Badros2000-03-031-1/+1
* * arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c,...Greg J. Badros2000-02-141-14/+5
* * __scm.h: don't define long_long or ulong_long if HAVE_LONG_LONGS...Gary Houston2000-02-081-16/+10
* * strports.c (st_end_input): Inserted parenthesis to get operator...Mikael Djurfeldt2000-01-181-42/+40
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,...Mikael Djurfeldt2000-01-181-25/+23
* * configure.in: check whether localtime caches TZ. copied from...Gary Houston2000-01-091-12/+25
* * eval.c: define scm_unbound_variable_key ('unbound-variable)....Gary Houston2000-01-091-10/+5
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*...Greg J. Badros2000-01-051-7/+7
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-12/+12
* * coop-threads.c: Remove K&R function headers....Greg J. Badros1999-12-161-4/+3
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,...Greg J. Badros1999-12-131-11/+65
* Remove leading whitespace before empty docstrings.Greg J. Badros1999-12-131-2/+2
* * *.c: Pervasive software-engineering-motivated rewrite of...Greg J. Badros1999-12-121-73/+96
* 1999-09-08 Gary Houston <ghouston@easynet.co.uk>...Gary Houston1999-09-081-24/+27
* * stime.c (ftime): Delete declaration for this function --- let...Jim Blandy1999-07-191-2/+0
* * stime.c (bdtime2c): Initialize lt->gmtoff and lt->tm_zone from...Jim Blandy1999-06-151-2/+7
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),...Jim Blandy1999-02-061-3/+3
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,...Jim Blandy1998-10-191-1/+1
* * stime.c: The CPP hair to determine a value for CLKTCK is weird,...Jim Blandy1998-10-151-17/+7
* * stime.c (scm_get_internal_real_time): Do the arithmetic using...Jim Blandy1998-10-131-8/+10
* Getting rid of more warnings......Jim Blandy1998-10-031-2/+6
* * stime.c: Removed declaration of strptime. (It should be...Mikael Djurfeldt1998-07-121-2/+0
* * eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c,...Mikael Djurfeldt1998-07-121-2/+2
* * socket.c (scm_bind): free soka after use....Gary Houston1998-01-041-53/+57
* * stime.c (bdtime2c): Use SCM_LENGTH, not scm_vector_length; the...Jim Blandy1997-09-281-1/+1
* * sequences.h, sequences.c, append.h, append.c: Removed. These...Mikael Djurfeldt1997-09-151-2/+1
* * stime.h: prototype for scm_times....Gary Houston1997-08-161-0/+23
* Changes to compile under gnu-win32, from Marcus Daniels:...Jim Blandy1997-07-111-0/+4
* * stime.c (scm_localtime, scm_mktime): Pass SCM_EOL to...Jim Blandy1997-07-101-2/+2
* Revert Marcus's changes; will re-apply when we get papers.Jim Blandy1997-06-241-6/+2