Optimize 'string-hash'.
[bpt/guile.git] / libguile / generalized-arrays.c
2013-03-28 Ludovic CourtèsFix erroneous `FUNC_NAME' for `scm_array_length'.
2013-02-18 Daniel LlorensArray documentation fixes
2013-02-18 Andy Wingodeprecate generalized vectors in favor of arrays
2013-02-18 Andy Wingooptimize access to arrays of rank 1 or 2
2012-02-02 Bake TimmonsImprove the usage of variable names in C docstrings.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-07 Andy Wingoadd docs and tests for array->list
2010-01-07 Andy Wingoreimplement srfi-4 vectors on top of bytevectors
2010-01-07 Andy Wingofix array->list
2009-12-11 Andy Wingomerge from master to elisp
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-06 Ludovic CourtèsFix typo in `scm_array_p_2 ()'.
2009-09-23 Ludovic CourtèsReinstate backward-compatible `scm_array_p ()'.
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 commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-07-19 Andy Wingomove generic array foo out to its own file