summaryrefslogtreecommitdiff
path: root/libguile/error.h
Commit message (Expand)AuthorAgeFilesLines
* Remove traces of 'scm_memory_error'.Ludovic Courtès2020-02-101-3/+1
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+1
* Move SCM_ARG1, etc definitions to error.hAndy Wingo2018-06-201-0/+22
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+3
* Move core validate macros to error.hAndy Wingo2018-06-171-1/+34
* Out-of-memory situations raise exceptions instead of abortingAndy Wingo2014-03-221-3/+1
* SCM_ASSERT to error.hAndy Wingo2011-05-151-1/+11
* Avoid accessing symbol internals in call_dsubr_1 and DEVALMichael Gran2009-08-201-0/+2
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-2/+2
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * async.c, error.h (scm_ints_disabled): Removed.Mikael Djurfeldt2002-12-101-3/+1
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-29/+29
* * error.c, error.h: Made error keys globally accessible.Mikael Djurfeldt2001-09-201-0/+8
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-11/+6
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-13/+4
* * error.h (scm_sysmissing): deprecation expired - removed.Rob Browning2001-04-271-1/+0
* * __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1,Dirk Herrmann2001-03-171-1/+1
* * Added function scm_error_num_args_subr.Dirk Herrmann2001-03-171-0/+1
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.Dirk Herrmann2000-05-151-3/+8
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-0/+2
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros2000-03-021-19/+19
* * eval.c: define scm_unbound_variable_key ('unbound-variable).Gary Houston2000-01-091-0/+2
* * scm_validate.h (SCM_OUT_OF_RANGE): Use scm_out_of_range_pos toGreg J. Badros2000-01-071-0/+2
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1999-02-061-13/+14
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1
* * error.c, error.h (scm_error_callback): Removed (see NEWS).Mikael Djurfeldt1997-08-251-2/+0
* * errno.h: prototype for scm_strerror.Gary Houston1997-08-231-0/+1
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* * posix.c (scm_uname): throw an error if uname fails insteadGary Houston1997-03-151-3/+0
* * backtrace.c (scm_display_error_message): don't segv if messageGary Houston1997-03-131-0/+2
* * init.scm (index, rindex): replace versions in utilities.scm withGary Houston1997-01-181-3/+3
* Give GCC more control flow information, so it can be sure thatJim Blandy1996-12-181-10/+23
* * load.c: change s_try_load and s_try_load_path to s_primitive_loadGary Houston1996-10-271-9/+1
* * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is anGary Houston1996-09-191-22/+12
* * debug.c, unif.c: use scm_out_of_range instead ofGary Houston1996-09-151-4/+13
* * numbers.c: use SCM_NUM_OVERFLOW instead of scm_wta or ASSERT.Gary Houston1996-09-141-1/+2
* Use SCM_P instead of PROTO; the latter intrudes on the user'sJim Blandy1996-09-101-2/+2
* C files should #include only the header files they need, notJim Blandy1996-09-101-2/+0
* * error.c (scm_error): declare scm_error_callback.Gary Houston1996-09-071-0/+2
* * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h,Jim Blandy1996-09-051-1/+1
* Don't install the unwashed masses of Guile header files in theJim Blandy1996-09-041-1/+1