Age | Commit message (Expand) | Author | Files | Lines |
2019-05-23 | Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. | Mark H Weaver | 1 | -7/+7 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Make .c copyright headers uniform | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -11/+10 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -14/+14 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Devolve symbols.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Remove modules.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Devolve numbers.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove list.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove includes of validate.h. | Andy Wingo | 1 | -1/+0 |
2018-06-18 | Devolve more validate macros | Andy Wingo | 1 | -7/+0 |
2018-06-14 | Fix libguile subcomponent headers not to include <libguile.h> | Andy Wingo | 1 | -1/+2 |
2016-10-26 | Use atomics for async interrupts | Andy Wingo | 1 | -2/+2 |
2015-01-22 | Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840' | Andy Wingo | 1 | -3/+6 |
2014-11-11 | Fix strerror error handling when given a non-integer argument. | Mark H Weaver | 1 | -3/+6 |
2014-04-25 | Merge branch 'stable-2.0'v2.1.0 | Mark H Weaver | 1 | -2/+0 |
2014-03-22 | Out-of-memory situations raise exceptions instead of aborting | Andy Wingo | 1 | -9/+1 |
2014-02-27 | Rely on Gnulib for <unistd.h>. | Mark H Weaver | 1 | -3/+1 |
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 |