summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_xwip-vector-cleanupDaniel Llorens2020-04-091-14/+4
* Simplify vector constructorDaniel Llorens2020-04-091-9/+5
* Remove superfluous type check in bitvector->listDaniel Llorens2020-04-092-15/+11
* Move uniform-array->bytevector from (rnrs bytevectors) to coreDaniel Llorens2020-04-099-147/+156
* Remove 'contiguous' flag in arraysDaniel Llorens2020-04-093-34/+5
* Remove scm_from_contiguous_typed_arrayDaniel Llorens2020-04-093-65/+2
* Merge generalized-arrays.[ch] in arrays.[ch]Daniel Llorens2020-04-0913-490/+395
* Update branch news fileDaniel Llorens2020-04-091-2/+7
* Remove generalized-vectors.[hc]Daniel Llorens2020-04-098-155/+80
* Pull generalized-vectors from under bytevectorsDaniel Llorens2020-04-093-7/+7
* Pull generalized-vectors from under typed vectorsDaniel Llorens2020-04-093-24/+24
* Pull generalized-vectors from under bitvector/string/vectorDaniel Llorens2020-04-095-19/+17
* Rewrite vector-copy! using memmoveDaniel Llorens2020-04-095-59/+69
* Golf in srfi-4.hDaniel Llorens2020-04-091-182/+30
* Move bitvector functions using array_handle to libguile/array-handle.[ch]Daniel Llorens2020-04-098-30/+35
* Remove generalized vector support for vector-move-right!, vector-move-left!Daniel Llorens2020-04-093-110/+54
* Add lenp parameter back to scm_bitvector_(writable_)elementsDaniel Llorens2020-04-094-14/+20
* Add lenp parameter back to scm_vector_(writable_)elementsDaniel Llorens2020-04-095-14/+17
* Simplify interfaces to scm_TYPEvector_(writable_)elementsDaniel Llorens2020-04-096-162/+106
* Fix doc for last bitvector patchDaniel Llorens2020-04-091-6/+17
* Simplify interfaces to scm_bitvector_elements and scm_bitvector_writable_elem...Daniel Llorens2020-04-096-212/+173
* Simplify interfaces to scm_vector_elements and scm_vector_writable_elementsDaniel Llorens2020-04-095-127/+142
* Simple vectors are just vectorsDaniel Llorens2020-04-0927-292/+306
* Remove the unused argument from scm_array_pDaniel Llorens2020-04-094-19/+33
* Require vector argument to scm_vector_elements, scm_vector_writable_elementsDaniel Llorens2020-04-093-26/+32
* Require vector as argument to vector->listDaniel Llorens2020-04-092-18/+7
* Require vector as argument to vector-copyDaniel Llorens2020-04-091-16/+6
* Add #:declarative? #f to (srfi srfi-64)Daniel Llorens2020-04-091-1/+2
* doc: Improve tree-il 'lambda-case' description.Matt Wette2020-03-281-5/+6
* GNU Guile 3.0.2.v3.0.2Ludovic Courtès2020-03-271-2/+2
* Update NEWS.Ludovic Courtès2020-03-271-0/+67
* Update SRFI-14 tables to Unicode 13.0.0Mike Gran2020-03-261-505/+1333
* doc: Replace square brackets with round brackets.Arun Isaac2020-03-251-45/+45
* Add SRFI-171 to guileLinus Björnstam2020-03-257-0/+1393
* 'sort-labels-locally' uses a transient intset.Ludovic Courtès2020-03-231-4/+4
* 'resize_set' no longer allocates in a loop.Ludovic Courtès2020-03-231-2/+2
* Ensure weak sets are occasionally vacuumed.Ludovic Courtès2020-03-231-0/+1
* Avoid double initialization in 'vector-copy'.Ludovic Courtès2020-03-231-4/+8
* Fix fixpoint computation in compute-significant-bitsAndy Wingo2020-03-231-2/+23
* Deprecate 'tmpnam' and add '--disable-tmpnam' configure option.Matt Wette2020-03-222-0/+19
* Interpret dynamic library name as literal file name first.Isaac Jurado2020-03-222-9/+11
* tests: Skip web server test when thread support is missing.Ludovic Courtès2020-03-211-2/+3
* Fix compilation --without-threads.Matt Wette2020-03-212-0/+4
* Fix race condition between 'abort-to-prompt' and stack marking.Ludovic Courtès2020-03-171-2/+10
* gdb: Avoid accessing values that are optimized out.Ludovic Courtès2020-03-171-0/+1
* gdb: Adjust 'find-vp' for Guile 3.0.Ludovic Courtès2020-03-171-5/+6
* gdb: Use <stdint.h> types.Ludovic Courtès2020-03-171-2/+2
* gdb: Delay type lookups.Ludovic Courtès2020-03-171-8/+9
* Add C API for hook procedures to libguile.hMike Gran2020-03-131-0/+1
* doc: Fix typo in api-debug.texi.Jan Synacek2020-03-111-1/+1