summaryrefslogtreecommitdiff
path: root/libguile/error.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2001-11-072001-11-07 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-3/+14
2001-09-20* error.c, error.h: Made error keys globally accessible.Mikael Djurfeldt1-7/+7
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-53/+0
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-07-03 * posix.c (getlogin): getlogin() implementation for Windows.Martin Grabmüller1-0/+5
2001-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-13/+13
2001-05-24* validate.hMichael Livshin1-1/+1
2001-04-27 * error.c (scm_sysmissing): deprecation expired - removed.Rob Browning1-27/+0
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-14/+17
2001-03-17* __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1,Dirk Herrmann1-7/+4
2001-03-17* Added function scm_error_num_args_subr.Dirk Herrmann1-1/+13
2001-03-11Use SCM_LISTn instead of scm_listify.Keisuke Nishida1-5/+4
2001-03-10* _scm.h: Removed #include <errno.h>.Mikael Djurfeldt1-3/+2
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-10-30* Change a couple of functions to accept either symbols or strings only.Dirk Herrmann1-4/+28
2000-08-11 * macros.c: Remove surplus newlines from end of docstrings.Neil Jerram1-1/+1
2000-07-13* Extend checks performed with SCM_DEBUG_CELL_ACCESSES=1 and make themDirk Herrmann1-1/+1
2000-06-30* Re-introduced some symbols as deprecated.Dirk Herrmann1-0/+10
2000-06-30* Eliminated use of SCM_ASSERT to check for range errors.Dirk Herrmann1-2/+0
2000-06-29* Cleaned up memory error signalling.Dirk Herrmann1-2/+0
2000-05-15* Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.Dirk Herrmann1-0/+6