summaryrefslogtreecommitdiff
path: root/srfi/srfi-13.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-12remove empty srfi-4, srfi-13, and srfi-14 shlibsAndy Wingo1-41/+0
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-2/+6
2006-04-16merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-08-24* srfi-13.scm, srfi-14.scm: Simply re-export the relevantMarius Vollmer1-3067/+8
2004-08-19* srfi-13.h, srfi-13.c: (scm_substring_shared): Renamed toMarius Vollmer1-354/+377
2004-08-14(scm_string_any, scm_string_every): Add support for charKevin Ryde1-20/+59
2004-08-12(MY_VALIDATE_SUBSTRING_SPEC_COPY, MY_VALIDATE_STRING_COPY): ModernizedMarius Vollmer1-265/+291
2004-08-05(scm_string_any, scm_string_every): Enhance docstrings asKevin Ryde1-8/+24
2004-08-02(scm_string_every): Correction to initial "res" value,Kevin Ryde1-1/+1
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-4/+4
2004-07-10Changed all uses of SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer1-42/+45
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-66/+66
2004-07-06Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-24/+24
2004-04-15(scm_string_trim, scm_string_trim_right, scm_string_trim_both):Kevin Ryde1-5/+5
2004-04-06* srfi-13.c (s_scm_string_map): convert character to unsigned charHan-Wen Nienhuys1-28/+33
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-37/+11
2002-05-06(scm_string_tokenize): Instead of using "isgraphic" as the subtituteMarius Vollmer1-21/+13
2002-04-26(s_scm_string_tokenize): Only take character sets as the second arg.Marius Vollmer1-39/+13
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-03-11(string_titlecase_x): Treat characters as unsigned so that 8-bit charsMarius Vollmer1-2/+2
2001-11-11* Documentation work.Neil Jerram1-2/+2
2001-08-24(scm_string_for_each): Reverse order of first 2 args.Thien-Thi Nguyen1-66/+88
2001-08-22* tests/srfi-13.test (string-map): Swapped order of string andMikael Djurfeldt1-6/+6
2001-06-28 * srfi-4.c: Minor cleanups.Martin Grabmüller1-63/+56
2001-06-26* Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann1-17/+14
2001-05-19Avoid using module operations from C.Marius Vollmer1-23/+1
2001-05-10 * srfi-13.c (scm_string_delete): Logic was inversed for charset.Martin Grabmüller1-1/+1
2001-05-07 * srfi-13.c (scm_string_copyS): Fixed nasty bug.Martin Grabmüller1-1/+1
2001-05-02 * srfi-14.c, srfi-13.c: Added @bullet to various @itemize lists.Martin Grabmüller1-4/+4
2001-04-27 * srfi-13.c (scm_init_srfi_13), srfi-14.c (scm_init_srfi_14):Gary Houston1-1/+1
2001-04-26 Changed two procedure names to match final SRFI document. ThanksMartin Grabmüller1-7/+9
2001-04-25 * srfi-13.c (scm_string_replace): Take sizeof (char) into accountMartin Grabmüller1-5/+6
2001-04-24 * guile-srfi.texi: Removed, because merged with the GRM.Martin Grabmüller1-2/+2
2001-04-23Integrated the guile-srfi package into the Guile distribution.Martin Grabmüller1-0/+3052