Age | Commit message (Expand) | Author | Files | Lines |
2021-01-17 | doc: Fix composition describing scm_reverse_list_to_string | Rob Browning | 1 | -1/+1 |
2020-06-18 | doc: Document default delimiter of string-join. | Arun Isaac | 1 | -5/+6 |
2019-08-24 | Revert "Revert scm_c_make_char rename" | Andy Wingo | 1 | -19/+19 |
2019-08-02 | Revert scm_c_make_char rename | Andy Wingo | 1 | -19/+19 |
2019-05-23 | Add 'scm_c_make_char' and use it where appropriate. | Mark H Weaver | 1 | -19/+19 |
2019-05-23 | Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. | Mark H Weaver | 1 | -4/+2 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -19/+19 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -4/+6 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -13/+13 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Devolve symbols.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Devolve numbers.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Devolve procs.h include from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve boolean.h include. | Andy Wingo | 1 | -3/+7 |
2017-05-22 | Remove all deprecated code | Andy Wingo | 1 | -32/+0 |
2017-02-16 | Remove unnecessary scm_i_string_start_writing calls | Andy Wingo | 1 | -16/+14 |
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 |