| Commit message (Expand) | Author | Age | Files | Lines |
* | * environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31 | Mikael Djurfeldt | 2003-02-19 | 1 | -1/+1 |
* | * hooks.c (scm_c_hook_add): Fixed bug in append mode. | Mikael Djurfeldt | 2003-02-19 | 1 | -6/+30 |
* | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 2002-08-16 | 1 | -1/+1 |
* | new gc | Han-Wen Nienhuys | 2002-08-04 | 1 | -8/+3 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 2002-07-20 | 1 | -5/+5 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | Changes in doc/ref: | Dirk Herrmann | 2002-03-01 | 1 | -12/+10 |
* | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 2002-02-11 | 1 | -4/+6 |
* | (scm_make_symbol): Fix typo in docstring. | Marius Vollmer | 2002-02-04 | 1 | -1/+1 |
* | * symbols.h (SCM_SET_SYMBOL_HASH): Removed. | Marius Vollmer | 2002-02-03 | 1 | -2/+42 |
* | (scm_gensym): Use " g" as default prefix, not "g". | Marius Vollmer | 2002-01-31 | 1 | -6/+9 |
* | 2002-01-28 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 2002-01-28 | 1 | -0/+44 |
* | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 2001-11-25 | 1 | -5/+5 |
* | * Removed deprecated stuff. | Dirk Herrmann | 2001-08-31 | 1 | -3/+0 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | * Deprecated scm_makfromstr and added scm_mem2string as a replacement. | Dirk Herrmann | 2001-06-26 | 1 | -1/+4 |
* | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 2001-06-07 | 1 | -1/+1 |
* | * symbols.c (scm_gensym): Fix buffer overrun (try `(gensym | Martin Grabmüller | 2001-05-28 | 1 | -2/+2 |
* | * validate.h | Michael Livshin | 2001-05-24 | 1 | -5/+5 |
* | (scm_mem2symbol): Re-introduce indirect cell. It is | Marius Vollmer | 2001-05-21 | 1 | -2/+4 |
* | (scm_mem2symbol): Call `scm_must_strndup' instead of | Marius Vollmer | 2001-05-20 | 1 | -17/+5 |
* | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 2001-05-15 | 1 | -589/+40 |
* | * eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x), | Neil Jerram | 2001-05-04 | 1 | -1/+1 |
* | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 2001-04-03 | 1 | -25/+31 |
* | * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p), | Martin Grabmüller | 2001-03-16 | 1 | -8/+9 |
* | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 2001-03-09 | 1 | -1/+0 |
* | * symbols.c, symbols.h (scm_sys_symbols): New function GUILE_DEBUG | Mikael Djurfeldt | 2001-03-08 | 1 | -2/+13 |
* | * Eliminate another couple of calls to scm_wta. | Dirk Herrmann | 2001-03-04 | 1 | -2/+8 |
* | * vectors.c (s_scm_vector_p, list->vector, scm_vector) | Martin Grabmüller | 2001-03-02 | 1 | -47/+39 |
* | (scm_gentemp, scm_gensym): Added texinfo markup. | Martin Grabmüller | 2001-02-17 | 1 | -8/+10 |
* | * symbols.c (scm_mem2symbol): Put a empty statement after the | Marius Vollmer | 2001-02-15 | 1 | -0/+1 |
* | New functions: scm_c_make_vector, scm_c_make_hash_table. | Keisuke Nishida | 2001-02-02 | 1 | -1/+2 |
* | * Comment fixed. | Dirk Herrmann | 2001-01-16 | 1 | -1/+1 |
* | * Renamed scm_symbols to symbols and made it static in symbols.c. | Dirk Herrmann | 2000-12-13 | 1 | -5/+19 |
* | * The creation of symbols and bindings are two separate issues now. | Dirk Herrmann | 2000-12-12 | 1 | -129/+100 |
* | * Moved function scm_string_hash to hash.c. | Dirk Herrmann | 2000-12-12 | 1 | -22/+1 |
* | * Use scm_mem2symbol or scm_str2symbol to create symbol objects. | Dirk Herrmann | 2000-12-08 | 1 | -10/+5 |
* | * New functions: scm_str2symbol, scm_mem2symbol | Dirk Herrmann | 2000-12-08 | 1 | -0/+14 |
* | * Guile does not assume a hash table size of scm_symhash_dim any more. | Dirk Herrmann | 2000-12-08 | 1 | -23/+14 |
* | * Removed SCM_SYMBOL_UCHARS. | Dirk Herrmann | 2000-11-28 | 1 | -2/+2 |
* | * SCM_SETCHARS deprecated. | Dirk Herrmann | 2000-11-23 | 1 | -2/+2 |
* | * Deprecated SCM_SETLENGTH. | Dirk Herrmann | 2000-11-23 | 1 | -2/+2 |
* | * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS. | Dirk Herrmann | 2000-11-22 | 1 | -4/+4 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | * Don't recompute symbol hash values. The symbol holds them already. | Dirk Herrmann | 2000-11-01 | 1 | -6/+6 |
* | * Change a couple of functions to accept either symbols or strings only. | Dirk Herrmann | 2000-10-30 | 1 | -2/+2 |
* | * Some more work to get rid of SCM_LENGTH | Dirk Herrmann | 2000-10-25 | 1 | -4/+4 |
* | * Made some functions not accept symbols as input parameters any more. | Dirk Herrmann | 2000-10-09 | 1 | -12/+12 |
* | * Eliminated all calls to SCM_UCHARS. | Dirk Herrmann | 2000-09-26 | 1 | -5/+5 |
* | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 2000-09-22 | 1 | -1/+1 |