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