Age | Commit message (Expand) | Author | Files | Lines |
2013-06-04 | Print the faulty object upon invalid-keyword errors. | Ludovic Courtès | 1 | -1/+2 |
2013-03-09 | squish remove some mingw-specific code that is covered by gnulib | Andy Wingo | 1 | -14/+3 |
2012-02-02 | Fix `SCM_I_ERROR' definition for MinGW without networking. | Ludovic Courtès | 1 | -3/+4 |
2010-10-10 | interrupted syscalls run asyncs before throwing syserror | Andy Wingo | 1 | -0/+32 |
2010-08-27 | Assorted `syntax-check' fixes. | Ludovic Courtès | 1 | -2/+3 |
2010-07-22 | [build] Overhaul <errno.h>, <signal.h> cpp symbol extraction/checking. | Thien-Thi Nguyen | 1 | -1/+1 |
2009-08-20 | Avoid accessing symbol internals in call_dsubr_1 and DEVAL | Michael Gran | 1 | -0/+13 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -3/+3 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -4/+1 |
2005-01-24 | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 1 | -1/+4 |
2005-01-24 | Threading changes. | Marius Vollmer | 1 | -4/+1 |
2004-10-07 | (scm_double_cell): abort if GC running. | Han-Wen Nienhuys | 1 | -1/+0 |
2004-10-04 | (scm_wrong_type_arg): Do not talk about "argument" for | Marius Vollmer | 1 | -1/+1 |
2004-09-23 | (scm_error_scm): Document new meaning of data/rest | Marius Vollmer | 1 | -18/+23 |
2004-08-19 | (scm_memory_error): Do not try to throw, just abort. | Marius Vollmer | 1 | -8/+5 |
2004-08-10 | (scm_error_scm): Throw directly instead of calling | Marius Vollmer | 1 | -52/+16 |
2004-07-31 | (scm_strerror): Use scm_i_misc_mutex around strerror since | Kevin Ryde | 1 | -6/+31 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -2/+2 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -2/+1 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -2/+2 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -4/+4 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-25 | * error.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+4 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -2/+2 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-11-07 | 2001-11-07 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -3/+14 |
2001-09-20 | * error.c, error.h: Made error keys globally accessible. | Mikael Djurfeldt | 1 | -7/+7 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -53/+0 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-07-03 | * posix.c (getlogin): getlogin() implementation for Windows. | Martin Grabmüller | 1 | -0/+5 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -13/+13 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -1/+1 |
2001-04-27 | * error.c (scm_sysmissing): deprecation expired - removed. | Rob Browning | 1 | -27/+0 |
2001-04-03 | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 1 | -14/+17 |
2001-03-17 | * __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1, | Dirk Herrmann | 1 | -7/+4 |
2001-03-17 | * Added function scm_error_num_args_subr. | Dirk Herrmann | 1 | -1/+13 |
2001-03-11 | Use SCM_LISTn instead of scm_listify. | Keisuke Nishida | 1 | -5/+4 |
2001-03-10 | * _scm.h: Removed #include <errno.h>. | Mikael Djurfeldt | 1 | -3/+2 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-10-30 | * Change a couple of functions to accept either symbols or strings only. | Dirk Herrmann | 1 | -4/+28 |
2000-08-11 | * macros.c: Remove surplus newlines from end of docstrings. | Neil Jerram | 1 | -1/+1 |
2000-07-13 | * Extend checks performed with SCM_DEBUG_CELL_ACCESSES=1 and make them | Dirk Herrmann | 1 | -1/+1 |
2000-06-30 | * Re-introduced some symbols as deprecated. | Dirk Herrmann | 1 | -0/+10 |
2000-06-30 | * Eliminated use of SCM_ASSERT to check for range errors. | Dirk Herrmann | 1 | -2/+0 |
2000-06-29 | * Cleaned up memory error signalling. | Dirk Herrmann | 1 | -2/+0 |
2000-05-15 | * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif. | Dirk Herrmann | 1 | -0/+6 |