Age | Commit message (Expand) | Author | Files | Lines |
2003-03-26 | * struct.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -1/+3 |
2003-02-24 | * struct.c (scm_struct_prehistory): Init scm_i_structs_to_free to | Mikael Djurfeldt | 1 | -1/+10 |
2003-02-24 | * struct.c (scm_struct_prehistory): Move scm_free_structs to | Mikael Djurfeldt | 1 | -2/+4 |
2003-02-24 | * struct.c (scm_struct_gc_init): Removed. | Mikael Djurfeldt | 1 | -10/+2 |
2002-09-05 | * struct.h: change scm_structs_to_free to scm_i_structs_to_free | Han-Wen Nienhuys | 1 | -2/+2 |
2002-08-04 | new gc | Han-Wen Nienhuys | 1 | -3/+3 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -13/+13 |
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 | -5/+5 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -16/+13 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -9/+5 |
2001-11-16 | * Adding C function declarations from the SCM interface to the | Neil Jerram | 1 | -1/+1 |
2001-11-11 | * Documentation work. | Neil Jerram | 1 | -2/+2 |
2001-11-05 | 2001-11-05 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -2/+2 |
2001-07-29 | (scm_struct_vtable_p): Do not check vcell slot for zero. Use | Marius Vollmer | 1 | -5/+2 |
2001-07-26 | * tags.h: Update tag system docs. | Marius Vollmer | 1 | -4/+5 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -11/+12 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -27/+27 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -5/+10 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -2/+2 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -7/+7 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -4/+5 |
2001-04-20 | * Removed an application of SCM_C[AD]R to non pairs. | Dirk Herrmann | 1 | -4/+4 |
2001-04-10 | * Avoid redundant casting of argument numbers to char* and vice versa. | Dirk Herrmann | 1 | -1/+1 |
2001-04-03 | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 1 | -2/+2 |
2001-03-11 | Use SCM_LISTn instead of scm_listify. | Keisuke Nishida | 1 | -3/+1 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2001-03-06 | * Remove uses of SCM_ASSERT that may result in error messages different | Dirk Herrmann | 1 | -31/+31 |
2001-03-02 | * vectors.c (s_scm_vector_p, list->vector, scm_vector) | Martin Grabmüller | 1 | -2/+3 |
2001-01-30 | * Added docstrings by Martin Grabmueller. | Dirk Herrmann | 1 | -6/+7 |
2000-12-08 | * Use scm_mem2symbol or scm_str2symbol to create symbol objects. | Dirk Herrmann | 1 | -1/+1 |
2000-11-28 | * Removed SCM_SYMBOL_UCHARS. | Dirk Herrmann | 1 | -8/+8 |
2000-11-22 | * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS. | Dirk Herrmann | 1 | -1/+1 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-10-25 | * Some more work to get rid of SCM_LENGTH | Dirk Herrmann | 1 | -3/+3 |
2000-10-09 | * Replace a bunch of calls to SCM_LENGTH. | Dirk Herrmann | 1 | -11/+11 |
2000-09-26 | * Replaced a lot of references to SCM_CHARS. | Dirk Herrmann | 1 | -4/+4 |
2000-09-22 | * Fix docstring texinfo warnings. | Neil Jerram | 1 | -1/+1 |
2000-09-02 | * Docstring updates for scm_make_struct and scm_make_vtable_vtable. | Neil Jerram | 1 | -4/+3 |
2000-08-27 | * struct.c (scm_make_struct_layout): Removed reference to | Mikael Djurfeldt | 1 | -4/+4 |
2000-08-09 | * struct.c (scm_make_struct, scm_make_vtable_vtable): Structs | Mikael Djurfeldt | 1 | -2/+63 |
2000-08-02 | *** empty log message *** | Mikael Djurfeldt | 1 | -2/+2 |
2000-08-02 | * struct.c (scm_make_struct_layout, scm_make_struct, | Mikael Djurfeldt | 1 | -58/+59 |
2000-07-26 | * Fixed struct initialization. | Dirk Herrmann | 1 | -7/+5 |
2000-05-18 | * Unified some rest argument checking and handling. | Dirk Herrmann | 1 | -0/+2 |
2000-05-02 | * numbers.c (scm_logtest, scm_division): Reordered dispatch sequence. | Dirk Herrmann | 1 | -1/+1 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -12/+12 |
2000-04-19 | * struct.c (scm_struct_free_light, scm_struct_free_standard, | Mikael Djurfeldt | 1 | -3/+3 |
2000-04-17 | * struct.c, struct.h: Struct data regions (and thus also vtable data regions) | Dirk Herrmann | 1 | -23/+23 |