Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
[bpt/guile.git] / libguile / srfi-13.c
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-11-30 Kevin Ryde(scm_string_append_shared): No copying if just one
2005-08-12 Kevin Ryde(scm_string_for_each_index): Correction to docstring.
2005-08-06 Kevin Ryde(scm_string_any, scm_string_every, scm_string_tabulate,
2005-07-11 Kevin Ryde(scm_string_filter, scm_string_delete): Strip leading and
2005-06-24 Kevin Ryde(scm_string_filter, scm_string_delete): Partial revert
2005-06-10 Kevin Ryde(scm_string_filter, scm_string_delete): For char and
2005-06-05 Kevin Ryde(scm_string_split): Compare char/char in scan. Mixing an
2005-05-23 Marius VollmerThe FSF has a new address.
2005-05-12 Neil Jerram* unif.c (scm_i_read_array): Declare rank as ssize_t...
2005-04-10 Kevin Ryde(scm_string_concatenate, scm_string_concatenate_shared):
2005-03-04 Marius VollmerDocstring updates.
2004-12-14 Kevin Ryde(string-any, string-every): Use a scheme
2004-09-22 Marius Vollmer*** empty log message ***
2004-09-22 Marius Vollmer(scm_string_contains, scm_string_contains_ci): Reworded...
2004-09-20 Marius Vollmer(scm_string_any, scm_string_every,
2004-09-14 Han-Wen Nienhuys2004-09-13 Jan Nieuwenhuizen <janneke@gnu.org>
2004-09-07 Marius Vollmer(scm_string_trim_right, scm_string_xcopy_x): Correctly...
2004-08-25 Marius Vollmer* srfi-13.c: First cut at thread-safeness and proper...
2004-08-25 Marius Vollmer(scm_string_rindex): Export to Scheme, as it has always...
2004-08-24 Marius Vollmer* srfi-13.c, srfi-13.h, srfi-14.c, srfi-14.h: New files.