summaryrefslogtreecommitdiff
path: root/libguile/error.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-15SCM_ASSERT to error.hAndy Wingo1-1/+11
2009-08-20Avoid accessing symbol internals in call_dsubr_1 and DEVALMichael Gran1-0/+2
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-05-31Add `SCM_INTERNAL' macro, use it.Ludovic Courtès1-2/+2
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2002-12-10* async.c, error.h (scm_ints_disabled): Removed.Mikael Djurfeldt1-3/+1
2001-11-02Prefixed each each exported symbol with SCM_API.Marius Vollmer1-29/+29
2001-09-20* error.c, error.h: Made error keys globally accessible.Mikael Djurfeldt1-0/+8
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-11/+6
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-13/+4
2001-04-27 * error.h (scm_sysmissing): deprecation expired - removed.Rob Browning1-1/+0
2001-03-17* __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1,Dirk Herrmann1-1/+1
2001-03-17* Added function scm_error_num_args_subr.Dirk Herrmann1-0/+1
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-05-15* Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.Dirk Herrmann1-3/+8
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-0/+2
2000-03-02* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros1-19/+19
2000-01-09 * eval.c: define scm_unbound_variable_key ('unbound-variable).Gary Houston1-0/+2
2000-01-07* scm_validate.h (SCM_OUT_OF_RANGE): Use scm_out_of_range_pos toGreg J. Badros1-0/+2
1999-02-06* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1-13/+14
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1997-08-25* error.c, error.h (scm_error_callback): Removed (see NEWS).Mikael Djurfeldt1-2/+0
1997-08-23* errno.h: prototype for scm_strerror.Gary Houston1-0/+1
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1997-03-15* posix.c (scm_uname): throw an error if uname fails insteadGary Houston1-3/+0
1997-03-13* backtrace.c (scm_display_error_message): don't segv if messageGary Houston1-0/+2
1997-01-18 * init.scm (index, rindex): replace versions in utilities.scm withGary Houston1-3/+3
1996-12-18Give GCC more control flow information, so it can be sure thatJim Blandy1-10/+23
1996-10-27* load.c: change s_try_load and s_try_load_path to s_primitive_loadGary Houston1-9/+1
1996-09-19 * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is anGary Houston1-22/+12
1996-09-15* debug.c, unif.c: use scm_out_of_range instead ofGary Houston1-4/+13
1996-09-14* numbers.c: use SCM_NUM_OVERFLOW instead of scm_wta or ASSERT.Gary Houston1-1/+2
1996-09-10Use SCM_P instead of PROTO; the latter intrudes on the user'sJim Blandy1-2/+2
1996-09-10C files should #include only the header files they need, notJim Blandy1-2/+0
1996-09-07 * error.c (scm_error): declare scm_error_callback.Gary Houston1-0/+2
1996-09-05* alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h,Jim Blandy1-1/+1
1996-09-04Don't install the unwashed masses of Guile header files in theJim Blandy1-1/+1
1996-07-25maintainer changed: was lord, now jimb; first importJim Blandy1-0/+79