summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement ltdl-like directory search for moduleswip-replace-ltdl-with-gmoduleMike Gran2020-03-241-49/+72
* Replace ltdl function calls with gmoduleMike Gran2020-03-241-59/+59
* Replace libltdl with gmodule-2.0 in buildMike Gran2020-03-243-10/+9
* '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
* Fix incorrect allocation size in 'make-vtable-vtable'.Ludovic Courtès2020-03-091-3/+5
* GNU Guile 3.0.1.v3.0.1Ludovic Courtès2020-03-081-4/+4
* Update NEWS.Ludovic Courtès2020-03-081-1/+7
* Update NEWS.Ludovic Courtès2020-03-071-0/+6
* README mentions development dependencies.Ludovic Courtès2020-03-071-4/+8
* README no longer says it's a prerelease.Ludovic Courtès2020-03-071-5/+5
* Accept .sld as scheme extensions in r7rsNguyễn Thái Ngọc Duy2020-03-071-0/+3
* Update NEWS.Ludovic Courtès2020-03-071-0/+77
* Actually run '00-repl-server.test'.Ludovic Courtès2020-03-071-1/+2
* psyntax: Preserve source location information for top-level references.Ludovic Courtès2020-03-072-43/+46
* web: Client treats TLS "premature termination" error as EOF.Ludovic Courtès2020-03-061-1/+12
* Remove extra 'error' call in 'make-record-type'.Ludovic Courtès2020-03-061-1/+1
* Fix expansion of 'error' primitive with a non-constant argument.Ludovic Courtès2020-03-062-4/+37
* Add 'hash' test for keywords.Ludovic Courtès2020-03-061-1/+11
* 'hash' behaves like 'hashq' for tc7s without an 'equal?' implementation.Ludovic Courtès2020-03-061-1/+17
* psyntax: 'include' no longer rejects relative file names.Ludovic Courtès2020-03-052-2/+2
* GUILE_PKG finds guile-3.0Andy Wingo2020-03-031-5/+5
* 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
|\
| * Ensure 32 bytes of stack are reserved on 64-bit Windows targetsAndy Wingo2020-02-171-0/+4
* | Add type checkers for lsh/immediate and rsh/immediateAndy Wingo2020-02-121-1/+3
* | Fold (logior 0 INT) to INTAndy Wingo2020-02-121-1/+20
* | Reintroduce 'SCM_MEMORY_ERROR' in terms of 'scm_report_out_of_memory'.Ludovic Courtès2020-02-112-2/+4
* | Remove traces of 'scm_memory_error'.Ludovic Courtès2020-02-103-6/+2
* | 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
* | Remove duplicate procedure in slot-allocation.scm.Ludovic Courtès2020-02-081-15/+12