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