summaryrefslogtreecommitdiff
path: root/libguile/error.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-23Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver1-7/+7
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Make .c copyright headers uniformAndy Wingo1-1/+1
2018-06-20Rationalize include order in C filesAndy Wingo1-11/+10
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-14/+14
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Devolve symbols.h from _scm.hAndy Wingo1-0/+1
2018-06-20Remove modules.h from _scm.h.Andy Wingo1-0/+1
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-0/+1
2018-06-19Devolve numbers.h from _scm.h.Andy Wingo1-0/+1
2018-06-18Remove list.h from _scm.hAndy Wingo1-0/+1
2018-06-18Remove includes of validate.h.Andy Wingo1-1/+0
2018-06-18Devolve more validate macrosAndy Wingo1-7/+0
2018-06-14Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo1-1/+2
2016-10-26Use atomics for async interruptsAndy Wingo1-2/+2
2015-01-22Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840'Andy Wingo1-3/+6
2014-11-11Fix strerror error handling when given a non-integer argument.Mark H Weaver1-3/+6
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-2/+0
2014-03-22Out-of-memory situations raise exceptions instead of abortingAndy Wingo1-9/+1
2014-02-27Rely on Gnulib for <unistd.h>.Mark H Weaver1-3/+1
2013-06-04Print the faulty object upon invalid-keyword errors.Ludovic Courtès1-1/+2
2013-03-09squish remove some mingw-specific code that is covered by gnulibAndy Wingo1-14/+3
2012-02-02Fix `SCM_I_ERROR' definition for MinGW without networking.Ludovic Courtès1-3/+4
2010-10-10interrupted syscalls run asyncs before throwing syserrorAndy Wingo1-0/+32
2010-08-27Assorted `syntax-check' fixes.Ludovic Courtès1-2/+3
2010-07-22[build] Overhaul <errno.h>, <signal.h> cpp symbol extraction/checking.Thien-Thi Nguyen1-1/+1
2009-08-20Avoid accessing symbol internals in call_dsubr_1 and DEVALMichael Gran1-0/+13
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-3/+3
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-4/+1
2005-01-24Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer1-1/+4
2005-01-24Threading changes.Marius Vollmer1-4/+1
2004-10-07(scm_double_cell): abort if GC running.Han-Wen Nienhuys1-1/+0
2004-10-04(scm_wrong_type_arg): Do not talk about "argument" forMarius Vollmer1-1/+1
2004-09-23(scm_error_scm): Document new meaning of data/restMarius Vollmer1-18/+23
2004-08-19(scm_memory_error): Do not try to throw, just abort.Marius Vollmer1-8/+5
2004-08-10(scm_error_scm): Throw directly instead of callingMarius Vollmer1-52/+16
2004-07-31(scm_strerror): Use scm_i_misc_mutex around strerror sinceKevin Ryde1-6/+31
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-2/+2
2004-07-10* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer1-2/+1
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-2/+2
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-4/+4
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-25* error.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-0/+4
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-2/+2