Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-11-01 | * environments.c: Don't use '==' to compare SCM objects. | Dirk Herrmann | 1 | -3/+3 |
2000-10-09 | * Replace a bunch of calls to SCM_LENGTH. | Dirk Herrmann | 1 | -6/+6 |
2000-09-22 | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 1 | -5/+5 |
2000-09-07 | * Fix hash value handling. | Dirk Herrmann | 1 | -17/+40 |
2000-08-26 | * environments.c (scm_init_environments): All internal includes in | Mikael Djurfeldt | 1 | -1/+1 |
2000-08-25 | * Added Jost Boekemeier's implementation of environments to guile. | Dirk Herrmann | 1 | -0/+2305 |