summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support typed arrays in some sort functionslloda-array-supportDaniel Llorens2016-07-113-83/+152
* Remove uniform-array-read!, uniform-array-write from the manualDaniel Llorens2016-07-111-33/+0
* Remove commented stack version of scm_array_for_each_cell()Daniel Llorens2016-07-111-214/+0
* Fix pool version of scm_array_for_each_cell by aligning pointersDaniel Llorens2016-07-111-17/+19
* Fix a corner case with empty arrays in (array-for-each-cell)Daniel Llorens2016-07-112-51/+296
* Clean up (array-for-each-cell)Daniel Llorens2016-07-117-253/+283
* Avoid variable stack use in scm_array_for_each_cell()Daniel Llorens2016-07-111-13/+40
* Special case for array-map! with three argumentsDaniel Llorens2016-07-111-21/+35
* New export (array-for-each-cell-in-order)Daniel Llorens2016-07-112-1/+14
* Draft documentation for (array-for-each-cell)Daniel Llorens2016-07-111-45/+116
* Draft of (array-for-each-cell)Daniel Llorens2016-07-112-2/+192
* Do not use array handles in scm_vectorDaniel Llorens2016-07-113-41/+19
* Remove deprecated and unused generalized-vector functionsDaniel Llorens2016-07-112-37/+2
* Speed up for multi-arg cases of scm_ramap functionsDaniel Llorens2016-07-113-77/+86
* Remove deprecated array functionsDaniel Llorens2016-07-112-277/+0
* Fix compilation of rank 0 typed array literalsDaniel Llorens2016-07-112-2/+10
* Don't use array handles in scm_c_array_rankDaniel Llorens2016-07-114-35/+35
* Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_xDaniel Llorens2016-07-114-23/+25
* Tests & doc for array-from, array-from*, array-set-from!Daniel Llorens2016-07-112-11/+223
* New functions array-from, array-from*, array-set-from!Daniel Llorens2016-07-112-0/+159
* Compile in C99 modeDaniel Llorens2016-07-111-17/+16
* Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handleDaniel Llorens2016-07-113-16/+14
* Unuse array 'contiguous' flagDaniel Llorens2016-07-113-49/+36
* Remove scm_from_contiguous_arrayDaniel Llorens2016-07-112-37/+0
* Avoid unneeded internal use of array handlesDaniel Llorens2016-07-112-35/+85
* Add meta/build-envAndy Wingo2016-07-108-7/+129
* Avoid Gnulib unistr/* modulesAndy Wingo2016-07-1016-2705/+4
* Update Gnulib to 68b6ade.Andy Wingo2016-07-07411-2454/+6045
* Update git-version-gen.diff for current gnulibAndy Wingo2016-07-071-8/+10
* Update NEWSAndy Wingo2016-06-291-164/+316
* tests-suite: resurrect invoking check-guile --coverage.Jan Nieuwenhuizen2016-06-281-1/+1
* psyntax can trace expand-time changes to the current moduleAndy Wingo2016-06-272-106/+124
* Fix uninstalled-env bug that put prebuilt/ in frontAndy Wingo2016-06-271-7/+2
* Fixing GUILE_PROGS wrong versioning checksDavid Pirotte2016-06-271-4/+8
* Do not track some test-suite filesDavid Pirotte2016-06-271-0/+1
* Fix 'monitor' macro.Taylan Ulrich Bayırlı/Kammer2016-06-271-3/+18
* Add -Wmacro-use-before-definitionAndy Wingo2016-06-255-12/+81
* Fix duplicate case in pevalAndy Wingo2016-06-251-1/+0
* Add documentation pointer from getopt-long to SRFI-37.Andy Wingo2016-06-251-0/+6
* Favor "escape continuation" over "one-shot continuation" in manualAndy Wingo2016-06-241-4/+2
* Check for strtod_l before using it.Andy Wingo2016-06-242-3/+3
* Constant-folding eq? and eqv? uses deduplicationAndy Wingo2016-06-242-1/+17
* Prevent (@ (ice-9 boot-9) x)Andy Wingo2016-06-241-0/+5
* On Darwin, skip tests that depend on setrlimitDaniel Llorens2016-06-242-0/+13
* Fix texinfo->html for @acronym, @itemizeAndy Wingo2016-06-243-5/+56
* Parse bytecode to determine minimum arityAndy Wingo2016-06-245-66/+58
* Fix include-from-path when file found in relative pathAndy Wingo2016-06-242-12/+14
* Avoid stifling readline history when looking up optionsDaniel Llorens2016-06-241-27/+29
* Fix typo about `keywords' read optionAndy Wingo2016-06-241-1/+1
* Fix ,profile in pure modulesAndy Wingo2016-06-241-2/+4