Age | Commit message (Expand) | Author | Files | Lines |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -3/+3 |
2002-03-15 | Small docstring fixes. | Neil Jerram | 1 | -1/+1 |
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 | -2/+2 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -2/+2 |
2002-01-28 | 2002-01-28 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -1/+26 |
2002-01-10 | * eval.[ch] (scm_deval_args): Made static. | Dirk Herrmann | 1 | -7/+12 |
2001-12-08 | 2001-12-08 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -0/+36 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -6/+2 |
2001-11-16 | * Adding C function declarations from the SCM interface to the | Neil Jerram | 1 | -3/+2 |
2001-11-11 | * Documentation work. | Neil Jerram | 1 | -1/+1 |
2001-09-12 | * Added function scm_str2string. Thanks to Martin Baulig. | Dirk Herrmann | 1 | -0/+8 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -116/+0 |
2001-07-11 | * strings.c (s_scm_string): fix arg position in assert. | Michael Livshin | 1 | -1/+1 |
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 | -0/+2 |
2001-06-26 | * Deprecated scm_makfromstr and added scm_mem2string as a replacement. | Dirk Herrmann | 1 | -5/+21 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -1/+1 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -8/+8 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -16/+16 |
2001-05-15 | * Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_FREELIST. | Dirk Herrmann | 1 | -1/+3 |
2001-04-09 | * Clarify docstring for scm_make_shared_substring. | Neil Jerram | 1 | -1/+1 |
2001-04-09 | * Clean up doc and docstring for shared substrings and read only strings. | Neil Jerram | 1 | -9/+2 |
2001-04-03 | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 1 | -16/+16 |
2001-03-22 | * Replace function scm_makstr with new function scm_allocate_string. | Dirk Herrmann | 1 | -5/+28 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2001-02-17 | (scm_string_p, scm_make_string, scm_read_only_string_p, scm_string_length) | Martin Grabmüller | 1 | -24/+28 |
2001-02-08 | * Fixed parameter checking for make-string. | Dirk Herrmann | 1 | -19/+40 |
2000-11-23 | * SCM_SETCHARS deprecated. | Dirk Herrmann | 1 | -2/+2 |
2000-11-23 | * Deprecated SCM_SETLENGTH. | Dirk Herrmann | 1 | -2/+2 |
2000-11-22 | * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS. | Dirk Herrmann | 1 | -3/+3 |
2000-11-21 | * Deprecated SCM_RWSTRINGP and SCM_VALIDATE_RWSTRING. | Dirk Herrmann | 1 | -1/+6 |
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 | -10/+10 |
2000-10-09 | * Replace a bunch of calls to SCM_LENGTH. | Dirk Herrmann | 1 | -2/+2 |
2000-09-26 | * Eliminated all calls to SCM_UCHARS. | Dirk Herrmann | 1 | -4/+4 |
2000-09-22 | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 1 | -1/+1 |
2000-09-12 | * Unified ssymbols and msymbols to a single symbol type 'scm_tc7_symbol'. | Dirk Herrmann | 1 | -18/+7 |
2000-09-02 | * Docstring updates. | Neil Jerram | 1 | -0/+1 |
2000-08-26 | * strings.c (scm_make_shared_substring, scm_read_only_string_p): | Mikael Djurfeldt | 1 | -7/+25 |
2000-06-30 | * Eliminated use of SCM_ASSERT to check for range errors. | Dirk Herrmann | 1 | -8/+12 |
2000-06-13 | * strings.c: #include <string.h>. (Thanks to Bill Schottstaedt.) | Mikael Djurfeldt | 1 | -0/+2 |
2000-05-18 | * Unified some rest argument checking and handling. | Dirk Herrmann | 1 | -3/+3 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -5/+5 |
2000-04-18 | Fixed some SCM/scm_bits_t mixups. | Dirk Herrmann | 1 | -5/+6 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-03-02 | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 1 | -12/+8 |
2000-02-14 | * arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c, | Greg J. Badros | 1 | -2/+1 |
2000-01-31 | * strings.h: don't use SCM_P. don't include <string.h>. | Gary Houston | 1 | -61/+32 |