Optimize 'string-hash'.
[bpt/guile.git] / libguile / srfi-13.c
2014-01-09 Mark H WeaverFix 'string-copy!' to work properly with overlapping...
2013-04-01 Mark H Weaverscm_string_join: properly sequence operations in ADD_TO...
2013-04-01 Mark H WeaverOptimize 'string-join'.
2013-04-01 Mark H WeaverFix typos in 'string-join' docs: 'string-infix' ->...
2012-10-12 Daniel HartwigIn string-split, add support for character sets and...
2012-03-22 Andy Wingomicro-optimizations to string-trim-both, and to (web...
2012-02-02 Bake TimmonsImprove the usage of variable names in C docstrings.
2012-01-09 Mark H WeaverAvoid calling scm_i_string_start_writing if no chars...
2011-03-20 Ludovic CourtèsMake VM string literals immutable.
2011-03-10 Mark H WeaverFix bug to make `string=' much faster
2011-02-09 Ralf Wildenhuesfix typos in the manual bits generated from source...
2011-02-02 Ludovic CourtèsEnclose SRFI-13 deprecation handling in `#if SCM_ENABLE...
2011-01-04 Ludovic CourtèsImprove doc of `string-index', `string-index-right...
2010-11-19 Andy Wingofix string-filter and string-delete argument order
2010-07-12 Ludovic CourtèsFix type-checking in the optimized path of `string=?'.
2010-07-04 Ludovic CourtèsOptimize `string=' for the common case.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2009-12-28 Andy WingoMerge branch 'read-fix'
2009-12-22 Julian GrahamImproved support for Unicode title case in Guile's...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-01 Andy Wingoremove uses of trampolines within guile itself
2009-11-14 Andy Wingofix bug in string comparison
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-20 Michael Grantype limits error in string-tabulate
2009-08-20 Michael GranUpdate srfi-13 functions for Unicode
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-08 Michael GranAdd Unicode strings and symbols
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-08-02 Andy Wingomerge guile-vm to guile
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-11-30 Kevin Ryde(scm_string_append_shared): No copying if just one
2005-08-12 Kevin Ryde(scm_string_for_each_index): Correction to docstring.
2005-08-06 Kevin Ryde(scm_string_any, scm_string_every, scm_string_tabulate,
2005-07-11 Kevin Ryde(scm_string_filter, scm_string_delete): Strip leading and
2005-06-24 Kevin Ryde(scm_string_filter, scm_string_delete): Partial revert
2005-06-10 Kevin Ryde(scm_string_filter, scm_string_delete): For char and
2005-06-05 Kevin Ryde(scm_string_split): Compare char/char in scan. Mixing an
2005-05-23 Marius VollmerThe FSF has a new address.
2005-05-12 Neil Jerram* unif.c (scm_i_read_array): Declare rank as ssize_t...
2005-04-10 Kevin Ryde(scm_string_concatenate, scm_string_concatenate_shared):
2005-03-04 Marius VollmerDocstring updates.
2004-12-14 Kevin Ryde(string-any, string-every): Use a scheme
2004-09-22 Marius Vollmer*** empty log message ***
2004-09-22 Marius Vollmer(scm_string_contains, scm_string_contains_ci): Reworded...
2004-09-20 Marius Vollmer(scm_string_any, scm_string_every,
2004-09-14 Han-Wen Nienhuys2004-09-13 Jan Nieuwenhuizen <janneke@gnu.org>
2004-09-07 Marius Vollmer(scm_string_trim_right, scm_string_xcopy_x): Correctly...
2004-08-25 Marius Vollmer* srfi-13.c: First cut at thread-safeness and proper...
2004-08-25 Marius Vollmer(scm_string_rindex): Export to Scheme, as it has always...
2004-08-24 Marius Vollmer* srfi-13.c, srfi-13.h, srfi-14.c, srfi-14.h: New files.