Age | Commit message (Expand) | Author | Files | Lines |
2011-11-08 | locking on unget_byte, ungetc, ungets | Andy Wingo | 1 | -1/+1 |
2011-11-08 | locking on scm_c_read, scm_getc | Andy Wingo | 1 | -2/+2 |
2011-01-27 | Fix buffer overflow in `read-line'. | Ludovic Courtès | 1 | -1/+1 |
2011-01-26 | Tweak `read-line'. | Ludovic Courtès | 1 | -4/+5 |
2011-01-26 | Rewrite `read-line' in terms of `scm_getc'. | Ludovic Courtès | 1 | -115/+49 |
2010-07-16 | read-line should use port's encoding, not locale's encoding | Michael Gran | 1 | -5/+12 |
2009-08-25 | Add full Unicode capability to ports and the default reader | Michael Gran | 1 | -4/+2 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-05-12 | * unif.c (scm_i_read_array): Declare rank as ssize_t, to guarantee | Neil Jerram | 1 | -1/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -2/+2 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -9/+7 |
2004-08-12 | (scm_read_delimited_x): Avoid | Marius Vollmer | 1 | -8/+13 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -3/+3 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -1/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -39/+12 |
2003-03-25 | * rdelim.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+4 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -8/+6 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -2/+2 |
2001-06-10 | * rdelim.c (scm_init_rdelim_builtins): don't try to activate the | Gary Houston | 1 | -12/+0 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -1/+1 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -15/+15 |
2001-05-20 | (scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic, | Marius Vollmer | 1 | -1/+2 |
2001-05-19 | (scm_init_rdelim_builtins): Renamed from | Marius Vollmer | 1 | -8/+12 |
2001-04-03 | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 1 | -5/+5 |
2001-03-16 | * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p), | Martin Grabmüller | 1 | -12/+14 |
2001-02-08 | * modules.h (scm_selected_module, scm_current_module): Renamed | Marius Vollmer | 1 | -3/+3 |
2001-01-24 | * boot-9.scm: don't import (ice-9 rdelim) here. it's done | Gary Houston | 1 | -0/+311 |