summaryrefslogtreecommitdiff
path: root/libguile/error.c
Commit message (Expand)AuthorAgeFilesLines
...
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* 2001-11-07 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2001-11-071-3/+14
* * error.c, error.h: Made error keys globally accessible.Mikael Djurfeldt2001-09-201-7/+7
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-53/+0
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * posix.c (getlogin): getlogin() implementation for Windows.Martin Grabmüller2001-07-031-0/+5
* * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida2001-06-281-13/+13
* * validate.hMichael Livshin2001-05-241-1/+1
* * error.c (scm_sysmissing): deprecation expired - removed.Rob Browning2001-04-271-27/+0
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller2001-04-031-14/+17
* * __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1,Dirk Herrmann2001-03-171-7/+4
* * Added function scm_error_num_args_subr.Dirk Herrmann2001-03-171-1/+13
* Use SCM_LISTn instead of scm_listify.Keisuke Nishida2001-03-111-5/+4
* * _scm.h: Removed #include <errno.h>.Mikael Djurfeldt2001-03-101-3/+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-4/+28
* * macros.c: Remove surplus newlines from end of docstrings.Neil Jerram2000-08-111-1/+1
* * Extend checks performed with SCM_DEBUG_CELL_ACCESSES=1 and make themDirk Herrmann2000-07-131-1/+1
* * Re-introduced some symbols as deprecated.Dirk Herrmann2000-06-301-0/+10
* * Eliminated use of SCM_ASSERT to check for range errors.Dirk Herrmann2000-06-301-2/+0
* * Cleaned up memory error signalling.Dirk Herrmann2000-06-291-2/+0
* * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.Dirk Herrmann2000-05-151-0/+6
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-8/+8
* * error.c (scm_syserror): save errno before doing anything else,Gary Houston2000-04-041-3/+5
* * error.c (scm_error): Don't try to throw an error ifMikael Djurfeldt2000-03-291-1/+9
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include strings.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Removed empty file genio.h and references to it.Dirk Herrmann2000-03-171-1/+0
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-6/+25
* * strings.h: don't use SCM_P. don't include <string.h>.Gary Houston2000-01-311-0/+4
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-12/+12
* * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros2000-01-111-10/+10
* * eval.c: define scm_unbound_variable_key ('unbound-variable).Gary Houston2000-01-091-0/+3
* * scm_validate.h (SCM_OUT_OF_RANGE): Use scm_out_of_range_pos toGreg J. Badros2000-01-071-0/+11
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-5/+5
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-2/+2
* * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros2000-01-051-1/+1
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1999-12-131-2/+12
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-60/+33
* * configure.in: check for hstrerror.Gary Houston1999-11-181-16/+14
* * error.c (scm_wta): Pass SCM_LIST1 (arg) instead of SCM_EOL toMikael Djurfeldt1999-03-181-1/+1
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1999-02-061-14/+14
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1
* * error.c (scm_wta): Added support for SCM_ARG6 and SCM_ARG7.Mikael Djurfeldt1998-01-251-0/+4
* * error.c, error.h (scm_error_callback): Removed (see NEWS).Mikael Djurfeldt1997-08-251-5/+0
* * errno.h: prototype for scm_strerror.Gary Houston1997-08-231-0/+8
* * error.c (scm_wta): Pass SCM_EOL to scm_misc_error as the list ofJim Blandy1997-07-101-2/+2
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* Ensure that shared substrings are handled properly when passed toJim Blandy1997-05-121-1/+4
* * ioext.c (scm_setfileno): throw a runtime error if SET_FILE_FD_FIELDGary Houston1997-03-291-1/+1