Age | Commit message (Expand) | Author | Files | Lines |
2016-07-11 | Support typed arrays in some sort functionslloda-array-support | Daniel Llorens | 3 | -83/+152 |
2016-07-11 | Remove uniform-array-read!, uniform-array-write from the manual | Daniel Llorens | 1 | -33/+0 |
2016-07-11 | Remove commented stack version of scm_array_for_each_cell() | Daniel Llorens | 1 | -214/+0 |
2016-07-11 | Fix pool version of scm_array_for_each_cell by aligning pointers | Daniel Llorens | 1 | -17/+19 |
2016-07-11 | Fix a corner case with empty arrays in (array-for-each-cell) | Daniel Llorens | 2 | -51/+296 |
2016-07-11 | Clean up (array-for-each-cell) | Daniel Llorens | 7 | -253/+283 |
2016-07-11 | Avoid variable stack use in scm_array_for_each_cell() | Daniel Llorens | 1 | -13/+40 |
2016-07-11 | Special case for array-map! with three arguments | Daniel Llorens | 1 | -21/+35 |
2016-07-11 | New export (array-for-each-cell-in-order) | Daniel Llorens | 2 | -1/+14 |
2016-07-11 | Draft documentation for (array-for-each-cell) | Daniel Llorens | 1 | -45/+116 |
2016-07-11 | Draft of (array-for-each-cell) | Daniel Llorens | 2 | -2/+192 |
2016-07-11 | Do not use array handles in scm_vector | Daniel Llorens | 3 | -41/+19 |
2016-07-11 | Remove deprecated and unused generalized-vector functions | Daniel Llorens | 2 | -37/+2 |
2016-07-11 | Speed up for multi-arg cases of scm_ramap functions | Daniel Llorens | 3 | -77/+86 |
2016-07-11 | Remove deprecated array functions | Daniel Llorens | 2 | -277/+0 |
2016-07-11 | Fix compilation of rank 0 typed array literals | Daniel Llorens | 2 | -2/+10 |
2016-07-11 | Don't use array handles in scm_c_array_rank | Daniel Llorens | 4 | -35/+35 |
2016-07-11 | Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x | Daniel Llorens | 4 | -23/+25 |
2016-07-11 | Tests & doc for array-from, array-from*, array-set-from! | Daniel Llorens | 2 | -11/+223 |
2016-07-11 | New functions array-from, array-from*, array-set-from! | Daniel Llorens | 2 | -0/+159 |
2016-07-11 | Compile in C99 mode | Daniel Llorens | 1 | -17/+16 |
2016-07-11 | Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle | Daniel Llorens | 3 | -16/+14 |
2016-07-11 | Unuse array 'contiguous' flag | Daniel Llorens | 3 | -49/+36 |
2016-07-11 | Remove scm_from_contiguous_array | Daniel Llorens | 2 | -37/+0 |
2016-07-11 | Avoid unneeded internal use of array handles | Daniel Llorens | 2 | -35/+85 |
2016-07-10 | Add meta/build-env | Andy Wingo | 8 | -7/+129 |
2016-07-10 | Avoid Gnulib unistr/* modules | Andy Wingo | 16 | -2705/+4 |
2016-07-07 | Update Gnulib to 68b6ade. | Andy Wingo | 411 | -2454/+6045 |
2016-07-07 | Update git-version-gen.diff for current gnulib | Andy Wingo | 1 | -8/+10 |
2016-06-29 | Update NEWS | Andy Wingo | 1 | -164/+316 |
2016-06-28 | tests-suite: resurrect invoking check-guile --coverage. | Jan Nieuwenhuizen | 1 | -1/+1 |
2016-06-27 | psyntax can trace expand-time changes to the current module | Andy Wingo | 2 | -106/+124 |
2016-06-27 | Fix uninstalled-env bug that put prebuilt/ in front | Andy Wingo | 1 | -7/+2 |
2016-06-27 | Fixing GUILE_PROGS wrong versioning checks | David Pirotte | 1 | -4/+8 |
2016-06-27 | Do not track some test-suite files | David Pirotte | 1 | -0/+1 |
2016-06-27 | Fix 'monitor' macro. | Taylan Ulrich Bayırlı/Kammer | 1 | -3/+18 |
2016-06-25 | Add -Wmacro-use-before-definition | Andy Wingo | 5 | -12/+81 |
2016-06-25 | Fix duplicate case in peval | Andy Wingo | 1 | -1/+0 |
2016-06-25 | Add documentation pointer from getopt-long to SRFI-37. | Andy Wingo | 1 | -0/+6 |
2016-06-24 | Favor "escape continuation" over "one-shot continuation" in manual | Andy Wingo | 1 | -4/+2 |
2016-06-24 | Check for strtod_l before using it. | Andy Wingo | 2 | -3/+3 |
2016-06-24 | Constant-folding eq? and eqv? uses deduplication | Andy Wingo | 2 | -1/+17 |
2016-06-24 | Prevent (@ (ice-9 boot-9) x) | Andy Wingo | 1 | -0/+5 |
2016-06-24 | On Darwin, skip tests that depend on setrlimit | Daniel Llorens | 2 | -0/+13 |
2016-06-24 | Fix texinfo->html for @acronym, @itemize | Andy Wingo | 3 | -5/+56 |
2016-06-24 | Parse bytecode to determine minimum arity | Andy Wingo | 5 | -66/+58 |
2016-06-24 | Fix include-from-path when file found in relative path | Andy Wingo | 2 | -12/+14 |
2016-06-24 | Avoid stifling readline history when looking up options | Daniel Llorens | 1 | -27/+29 |
2016-06-24 | Fix typo about `keywords' read option | Andy Wingo | 1 | -1/+1 |
2016-06-24 | Fix ,profile in pure modules | Andy Wingo | 1 | -2/+4 |