Age | Commit message (Expand) | Author | Files | Lines |
2006-01-24 | patches by Ludovic Courtès for symbol generation. | Han-Wen Nienhuys | 1 | -32/+106 |
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 | -2/+2 |
2005-01-24 | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 1 | -2/+2 |
2005-01-24 | Threading changes. | Marius Vollmer | 1 | -2/+2 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -2/+2 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -1/+1 |
2004-08-26 | * strings.h, strings.c (scm_i_make_symbol): Added FLAGS parameter. | Marius Vollmer | 1 | -7/+5 |
2004-08-24 | * symbols.h, symbols.c (scm_string_ci_to_symbol): Moved here, next | Marius Vollmer | 1 | -0/+15 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -119/+52 |
2004-08-12 | * socket.c, rw.c, deprecated.h, validate.h | Marius Vollmer | 1 | -6/+7 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -1/+1 |
2004-07-31 | (scm_gensym): Use scm_i_misc_mutex around gensym_counter | Kevin Ryde | 1 | -5/+11 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -1/+1 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -1/+1 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -2/+2 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-26 | * symbols.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+3 |
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 | -6/+30 |
2002-08-16 | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 1 | -1/+1 |
2002-08-04 | new gc | Han-Wen Nienhuys | 1 | -8/+3 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -5/+5 |
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 | -12/+10 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -4/+6 |
2002-02-04 | (scm_make_symbol): Fix typo in docstring. | Marius Vollmer | 1 | -1/+1 |
2002-02-03 | * symbols.h (SCM_SET_SYMBOL_HASH): Removed. | Marius Vollmer | 1 | -2/+42 |
2002-01-31 | (scm_gensym): Use " g" as default prefix, not "g". | Marius Vollmer | 1 | -6/+9 |
2002-01-28 | 2002-01-28 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -0/+44 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -5/+5 |
2001-08-31 | * Removed deprecated stuff. | Dirk Herrmann | 1 | -3/+0 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-26 | * Deprecated scm_makfromstr and added scm_mem2string as a replacement. | Dirk Herrmann | 1 | -1/+4 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -1/+1 |
2001-05-28 | * symbols.c (scm_gensym): Fix buffer overrun (try `(gensym | Martin Grabmüller | 1 | -2/+2 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -5/+5 |
2001-05-21 | (scm_mem2symbol): Re-introduce indirect cell. It is | Marius Vollmer | 1 | -2/+4 |
2001-05-20 | (scm_mem2symbol): Call `scm_must_strndup' instead of | Marius Vollmer | 1 | -17/+5 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -589/+40 |
2001-05-04 | * eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x), | Neil Jerram | 1 | -1/+1 |
2001-04-03 | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 1 | -25/+31 |
2001-03-16 | * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p), | Martin Grabmüller | 1 | -8/+9 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2001-03-08 | * symbols.c, symbols.h (scm_sys_symbols): New function GUILE_DEBUG | Mikael Djurfeldt | 1 | -2/+13 |
2001-03-04 | * Eliminate another couple of calls to scm_wta. | Dirk Herrmann | 1 | -2/+8 |
2001-03-02 | * vectors.c (s_scm_vector_p, list->vector, scm_vector) | Martin Grabmüller | 1 | -47/+39 |
2001-02-17 | (scm_gentemp, scm_gensym): Added texinfo markup. | Martin Grabmüller | 1 | -8/+10 |
2001-02-15 | * symbols.c (scm_mem2symbol): Put a empty statement after the | Marius Vollmer | 1 | -0/+1 |
2001-02-02 | New functions: scm_c_make_vector, scm_c_make_hash_table. | Keisuke Nishida | 1 | -1/+2 |