Age | Commit message (Expand) | Author | Files | Lines |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+5 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -71/+83 |
2005-11-30 | (scm_string_append_shared): No copying if just one | Kevin Ryde | 1 | -9/+23 |
2005-08-12 | (scm_string_for_each_index): Correction to docstring. | Kevin Ryde | 1 | -2/+16 |
2005-08-06 | (scm_string_any, scm_string_every, scm_string_tabulate, | Kevin Ryde | 1 | -35/+62 |
2005-07-11 | (scm_string_filter, scm_string_delete): Strip leading and | Kevin Ryde | 1 | -9/+50 |
2005-06-24 | (scm_string_filter, scm_string_delete): Partial revert | Kevin Ryde | 1 | -9/+9 |
2005-06-10 | (scm_string_filter, scm_string_delete): For char and | Kevin Ryde | 1 | -50/+121 |
2005-06-05 | (scm_string_split): Compare char/char in scan. Mixing an | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-05-12 | * unif.c (scm_i_read_array): Declare rank as ssize_t, to guarantee | Neil Jerram | 1 | -1/+1 |
2005-04-10 | (scm_string_concatenate, scm_string_concatenate_shared): | Kevin Ryde | 1 | -1/+3 |
2005-03-04 | Docstring updates. | Marius Vollmer | 1 | -26/+31 |
2004-12-14 | (string-any, string-every): Use a scheme | Kevin Ryde | 1 | -2/+2 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -7/+7 |
2004-09-22 | (scm_string_contains, scm_string_contains_ci): Reworded logic a bit so | Marius Vollmer | 1 | -33/+35 |
2004-09-20 | (scm_string_any, scm_string_every, | Marius Vollmer | 1 | -23/+28 |
2004-09-14 | 2004-09-13 Jan Nieuwenhuizen <janneke@gnu.org> | Han-Wen Nienhuys | 1 | -2/+2 |
2004-09-07 | (scm_string_trim_right, scm_string_xcopy_x): Correctly use size_t for | Marius Vollmer | 1 | -2/+2 |
2004-08-25 | * srfi-13.c: First cut at thread-safeness and proper use of | Marius Vollmer | 1 | -212/+264 |
2004-08-25 | (scm_string_rindex): Export to Scheme, as it has always been. | Marius Vollmer | 1 | -3/+16 |
2004-08-24 | * srfi-13.c, srfi-13.h, srfi-14.c, srfi-14.h: New files. | Marius Vollmer | 1 | -0/+3323 |