| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 'scm_c_make_char' and use it where appropriate.... | Mark H Weaver | 2019-05-07 | 1 | -20/+20 |
* | Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.... | Mark H Weaver | 2018-10-17 | 1 | -2/+3 |
* | Remove unnecessary scm_i_string_start_writing calls... | Andy Wingo | 2017-02-16 | 1 | -16/+14 |
* | Fix 'string-copy!' to work properly with overlapping src/dest.... | Mark H Weaver | 2014-01-08 | 1 | -3/+10 |
* | scm_string_join: properly sequence operations in ADD_TO_APPEND_LIST... | Mark H Weaver | 2013-04-01 | 1 | -2/+3 |
* | Optimize 'string-join'.... | Mark H Weaver | 2013-04-01 | 1 | -64/+57 |
* | Fix typos in 'string-join' docs: 'string-infix' -> 'strict-infix'.... | Mark H Weaver | 2013-04-01 | 1 | -1/+1 |
* | In string-split, add support for character sets and predicates.... | Daniel Hartwig | 2012-10-12 | 1 | -30/+67 |
* | micro-optimizations to string-trim-both, and to (web http)... | Andy Wingo | 2012-03-22 | 1 | -4/+7 |
* | Improve the usage of variable names in C docstrings.... | Bake Timmons | 2012-02-02 | 1 | -3/+3 |
* | Avoid calling scm_i_string_start_writing if no chars will be mutated... | Mark H Weaver | 2012-01-08 | 1 | -75/+95 |
* | Make VM string literals immutable.... | Ludovic Courtès | 2011-03-20 | 1 | -13/+13 |
* | Fix bug to make `string=' much faster... | Mark H Weaver | 2011-03-10 | 1 | -1/+3 |
* | fix typos in the manual bits generated from source comments.... | Ralf Wildenhues | 2011-02-09 | 1 | -12/+12 |
* | Enclose SRFI-13 deprecation handling in `#if SCM_ENABLE_DEPRECATED == 1'.... | Ludovic Courtès | 2011-02-02 | 1 | -2/+6 |
* | Improve doc of `string-index', `string-index-right', and `string-rindex'.... | Ludovic Courtès | 2011-01-04 | 1 | -4/+7 |
* | fix string-filter and string-delete argument order... | Andy Wingo | 2010-11-19 | 1 | -6/+35 |
* | Fix type-checking in the optimized path of `string=?'.... | Ludovic Courtès | 2010-07-13 | 1 | -1/+2 |
* | Optimize `string=' for the common case.... | Ludovic Courtès | 2010-07-04 | 1 | -1/+23 |
* | Improved support for Unicode title case in Guile's string and character APIs.... | Julian Graham | 2009-12-22 | 1 | -1/+1 |
* | remove uses of trampolines within guile itself... | Andy Wingo | 2009-12-01 | 1 | -53/+52 |
* | fix bug in string comparison... | Andy Wingo | 2009-11-14 | 1 | -4/+4 |
* | type limits error in string-tabulate... | Michael Gran | 2009-08-20 | 1 | -1/+1 |
* | Update srfi-13 functions for Unicode... | Michael Gran | 2009-08-19 | 1 | -913/+593 |
* | Add Unicode strings and symbols... | Michael Gran | 2009-08-08 | 1 | -9/+14 |
* | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+5 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -71/+83 |
* | (scm_string_append_shared): No copying if just one... | Kevin Ryde | 2005-11-30 | 1 | -9/+23 |
* | (scm_string_for_each_index): Correction to docstring. | Kevin Ryde | 2005-08-12 | 1 | -2/+16 |
* | (scm_string_any, scm_string_every, scm_string_tabulate,... | Kevin Ryde | 2005-08-06 | 1 | -35/+62 |
* | (scm_string_filter, scm_string_delete): Strip leading and... | Kevin Ryde | 2005-07-11 | 1 | -9/+50 |
* | (scm_string_filter, scm_string_delete): Partial revert... | Kevin Ryde | 2005-06-24 | 1 | -9/+9 |
* | (scm_string_filter, scm_string_delete): For char and... | Kevin Ryde | 2005-06-10 | 1 | -50/+121 |
* | (scm_string_split): Compare char/char in scan. Mixing an... | Kevin Ryde | 2005-06-05 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | * unif.c (scm_i_read_array): Declare rank as ssize_t, to guarantee... | Neil Jerram | 2005-05-12 | 1 | -1/+1 |
* | (scm_string_concatenate, scm_string_concatenate_shared):... | Kevin Ryde | 2005-04-10 | 1 | -1/+3 |
* | Docstring updates. | Marius Vollmer | 2005-03-04 | 1 | -26/+31 |
* | (string-any, string-every): Use a scheme... | Kevin Ryde | 2004-12-14 | 1 | -2/+2 |
* | *** empty log message *** | Marius Vollmer | 2004-09-22 | 1 | -7/+7 |
* | (scm_string_contains, scm_string_contains_ci): Reworded logic a bit so... | Marius Vollmer | 2004-09-22 | 1 | -33/+35 |
* | (scm_string_any, scm_string_every,... | Marius Vollmer | 2004-09-20 | 1 | -23/+28 |
* | 2004-09-13 Jan Nieuwenhuizen <janneke@gnu.org>... | Han-Wen Nienhuys | 2004-09-14 | 1 | -2/+2 |
* | (scm_string_trim_right, scm_string_xcopy_x): Correctly use size_t for... | Marius Vollmer | 2004-09-07 | 1 | -2/+2 |
* | * srfi-13.c: First cut at thread-safeness and proper use of... | Marius Vollmer | 2004-08-25 | 1 | -212/+264 |
* | (scm_string_rindex): Export to Scheme, as it has always been. | Marius Vollmer | 2004-08-25 | 1 | -3/+16 |
* | * srfi-13.c, srfi-13.h, srfi-14.c, srfi-14.h: New files.... | Marius Vollmer | 2004-08-24 | 1 | -0/+3323 |