summaryrefslogtreecommitdiff
path: root/libguile/error.c
Commit message (Expand)AuthorAgeFilesLines
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver2019-05-231-7/+7
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Make .c copyright headers uniformAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-11/+10
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-14/+14
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve symbols.h from _scm.hAndy Wingo2018-06-201-0/+1
* Remove modules.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Remove list.h from _scm.hAndy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* Devolve more validate macrosAndy Wingo2018-06-181-7/+0
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-1/+2
* Use atomics for async interruptsAndy Wingo2016-10-261-2/+2
* Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840'Andy Wingo2015-01-221-3/+6
|\
| * Fix strerror error handling when given a non-integer argument.Mark H Weaver2014-11-111-3/+6
* | Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-251-2/+0
|\ \ | |/
| * Rely on Gnulib for <unistd.h>.Mark H Weaver2014-02-271-3/+1
* | Out-of-memory situations raise exceptions instead of abortingAndy Wingo2014-03-221-9/+1
|/
* Print the faulty object upon invalid-keyword errors.Ludovic Courtès2013-06-041-1/+2
* squish remove some mingw-specific code that is covered by gnulibAndy Wingo2013-03-091-14/+3
* Fix `SCM_I_ERROR' definition for MinGW without networking.Ludovic Courtès2012-02-021-3/+4
* interrupted syscalls run asyncs before throwing syserrorAndy Wingo2010-10-101-0/+32
* Assorted `syntax-check' fixes.Ludovic Courtès2010-08-271-2/+3
* [build] Overhaul <errno.h>, <signal.h> cpp symbol extraction/checking.Thien-Thi Nguyen2010-07-221-1/+1
* Avoid accessing symbol internals in call_dsubr_1 and DEVALMichael Gran2009-08-201-0/+13
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer2006-01-291-3/+3
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-4/+1
* Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer2005-01-241-1/+4
* Threading changes.Marius Vollmer2005-01-241-4/+1
* (scm_double_cell): abort if GC running.Han-Wen Nienhuys2004-10-071-1/+0
* (scm_wrong_type_arg): Do not talk about "argument" forMarius Vollmer2004-10-041-1/+1
* (scm_error_scm): Document new meaning of data/restMarius Vollmer2004-09-231-18/+23
* (scm_memory_error): Do not try to throw, just abort.Marius Vollmer2004-08-191-8/+5
* (scm_error_scm): Throw directly instead of callingMarius Vollmer2004-08-101-52/+16
* (scm_strerror): Use scm_i_misc_mutex around strerror sinceKevin Ryde2004-07-311-6/+31
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-2/+2
* * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer2004-07-101-2/+1
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-2/+2
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-4/+4
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * error.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-0/+4
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-2/+2