Age | Commit message (Expand) | Author | Files | Lines |
2009-09-30 | Remove unused environments code and tests | Neil Jerram | 1 | -2226/+0 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -6/+7 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-10-11 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+0 |
2008-09-28 | Remove GH and its traces. | Han-Wen Nienhuys | 1 | -1/+0 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+4 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+4 |
2008-09-10 | Merge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347' into boehm-demers-wei... | Ludovic Courtès | 1 | -3/+4 |
2008-09-05 | Removed a lot of now-useless SMOB mark/free functions. | Ludovic Courtes | 1 | -125/+0 |
2008-09-05 | Tiny updates in `environments.c'. | Ludovic Courtes | 1 | -5/+7 |
2006-10-09 | merge from 1.8 branch | Kevin Ryde | 1 | -3/+4 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-06-12 | (environment_default_folder, | Marius Vollmer | 1 | -2/+2 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-01-20 | (obarray_enter, obarray_replace): Call SCM_HASHTABLE_INCREMENT when | Marius Vollmer | 1 | -0/+2 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -8/+8 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -33/+33 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -15/+16 |
2004-08-10 | Instead calling scm_puts on the SCM_STRING_CHARS of a string, call | Marius Vollmer | 1 | -5/+5 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -9/+9 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -22/+22 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -6/+6 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -9/+9 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -12/+12 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2003-02-19 | * environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31 | Mikael Djurfeldt | 1 | -1/+1 |
2003-02-19 | * hooks.c (scm_c_hook_add): Fixed bug in append mode. | Mikael Djurfeldt | 1 | -18/+30 |
2002-07-24 | * environments.c (remove_key_from_alist): Removed. | Dirk Herrmann | 1 | -53/+7 |
2002-07-21 | * macros.c: include deprecation.h | Han-Wen Nienhuys | 1 | -0/+3 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -17/+55 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-03-01 | Changes in doc/ref: | Dirk Herrmann | 1 | -7/+5 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -21/+18 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -12/+5 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -1/+1 |
2001-06-26 | * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3, | Keisuke Nishida | 1 | -1/+1 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -2/+2 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -14/+21 |
2001-05-28 | * strop.c (s_scm_string_capitalize_x): fix docstring quoting. | Michael Livshin | 1 | -2/+2 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -9/+9 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -24/+24 |
2001-04-10 | * Avoid redundant casting of argument numbers to char* and vice versa. | Dirk Herrmann | 1 | -3/+3 |
2001-04-03 | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 1 | -4/+4 |
2001-03-11 | Use SCM_LISTn instead of scm_listify. | Keisuke Nishida | 1 | -1/+1 |
2001-02-17 | (scm_environment_p) | Martin Grabmüller | 1 | -127/+164 |
2001-02-02 | New functions: scm_c_make_vector, scm_c_make_hash_table. | Keisuke Nishida | 1 | -2/+2 |
2000-12-15 | * New environment variable scm_system_environment to replace scm_symhash. | Dirk Herrmann | 1 | -0/+6 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -44/+36 |
2000-12-08 | * Guile does not assume a hash table size of scm_symhash_dim any more. | Dirk Herrmann | 1 | -2/+3 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |