Age | Commit message (Expand) | Author | Files | Lines |
2011-06-09 | Fix likely crash in `stable-sort!' | Andreas Rottmann | 1 | -1/+6 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -2/+1 |
2009-12-01 | remove uses of trampolines within guile itself | Andy Wingo | 1 | -42/+24 |
2009-07-19 | rename unif.[ch] to arrays.[ch] | Andy Wingo | 1 | -1/+1 |
2009-07-19 | rename ramap.[ch] to array-map.[ch] | Andy Wingo | 1 | -2/+2 |
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/+5 |
2007-03-07 | copyright year | Kevin Ryde | 1 | -1/+1 |
2007-03-07 | merge from 1.8 branch | Kevin Ryde | 1 | -0/+3 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-01-06 | (scm_array_handle_release): New, changed all uses of | Marius Vollmer | 1 | -0/+7 |
2005-01-02 | * sort.c (quicksort): Added INC parameter for non-contigous | Marius Vollmer | 1 | -348/+83 |
2004-11-02 | (quicksort): Don't use C99 variable declarations. | Marius Vollmer | 1 | -5/+4 |
2004-10-22 | (quicksort, scm_merge, scm_merge_list_x, | Marius Vollmer | 1 | -1/+9 |
2004-10-19 | (quicksort): Copy pivot out of the array while constructing the | Marius Vollmer | 1 | -2/+4 |
2004-10-19 | (scm_restricted_vector_sort_x): Validate startpos <= endpos. State | Marius Vollmer | 1 | -2/+3 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -5/+5 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -4/+4 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -4/+2 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -4/+4 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -15/+15 |
2003-04-23 | * sort.c, pairs.h: Removed unnecessary includes. | Dirk Herrmann | 1 | -3/+0 |
2003-04-22 | * test-suite/tests/sort.test: Added. Both tests in that file did | Dirk Herrmann | 1 | -281/+167 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-27 | * sort.c: fix various preprocessor usages of new public | Rob Browning | 1 | -2/+2 |
2003-03-26 | * sort.c: #include <config.h> if HAVE_CONFIG_H. Rename usage of | Rob Browning | 1 | -2/+7 |
2002-12-01 | * eval.h (scm_t_trampoline_1, scm_t_trampoline_2): New types. | Mikael Djurfeldt | 1 | -12/+3 |
2002-08-16 | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 1 | -2/+2 |
2002-07-21 | * macros.c: include deprecation.h | Han-Wen Nienhuys | 1 | -43/+45 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -28/+42 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -15/+16 |
2002-01-10 | * procs.h (SCM_CLOSURE_BODY): New Macro. | Dirk Herrmann | 1 | -1/+1 |
2001-11-16 | * Adding C function declarations from the SCM interface to the | Neil Jerram | 1 | -3/+4 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-26 | * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3, | Keisuke Nishida | 1 | -4/+2 |
2001-05-27 | * Changed the default definition of SCM. | Dirk Herrmann | 1 | -2/+2 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -21/+21 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -21/+21 |
2001-04-19 | * Fixed scm_thunk_p's results when applied to closures. | Dirk Herrmann | 1 | -2/+2 |
2001-03-17 | * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES, | Gary Houston | 1 | -4/+5 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -0/+1 |
2001-03-04 | * Eliminate another couple of calls to scm_wta. | Dirk Herrmann | 1 | -4/+4 |
2001-01-30 | * Added docstrings by Martin Grabmueller. | Dirk Herrmann | 1 | -11/+43 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-10-10 | * Removed further calls to SCM_LENGTH. | Dirk Herrmann | 1 | -51/+26 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-06-05 | * gh.h: Don't take the address of a SCM value. | Dirk Herrmann | 1 | -7/+7 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -11/+11 |