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