| 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 | -6/+6 |
* | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 2018-06-20 | 1 | -17/+17 |
* | 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 |
* | Move subr snarfing macros to gsubr.h. | Andy Wingo | 2018-06-20 | 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 list.h from _scm.h | Andy Wingo | 2018-06-18 | 1 | -2/+3 |
* | Remove includes of validate.h. | Andy Wingo | 2018-06-18 | 1 | -1/+0 |
* | Fix libguile subcomponent headers not to include <libguile.h> | Andy Wingo | 2018-06-14 | 1 | -1/+2 |
* | Fix sort, sort! for arrays with nonzero lower bound | Daniel Llorens | 2017-10-31 | 1 | -28/+40 |
* | Attempt to mutate residualized literal pair throws exception | Andy Wingo | 2017-04-18 | 1 | -4/+16 |
* | Support typed arrays in some sort functions | Daniel Llorens | 2016-11-23 | 1 | -42/+89 |
* | Change uses of scm_is_simple_vector to scm_is_vector | Daniel Llorens | 2014-02-08 | 1 | -11/+5 |
* | Deprecate the use of the vector interface on arrays | Andy Wingo | 2014-02-08 | 1 | -6/+10 |
* | Fix and clarify documentation of `sorted?'. | Ludovic Courtès | 2012-04-22 | 1 | -4/+7 |
* | Fix likely crash in `stable-sort!' | Andreas Rottmann | 2011-06-09 | 1 | -1/+6 |
* | 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 | -42/+24 |
* | rename unif.[ch] to arrays.[ch] | Andy Wingo | 2009-07-19 | 1 | -1/+1 |
* | rename ramap.[ch] to array-map.[ch] | Andy Wingo | 2009-07-19 | 1 | -2/+2 |
* | 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 |
* | copyright year | Kevin Ryde | 2007-03-07 | 1 | -1/+1 |
* | merge from 1.8 branch | Kevin Ryde | 2007-03-07 | 1 | -0/+3 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | (scm_array_handle_release): New, changed all uses of | Marius Vollmer | 2005-01-06 | 1 | -0/+7 |
* | * sort.c (quicksort): Added INC parameter for non-contigous | Marius Vollmer | 2005-01-02 | 1 | -348/+83 |
* | (quicksort): Don't use C99 variable declarations. | Marius Vollmer | 2004-11-02 | 1 | -5/+4 |
* | (quicksort, scm_merge, scm_merge_list_x, | Marius Vollmer | 2004-10-22 | 1 | -1/+9 |
* | (quicksort): Copy pivot out of the array while constructing the | Marius Vollmer | 2004-10-19 | 1 | -2/+4 |
* | (scm_restricted_vector_sort_x): Validate startpos <= endpos. State | Marius Vollmer | 2004-10-19 | 1 | -2/+3 |
* | *** empty log message *** | Marius Vollmer | 2004-09-22 | 1 | -5/+5 |
* | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 2004-07-23 | 1 | -4/+4 |
* | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 2004-07-10 | 1 | -4/+2 |
* | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 2004-07-08 | 1 | -4/+4 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 2004-07-06 | 1 | -15/+15 |
* | * sort.c, pairs.h: Removed unnecessary includes. | Dirk Herrmann | 2003-04-23 | 1 | -3/+0 |
* | * test-suite/tests/sort.test: Added. Both tests in that file did | Dirk Herrmann | 2003-04-22 | 1 | -281/+167 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | * sort.c: fix various preprocessor usages of new public | Rob Browning | 2003-03-27 | 1 | -2/+2 |
* | * sort.c: #include <config.h> if HAVE_CONFIG_H. Rename usage of | Rob Browning | 2003-03-26 | 1 | -2/+7 |
* | * eval.h (scm_t_trampoline_1, scm_t_trampoline_2): New types. | Mikael Djurfeldt | 2002-12-01 | 1 | -12/+3 |
* | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 2002-08-16 | 1 | -2/+2 |
* | * macros.c: include deprecation.h | Han-Wen Nienhuys | 2002-07-21 | 1 | -43/+45 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 2002-07-20 | 1 | -28/+42 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |