Age | Commit message (Expand) | Author | Files | Lines |
2008-09-05 | Added `scm_gc_malloc_pointerless ()', equivalent to `GC_MALLOC_ATOMIC ()'. | Ludovic Courtes | 1 | -2/+1 |
2008-09-05 | Small fixes. Gets to the REPL and `abort ()'s soon after. | Ludovic Courtes | 1 | -1/+2 |
2006-05-27 | Replace SCM_C_INLINE with SCM_C_INLINE_KEYWORD. Thanks to Mark Gran! | Marius Vollmer | 1 | -1/+1 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -4/+4 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -3/+3 |
2006-01-24 | patches by Ludovic Courtès for symbol generation. | Han-Wen Nienhuys | 1 | -3/+35 |
2005-06-24 | (scm_take_locale_stringn): Use realloc to make room for | Kevin Ryde | 1 | -17/+17 |
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 | -13/+13 |
2005-01-24 | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 1 | -13/+13 |
2005-01-24 | Threading changes. | Marius Vollmer | 1 | -13/+13 |
2005-01-12 | Turn all deprecated features that once were macros but are now | Marius Vollmer | 1 | -3/+3 |
2004-09-29 | (SCM_STRING_CHARS): Explicitely reject read-only strings with an error | Marius Vollmer | 1 | -0/+15 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -5/+5 |
2004-09-22 | (scm_substring_read_only, | Marius Vollmer | 1 | -2/+59 |
2004-09-03 | 2004-09-03 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -3/+4 |
2004-08-27 | (SCM_STRINGP): Accept all strings. | Marius Vollmer | 1 | -6/+10 |
2004-08-26 | * strings.h, strings.c (scm_i_make_symbol): Added FLAGS parameter. | Marius Vollmer | 1 | -2/+3 |
2004-08-22 | (get_str_buf_start): New helper function. | Marius Vollmer | 1 | -49/+63 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -133/+609 |
2004-08-12 | * strings.h, strings.c (scm_i_get_substring_spec): New. | Marius Vollmer | 1 | -0/+16 |
2004-08-10 | * strings.h, deprecated.h (SCM_STRING_COERCE_0TERMINATION_X): | Marius Vollmer | 1 | -80/+167 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -2/+2 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -23/+13 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -15/+13 |
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 | -1/+1 |
2003-04-07 | * strings.c (scm_mem2string): use memcpy rather than by-hand loop. | Rob Browning | 1 | -3/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2002-08-16 | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 1 | -1/+1 |
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 |