| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | * error.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 2003-03-25 | 1 | -0/+4 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 2002-07-20 | 1 | -2/+2 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | 2001-11-07 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 2001-11-07 | 1 | -3/+14 |
* | * error.c, error.h: Made error keys globally accessible. | Mikael Djurfeldt | 2001-09-20 | 1 | -7/+7 |
* | * Removed lots of deprecated stuff. | Dirk Herrmann | 2001-08-31 | 1 | -53/+0 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | * posix.c (getlogin): getlogin() implementation for Windows. | Martin Grabmüller | 2001-07-03 | 1 | -0/+5 |
* | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 2001-06-28 | 1 | -13/+13 |
* | * validate.h | Michael Livshin | 2001-05-24 | 1 | -1/+1 |
* | * error.c (scm_sysmissing): deprecation expired - removed. | Rob Browning | 2001-04-27 | 1 | -27/+0 |
* | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 2001-04-03 | 1 | -14/+17 |
* | * __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1, | Dirk Herrmann | 2001-03-17 | 1 | -7/+4 |
* | * Added function scm_error_num_args_subr. | Dirk Herrmann | 2001-03-17 | 1 | -1/+13 |
* | Use SCM_LISTn instead of scm_listify. | Keisuke Nishida | 2001-03-11 | 1 | -5/+4 |
* | * _scm.h: Removed #include <errno.h>. | Mikael Djurfeldt | 2001-03-10 | 1 | -3/+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 | -4/+28 |
* | * macros.c: Remove surplus newlines from end of docstrings. | Neil Jerram | 2000-08-11 | 1 | -1/+1 |
* | * Extend checks performed with SCM_DEBUG_CELL_ACCESSES=1 and make them | Dirk Herrmann | 2000-07-13 | 1 | -1/+1 |
* | * Re-introduced some symbols as deprecated. | Dirk Herrmann | 2000-06-30 | 1 | -0/+10 |
* | * Eliminated use of SCM_ASSERT to check for range errors. | Dirk Herrmann | 2000-06-30 | 1 | -2/+0 |
* | * Cleaned up memory error signalling. | Dirk Herrmann | 2000-06-29 | 1 | -2/+0 |
* | * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif. | Dirk Herrmann | 2000-05-15 | 1 | -0/+6 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 2000-04-21 | 1 | -8/+8 |
* | * error.c (scm_syserror): save errno before doing anything else, | Gary Houston | 2000-04-04 | 1 | -3/+5 |
* | * error.c (scm_error): Don't try to throw an error if | Mikael Djurfeldt | 2000-03-29 | 1 | -1/+9 |
* | * *.[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 |
* | Removed empty file genio.h and references to it. | Dirk Herrmann | 2000-03-17 | 1 | -1/+0 |
* | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 2000-03-03 | 1 | -6/+25 |
* | * strings.h: don't use SCM_P. don't include <string.h>. | Gary Houston | 2000-01-31 | 1 | -0/+4 |
* | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, | Mikael Djurfeldt | 2000-01-18 | 1 | -12/+12 |
* | * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c, | Greg J. Badros | 2000-01-11 | 1 | -10/+10 |
* | * eval.c: define scm_unbound_variable_key ('unbound-variable). | Gary Houston | 2000-01-09 | 1 | -0/+3 |
* | * scm_validate.h (SCM_OUT_OF_RANGE): Use scm_out_of_range_pos to | Greg J. Badros | 2000-01-07 | 1 | -0/+11 |
* | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 2000-01-05 | 1 | -5/+5 |
* | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 2000-01-05 | 1 | -2/+2 |
* | * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for | Greg J. Badros | 2000-01-05 | 1 | -1/+1 |
* | * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC, | Greg J. Badros | 1999-12-13 | 1 | -2/+12 |
* | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1999-12-12 | 1 | -60/+33 |
* | * configure.in: check for hstrerror. | Gary Houston | 1999-11-18 | 1 | -16/+14 |
* | * error.c (scm_wta): Pass SCM_LIST1 (arg) instead of SCM_EOL to | Mikael Djurfeldt | 1999-03-18 | 1 | -1/+1 |
* | * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), | Jim Blandy | 1999-02-06 | 1 | -14/+14 |
* | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1998-10-19 | 1 | -1/+1 |
* | * error.c (scm_wta): Added support for SCM_ARG6 and SCM_ARG7. | Mikael Djurfeldt | 1998-01-25 | 1 | -0/+4 |
* | * error.c, error.h (scm_error_callback): Removed (see NEWS). | Mikael Djurfeldt | 1997-08-25 | 1 | -5/+0 |
* | * errno.h: prototype for scm_strerror. | Gary Houston | 1997-08-23 | 1 | -0/+8 |
* | * error.c (scm_wta): Pass SCM_EOL to scm_misc_error as the list of | Jim Blandy | 1997-07-10 | 1 | -2/+2 |