summaryrefslogtreecommitdiff
path: root/libguile/srfi-13.c
Commit message (Expand)AuthorAgeFilesLines
* Add 'scm_c_make_char' and use it where appropriate....Mark H Weaver2019-05-071-20/+20
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals....Mark H Weaver2018-10-171-2/+3
* Remove unnecessary scm_i_string_start_writing calls...Andy Wingo2017-02-161-16/+14
* Fix 'string-copy!' to work properly with overlapping src/dest....Mark H Weaver2014-01-081-3/+10
* scm_string_join: properly sequence operations in ADD_TO_APPEND_LIST...Mark H Weaver2013-04-011-2/+3
* Optimize 'string-join'....Mark H Weaver2013-04-011-64/+57
* Fix typos in 'string-join' docs: 'string-infix' -> 'strict-infix'....Mark H Weaver2013-04-011-1/+1
* In string-split, add support for character sets and predicates....Daniel Hartwig2012-10-121-30/+67
* micro-optimizations to string-trim-both, and to (web http)...Andy Wingo2012-03-221-4/+7
* Improve the usage of variable names in C docstrings....Bake Timmons2012-02-021-3/+3
* Avoid calling scm_i_string_start_writing if no chars will be mutated...Mark H Weaver2012-01-081-75/+95
* Make VM string literals immutable....Ludovic Courtès2011-03-201-13/+13
* Fix bug to make `string=' much faster...Mark H Weaver2011-03-101-1/+3
* fix typos in the manual bits generated from source comments....Ralf Wildenhues2011-02-091-12/+12
* Enclose SRFI-13 deprecation handling in `#if SCM_ENABLE_DEPRECATED == 1'....Ludovic Courtès2011-02-021-2/+6
* Improve doc of `string-index', `string-index-right', and `string-rindex'....Ludovic Courtès2011-01-041-4/+7
* fix string-filter and string-delete argument order...Andy Wingo2010-11-191-6/+35
* Fix type-checking in the optimized path of `string=?'....Ludovic Courtès2010-07-131-1/+2
* Optimize `string=' for the common case....Ludovic Courtès2010-07-041-1/+23
* Improved support for Unicode title case in Guile's string and character APIs....Julian Graham2009-12-221-1/+1
* remove uses of trampolines within guile itself...Andy Wingo2009-12-011-53/+52
* fix bug in string comparison...Andy Wingo2009-11-141-4/+4
* type limits error in string-tabulate...Michael Gran2009-08-201-1/+1
* Update srfi-13 functions for Unicode...Michael Gran2009-08-191-913/+593
* Add Unicode strings and symbols...Michael Gran2009-08-081-9/+14
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+5
* merge from 1.8 branchKevin Ryde2006-04-171-71/+83
* (scm_string_append_shared): No copying if just one...Kevin Ryde2005-11-301-9/+23
* (scm_string_for_each_index): Correction to docstring.Kevin Ryde2005-08-121-2/+16
* (scm_string_any, scm_string_every, scm_string_tabulate,...Kevin Ryde2005-08-061-35/+62
* (scm_string_filter, scm_string_delete): Strip leading and...Kevin Ryde2005-07-111-9/+50
* (scm_string_filter, scm_string_delete): Partial revert...Kevin Ryde2005-06-241-9/+9
* (scm_string_filter, scm_string_delete): For char and...Kevin Ryde2005-06-101-50/+121
* (scm_string_split): Compare char/char in scan. Mixing an...Kevin Ryde2005-06-051-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * unif.c (scm_i_read_array): Declare rank as ssize_t, to guarantee...Neil Jerram2005-05-121-1/+1
* (scm_string_concatenate, scm_string_concatenate_shared):...Kevin Ryde2005-04-101-1/+3
* Docstring updates.Marius Vollmer2005-03-041-26/+31
* (string-any, string-every): Use a scheme...Kevin Ryde2004-12-141-2/+2
* *** empty log message ***Marius Vollmer2004-09-221-7/+7
* (scm_string_contains, scm_string_contains_ci): Reworded logic a bit so...Marius Vollmer2004-09-221-33/+35
* (scm_string_any, scm_string_every,...Marius Vollmer2004-09-201-23/+28
* 2004-09-13 Jan Nieuwenhuizen <janneke@gnu.org>...Han-Wen Nienhuys2004-09-141-2/+2
* (scm_string_trim_right, scm_string_xcopy_x): Correctly use size_t for...Marius Vollmer2004-09-071-2/+2
* * srfi-13.c: First cut at thread-safeness and proper use of...Marius Vollmer2004-08-251-212/+264
* (scm_string_rindex): Export to Scheme, as it has always been.Marius Vollmer2004-08-251-3/+16
* * srfi-13.c, srfi-13.h, srfi-14.c, srfi-14.h: New files....Marius Vollmer2004-08-241-0/+3323