summaryrefslogtreecommitdiff
path: root/libguile/rdelim.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-08locking on unget_byte, ungetc, ungetsAndy Wingo1-1/+1
2011-11-08locking on scm_c_read, scm_getcAndy Wingo1-2/+2
2011-01-27Fix buffer overflow in `read-line'.Ludovic Courtès1-1/+1
2011-01-26Tweak `read-line'.Ludovic Courtès1-4/+5
2011-01-26Rewrite `read-line' in terms of `scm_getc'.Ludovic Courtès1-115/+49
2010-07-16read-line should use port's encoding, not locale's encodingMichael Gran1-5/+12
2009-08-25Add full Unicode capability to ports and the default readerMichael Gran1-4/+2
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-05-12* unif.c (scm_i_read_array): Declare rank as ssize_t, to guaranteeNeil Jerram1-1/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-2/+2
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-9/+7
2004-08-12(scm_read_delimited_x): AvoidMarius Vollmer1-8/+13
2004-08-02* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer1-3/+3
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-1/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-39/+12
2003-03-25* rdelim.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-0/+4
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-8/+6
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-2/+2
2001-06-10 * rdelim.c (scm_init_rdelim_builtins): don't try to activate theGary Houston1-12/+0
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-1/+1
2001-05-24* validate.hMichael Livshin1-15/+15
2001-05-20(scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,Marius Vollmer1-1/+2
2001-05-19(scm_init_rdelim_builtins): Renamed fromMarius Vollmer1-8/+12
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-5/+5
2001-03-16 * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),Martin Grabmüller1-12/+14
2001-02-08* modules.h (scm_selected_module, scm_current_module): RenamedMarius Vollmer1-3/+3
2001-01-24 * boot-9.scm: don't import (ice-9 rdelim) here. it's doneGary Houston1-0/+311