summaryrefslogtreecommitdiff
path: root/libguile/srfi-13.c
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix composition describing scm_reverse_list_to_stringRob Browning2021-01-171-1/+1
* doc: Document default delimiter of string-join.Arun Isaac2020-06-181-5/+6
* Revert "Revert scm_c_make_char rename"Andy Wingo2019-08-241-19/+19
* Revert scm_c_make_char renameAndy Wingo2019-08-021-19/+19
* Add 'scm_c_make_char' and use it where appropriate.Mark H Weaver2019-05-231-19/+19
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver2019-05-231-4/+2
* Update license notices in all C filesAndy Wingo2018-06-201-19/+19
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-4/+6
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-13/+13
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve symbols.h from _scm.hAndy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Devolve procs.h include from _scm.h.Andy Wingo2018-06-191-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Devolve boolean.h include.Andy Wingo2018-06-181-3/+7
* Remove all deprecated codeAndy Wingo2017-05-221-32/+0
* Remove unnecessary scm_i_string_start_writing callsAndy 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_LISTMark 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 mutatedMark H Weaver2012-01-081-75/+95
* Make VM string literals immutable.Ludovic Courtès2011-03-201-13/+13
* Fix bug to make `string=' much fasterMark 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 orderAndy 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 itselfAndy Wingo2009-12-011-53/+52
* fix bug in string comparisonAndy Wingo2009-11-141-4/+4
* type limits error in string-tabulateMichael Gran2009-08-201-1/+1
* Update srfi-13 functions for UnicodeMichael Gran2009-08-191-913/+593
* Add Unicode strings and symbolsMichael 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 oneKevin 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 andKevin Ryde2005-07-111-9/+50
* (scm_string_filter, scm_string_delete): Partial revertKevin Ryde2005-06-241-9/+9
* (scm_string_filter, scm_string_delete): For char andKevin Ryde2005-06-101-50/+121