Age | Commit message (Expand) | Author | Files | Lines |
2014-01-08 | Fix 'string-copy!' to work properly with overlapping src/dest. | Mark H Weaver | 1 | -3/+10 |
2013-04-01 | scm_string_join: properly sequence operations in ADD_TO_APPEND_LIST | Mark H Weaver | 1 | -2/+3 |
2013-04-01 | Optimize 'string-join'. | Mark H Weaver | 1 | -64/+57 |
2013-04-01 | Fix typos in 'string-join' docs: 'string-infix' -> 'strict-infix'. | Mark H Weaver | 1 | -1/+1 |
2012-10-12 | In string-split, add support for character sets and predicates. | Daniel Hartwig | 1 | -30/+67 |
2012-03-22 | micro-optimizations to string-trim-both, and to (web http) | Andy Wingo | 1 | -4/+7 |
2012-02-02 | Improve the usage of variable names in C docstrings. | Bake Timmons | 1 | -3/+3 |
2012-01-08 | Avoid calling scm_i_string_start_writing if no chars will be mutated | Mark H Weaver | 1 | -75/+95 |
2011-03-20 | Make VM string literals immutable. | Ludovic Courtès | 1 | -13/+13 |
2011-03-10 | Fix bug to make `string=' much faster | Mark H Weaver | 1 | -1/+3 |
2011-02-09 | fix typos in the manual bits generated from source comments. | Ralf Wildenhues | 1 | -12/+12 |
2011-02-02 | Enclose SRFI-13 deprecation handling in `#if SCM_ENABLE_DEPRECATED == 1'. | Ludovic Courtès | 1 | -2/+6 |
2011-01-04 | Improve doc of `string-index', `string-index-right', and `string-rindex'. | Ludovic Courtès | 1 | -4/+7 |
2010-11-19 | fix string-filter and string-delete argument order | Andy Wingo | 1 | -6/+35 |
2010-07-13 | Fix type-checking in the optimized path of `string=?'. | Ludovic Courtès | 1 | -1/+2 |
2010-07-04 | Optimize `string=' for the common case. | Ludovic Courtès | 1 | -1/+23 |
2009-12-22 | Improved support for Unicode title case in Guile's string and character APIs. | Julian Graham | 1 | -1/+1 |
2009-12-01 | remove uses of trampolines within guile itself | Andy Wingo | 1 | -53/+52 |
2009-11-14 | fix bug in string comparison | Andy Wingo | 1 | -4/+4 |
2009-08-20 | type limits error in string-tabulate | Michael Gran | 1 | -1/+1 |
2009-08-19 | Update srfi-13 functions for Unicode | Michael Gran | 1 | -913/+593 |
2009-08-08 | Add Unicode strings and symbols | Michael Gran | 1 | -9/+14 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
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 |