summaryrefslogtreecommitdiff
path: root/srfi/srfi-13.c
Commit message (Expand)AuthorAgeFilesLines
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-2/+6
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * srfi-13.scm, srfi-14.scm: Simply re-export the relevantMarius Vollmer2004-08-241-3067/+8
* * srfi-13.h, srfi-13.c: (scm_substring_shared): Renamed toMarius Vollmer2004-08-191-354/+377
* (scm_string_any, scm_string_every): Add support for charKevin Ryde2004-08-141-20/+59
* (MY_VALIDATE_SUBSTRING_SPEC_COPY, MY_VALIDATE_STRING_COPY): ModernizedMarius Vollmer2004-08-121-265/+291
* (scm_string_any, scm_string_every): Enhance docstrings asKevin Ryde2004-08-051-8/+24
* (scm_string_every): Correction to initial "res" value,Kevin Ryde2004-08-021-1/+1
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-4/+4
* Changed all uses of SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer2004-07-101-42/+45
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-66/+66
* Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-24/+24
* (scm_string_trim, scm_string_trim_right, scm_string_trim_both):Kevin Ryde2004-04-151-5/+5
* * srfi-13.c (s_scm_string_map): convert character to unsigned charHan-Wen Nienhuys2004-04-061-28/+33
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-37/+11
* (scm_string_tokenize): Instead of using "isgraphic" as the subtituteMarius Vollmer2002-05-061-21/+13
* (s_scm_string_tokenize): Only take character sets as the second arg.Marius Vollmer2002-04-261-39/+13
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* (string_titlecase_x): Treat characters as unsigned so that 8-bit charsMarius Vollmer2002-03-111-2/+2
* * Documentation work.Neil Jerram2001-11-111-2/+2
* (scm_string_for_each): Reverse order of first 2 args.Thien-Thi Nguyen2001-08-241-66/+88
* * tests/srfi-13.test (string-map): Swapped order of string andMikael Djurfeldt2001-08-221-6/+6
* * srfi-4.c: Minor cleanups.Martin Grabmüller2001-06-281-63/+56
* * Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann2001-06-261-17/+14
* Avoid using module operations from C.Marius Vollmer2001-05-191-23/+1
* * srfi-13.c (scm_string_delete): Logic was inversed for charset.Martin Grabmüller2001-05-101-1/+1
* * srfi-13.c (scm_string_copyS): Fixed nasty bug.Martin Grabmüller2001-05-071-1/+1
* * srfi-14.c, srfi-13.c: Added @bullet to various @itemize lists.Martin Grabmüller2001-05-021-4/+4
* * srfi-13.c (scm_init_srfi_13), srfi-14.c (scm_init_srfi_14):Gary Houston2001-04-271-1/+1
* Changed two procedure names to match final SRFI document. ThanksMartin Grabmüller2001-04-261-7/+9
* * srfi-13.c (scm_string_replace): Take sizeof (char) into accountMartin Grabmüller2001-04-251-5/+6
* * guile-srfi.texi: Removed, because merged with the GRM.Martin Grabmüller2001-04-241-2/+2
* Integrated the guile-srfi package into the Guile distribution.Martin Grabmüller2001-04-231-0/+3052