summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-27GNU Guile 3.0.2.v3.0.2Ludovic Courtès1-2/+2
2020-03-27Update NEWS.Ludovic Courtès1-0/+67
2020-03-26Update SRFI-14 tables to Unicode 13.0.0Mike Gran1-505/+1333
2020-03-25doc: Replace square brackets with round brackets.Arun Isaac1-45/+45
2020-03-25Add SRFI-171 to guileLinus Björnstam7-0/+1393
2020-03-23'sort-labels-locally' uses a transient intset.Ludovic Courtès1-4/+4
2020-03-23'resize_set' no longer allocates in a loop.Ludovic Courtès1-2/+2
2020-03-23Ensure weak sets are occasionally vacuumed.Ludovic Courtès1-0/+1
2020-03-23Avoid double initialization in 'vector-copy'.Ludovic Courtès1-4/+8
2020-03-23Fix fixpoint computation in compute-significant-bitsAndy Wingo1-2/+23
2020-03-22Deprecate 'tmpnam' and add '--disable-tmpnam' configure option.Matt Wette2-0/+19
2020-03-22Interpret dynamic library name as literal file name first.Isaac Jurado2-9/+11
2020-03-21tests: Skip web server test when thread support is missing.Ludovic Courtès1-2/+3
2020-03-21Fix compilation --without-threads.Matt Wette2-0/+4
2020-03-17Fix race condition between 'abort-to-prompt' and stack marking.Ludovic Courtès1-2/+10
2020-03-17gdb: Avoid accessing values that are optimized out.Ludovic Courtès1-0/+1
2020-03-17gdb: Adjust 'find-vp' for Guile 3.0.Ludovic Courtès1-5/+6
2020-03-17gdb: Use <stdint.h> types.Ludovic Courtès1-2/+2
2020-03-17gdb: Delay type lookups.Ludovic Courtès1-8/+9
2020-03-13Add C API for hook procedures to libguile.hMike Gran1-0/+1
2020-03-11doc: Fix typo in api-debug.texi.Jan Synacek1-1/+1
2020-03-09Fix incorrect allocation size in 'make-vtable-vtable'.Ludovic Courtès1-3/+5
2020-03-08GNU Guile 3.0.1.v3.0.1Ludovic Courtès1-4/+4
2020-03-08Update NEWS.Ludovic Courtès1-1/+7
2020-03-07Update NEWS.Ludovic Courtès1-0/+6
2020-03-07README mentions development dependencies.Ludovic Courtès1-4/+8
2020-03-07README no longer says it's a prerelease.Ludovic Courtès1-5/+5
2020-03-07Accept .sld as scheme extensions in r7rsNguyễn Thái Ngọc Duy1-0/+3
2020-03-07Update NEWS.Ludovic Courtès1-0/+77
2020-03-07Actually run '00-repl-server.test'.Ludovic Courtès1-1/+2
2020-03-07psyntax: Preserve source location information for top-level references.Ludovic Courtès2-43/+46
2020-03-06web: Client treats TLS "premature termination" error as EOF.Ludovic Courtès1-1/+12
2020-03-06Remove extra 'error' call in 'make-record-type'.Ludovic Courtès1-1/+1
2020-03-06Fix expansion of 'error' primitive with a non-constant argument.Ludovic Courtès2-4/+37
2020-03-06Add 'hash' test for keywords.Ludovic Courtès1-1/+11
2020-03-06'hash' behaves like 'hashq' for tc7s without an 'equal?' implementation.Ludovic Courtès1-1/+17
2020-03-05psyntax: 'include' no longer rejects relative file names.Ludovic Courtès2-2/+2
2020-03-03GUILE_PKG finds guile-3.0Andy Wingo1-5/+5
2020-02-26Add support for perf map creationAndy Wingo1-0/+25
2020-02-21Implement hashing for keywords, i.e. (hash #:x ...)Rob Browning2-0/+5
2020-02-19Fix bug restoring a JIT continuation from the interpreterAndy Wingo1-0/+11
2020-02-19Better debugging in jit.cAndy Wingo1-9/+36
2020-02-17Merge remote-tracking branch 'lightening/master'Andy Wingo1-0/+4
2020-02-17Ensure 32 bytes of stack are reserved on 64-bit Windows targetsAndy Wingo1-0/+4
2020-02-12Add type checkers for lsh/immediate and rsh/immediateAndy Wingo1-1/+3
2020-02-12Fold (logior 0 INT) to INTAndy Wingo1-1/+20
2020-02-11Reintroduce 'SCM_MEMORY_ERROR' in terms of 'scm_report_out_of_memory'.Ludovic Courtès2-2/+4
2020-02-10Remove traces of 'scm_memory_error'.Ludovic Courtès3-6/+2
2020-02-08Fix build on ia64.John Paul Adrian Glaubitz2-3/+8
2020-02-08Fix build on platforms where the stack grows upwards.John Paul Adrian Glaubitz1-1/+1