summaryrefslogtreecommitdiff
path: root/libguile
Commit message (Expand)AuthorAgeFilesLines
* Update SRFI-14 tables to Unicode 13.0.0Mike Gran2020-03-261-505/+1333
* '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
* Deprecate 'tmpnam' and add '--disable-tmpnam' configure option.Matt Wette2020-03-221-0/+11
* Interpret dynamic library name as literal file name first.Isaac Jurado2020-03-221-4/+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
* Fix incorrect allocation size in 'make-vtable-vtable'.Ludovic Courtès2020-03-091-3/+5
* 'hash' behaves like 'hashq' for tc7s without an 'equal?' implementation.Ludovic Courtès2020-03-061-1/+17
* Add support for perf map creationAndy Wingo2020-02-261-0/+25
* Implement hashing for keywords, i.e. (hash #:x ...)Rob Browning2020-02-212-0/+5
* Fix bug restoring a JIT continuation from the interpreterAndy Wingo2020-02-191-0/+11
* Better debugging in jit.cAndy Wingo2020-02-191-9/+36
* Merge remote-tracking branch 'lightening/master'Andy Wingo2020-02-171-0/+4
* Reintroduce 'SCM_MEMORY_ERROR' in terms of 'scm_report_out_of_memory'.Ludovic Courtès2020-02-111-1/+3
* Remove traces of 'scm_memory_error'.Ludovic Courtès2020-02-101-3/+1
* Fix build on ia64.John Paul Adrian Glaubitz2020-02-082-3/+8
* Fix build on platforms where the stack grows upwards.John Paul Adrian Glaubitz2020-02-081-1/+1
* Handle GMP allocations through libgc and remove bignum finalizers.Ludovic Courtès2020-02-081-7/+12
* build: Actually install libguile-3.0-gdb.scm.Ludovic Courtès2020-01-212-4/+4
* Make 'scm_sym_lambda', 'scm_sym_quote', etc. public again.Ludovic Courtès2020-01-201-1/+2
* Bump objcode minor version in preparation for new stable seriesAndy Wingo2020-01-131-3/+3
* Respect thread local fluid defaultsRob Browning2020-01-121-14/+9
* Fix build on 32-bit systems with JIT supportAndy Wingo2020-01-112-1/+10
* Merge remote-tracking branch 'lightening/master'Andy Wingo2020-01-061-1/+5
* Extend core vector-fill! to handle a rangeDaniel Llorens2020-01-031-12/+33
* Provide SCM_DEFINE_STATICDaniel Llorens2020-01-031-1/+11
* Fix abort_to_prompt bug if dynwind leave thunk expands the stackAndy Wingo2020-01-021-5/+8
* Avoid throwing exceptions during early boot if stdin is closedAndy Wingo2019-12-133-56/+38
* Merge remote-tracking branch 'origin/stable-2.2'Andy Wingo2019-12-112-14/+19
|\
| * Fix non-deterministic crash in 'finalization_thread_proc'.Ludovic Courtès2019-12-091-13/+18
| * ports: 'scm_port_poll' honors "w" flags.Ludovic Courtès2019-11-181-1/+1
* | Move less? slow path out of lineAndy Wingo2019-12-101-32/+31
* | Add fixnum fast-path for =Andy Wingo2019-12-101-6/+29
* | Move allocate-pointerless-words/immediate slow path out of lineAndy Wingo2019-12-101-12/+19
* | Move allocate-words/immediate slow path out of lineAndy Wingo2019-12-101-12/+19
* | Move assert-nargs-le slow path out of lineAndy Wingo2019-12-101-10/+5
* | Add out-of-line slow path for abortAndy Wingo2019-12-101-7/+3
* | Add out-of-line slow path for compose-continuationAndy Wingo2019-12-101-6/+2
* | Add subr-call out-of-line slow pathAndy Wingo2019-12-101-9/+14
* | Move alloc-frame slow path out of lineAndy Wingo2019-12-101-25/+50
* | Move assert-nargs-ge slow path out of lineAndy Wingo2019-12-101-12/+5
* | Move assert-nargs-ee slow path out of lineAndy Wingo2019-12-101-11/+14
* | Move receive-values slow path out of lineAndy Wingo2019-12-101-18/+10
* | Move receive slow path out of lineAndy Wingo2019-12-101-7/+4