summaryrefslogtreecommitdiff
path: root/libguile/rdelim.c
Commit message (Expand)AuthorAgeFilesLines
* Document write-line.Jan (janneke) Nieuwenhuizen2020-10-051-1/+1
* Revert "Handle CRLF and Unicode line endings in read-line"Andy Wingo2021-03-121-37/+10
* Handle CRLF and Unicode line endings in read-lineMike Gran2021-03-111-10/+37
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Make .c copyright headers uniformAndy Wingo2018-06-201-1/+2
* Rationalize include order in C filesAndy Wingo2018-06-201-9/+6
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-13/+13
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve threads.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Remove list.h from _scm.hAndy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-2/+2
* Deprecate dynamic rootsAndy Wingo2016-11-211-1/+0
* scm_ungetc, scm_ungets instead of _unlocked variantsAndy Wingo2016-04-231-1/+1
* Replace scm_getc with scm_getc_unlockedAndy Wingo2016-04-231-2/+2
* locking on unget_byte, ungetc, ungetsAndy Wingo2011-11-081-1/+1
* locking on scm_c_read, scm_getcAndy Wingo2011-11-081-2/+2
* Fix buffer overflow in `read-line'.Ludovic Courtès2011-01-271-1/+1
* Tweak `read-line'.Ludovic Courtès2011-01-261-4/+5
* Rewrite `read-line' in terms of `scm_getc'.Ludovic Courtès2011-01-261-115/+49
* read-line should use port's encoding, not locale's encodingMichael Gran2010-07-161-5/+12
* Add full Unicode capability to ports and the default readerMichael Gran2009-08-251-4/+2
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * unif.c (scm_i_read_array): Declare rank as ssize_t, to guaranteeNeil Jerram2005-05-121-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-2/+2
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-9/+7
* (scm_read_delimited_x): AvoidMarius Vollmer2004-08-121-8/+13
* * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer2004-08-021-3/+3
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-39/+12
* * rdelim.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-0/+4
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer2002-02-111-8/+6
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-2/+2
* * rdelim.c (scm_init_rdelim_builtins): don't try to activate theGary Houston2001-06-101-12/+0
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-1/+1
* * validate.hMichael Livshin2001-05-241-15/+15
* (scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,Marius Vollmer2001-05-201-1/+2
* (scm_init_rdelim_builtins): Renamed fromMarius Vollmer2001-05-191-8/+12
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller2001-04-031-5/+5
* * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),Martin Grabmüller2001-03-161-12/+14
* * modules.h (scm_selected_module, scm_current_module): RenamedMarius Vollmer2001-02-081-3/+3