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