| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rationalize include order in C files | Andy Wingo | 2018-06-20 | 1 | -5/+7 |
* | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 2018-06-20 | 1 | -9/+9 |
* | 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 threads.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 |
* | Devolve pairs.h | Andy Wingo | 2018-06-18 | 1 | -0/+1 |
* | Devolve boolean.h include. | Andy Wingo | 2018-06-18 | 1 | -0/+1 |
* | Remove includes of validate.h. | Andy Wingo | 2018-06-18 | 1 | -3/+2 |
* | Attempt to mutate residualized literal pair throws exception | Andy Wingo | 2017-04-18 | 1 | -4/+4 |
* | Remove SCM_DEBUG_CELL_ACCESSES==1 | Andy Wingo | 2016-11-18 | 1 | -4/+0 |
* | Merge branch 'stable-2.0' | Mark H Weaver | 2014-09-30 | 1 | -15/+16 |
|\ |
|
| * | Optimize scm_ilength and 'length+'. | Mark H Weaver | 2014-06-04 | 1 | -15/+16 |
* | | Merge branch 'stable-2.0'v2.1.0 | Mark H Weaver | 2014-04-25 | 1 | -5/+36 |
|\ \
| |/ |
|
| * | Make reverse! forego the cost of SCM_VALIDATE_LIST | David Kastrup | 2014-04-01 | 1 | -5/+36 |
* | | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 2013-03-28 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Let reverse! accept arbitrary types as second argument (new_tail) | David Kastrup | 2013-02-27 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 2012-10-30 | 1 | -7/+10 |
|\ \
| |/ |
|
| * | Improve error reporting in 'append!' | Mark H Weaver | 2012-10-06 | 1 | -7/+10 |
* | | add SCM_HEAP_OBJECT_P | Andy Wingo | 2011-10-24 | 1 | -1/+1 |
|/ |
|
* | more care regarding SCM_PACK and SCM_UNPACK | Andy Wingo | 2011-05-13 | 1 | -4/+4 |
* | scm_mem[qv] optimization | Andy Wingo | 2011-05-05 | 1 | -8/+51 |
* | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 2010-04-09 | 1 | -2/+1 |
* | remove uses of trampolines within guile itself | Andy Wingo | 2009-12-01 | 1 | -7/+5 |
* | 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/+5 |
* | (scm_list): Restore this function for use from C. | Kevin Ryde | 2006-02-02 | 1 | -0/+10 |
* | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 2006-01-29 | 1 | -1/+1 |
* | (list): Should be "primitive" in SCM_SNARF_DOCS, not "register". | Kevin Ryde | 2005-11-26 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | (scm_make_list): New code, moving make-list from boot-9.scm. | Kevin Ryde | 2005-04-23 | 1 | -0/+21 |
* | (list): Use scm_list_copy, so as to produce a fresh list when | Kevin Ryde | 2005-04-22 | 1 | -11/+7 |
* | (scm_cons_star): Don't modify the rest list, it belongs to | Kevin Ryde | 2005-04-22 | 1 | -10/+12 |
* | *** empty log message *** | Marius Vollmer | 2004-09-22 | 1 | -27/+27 |
* | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 2004-07-27 | 1 | -6/+6 |
* | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 2004-07-23 | 1 | -1/+1 |
* | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 2004-07-10 | 1 | -9/+5 |
* | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 2004-07-08 | 1 | -1/+1 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 2004-07-06 | 1 | -10/+10 |
* | * list.[ch] (scm_i_finite_list_copy): New internal function to | Dirk Herrmann | 2004-06-06 | 1 | -1/+30 |
* | (varargs.h): Remove, leave just stdarg.h which is all the | Kevin Ryde | 2004-05-01 | 1 | -7/+1 |
* | (scm_append_x): Use iterative style, to avoid non-tail recursion. | Kevin Ryde | 2004-04-15 | 1 | -12/+18 |
* | * eval.c (s_scm_copy_tree): idem. | Han-Wen Nienhuys | 2004-03-28 | 1 | -1/+1 |
* | Changed docstrings so that they no longer talk about returning | Marius Vollmer | 2004-03-20 | 1 | -5/+5 |
* | * list.c (scm_list_n): Add #if SCM_DEBUG_CELL_ACCESSES_P around | Neil Jerram | 2004-02-20 | 1 | -1/+2 |
* | (scm_list_n): check validate non-immediate arguments; | Han-Wen Nienhuys | 2004-02-20 | 1 | -0/+3 |
* | (scm_append): Track argument number and use in error. | Kevin Ryde | 2003-10-11 | 1 | -1/+3 |