summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Mark riscv64 as a supported JIT target.wip-lightening-riscvLudovic Courtès2023-01-311-1/+2
* Merge remote-tracking branch 'ekaitz/main' into wip-lightening-riscvLudovic Courtès2023-01-3012-18/+3939
|\
| * Fix CIEkaitz Zarraga2022-01-191-12/+27
| * Add RISCV to CI and makefileEkaitz Zarraga2022-01-192-2/+10
| * RISC-V SupportEkaitz Zarraga2022-01-198-1/+3885
| * Add editorconfigEkaitz Zarraga2022-01-191-0/+8
| * Add tags to gitignoreEkaitz Zarraga2022-01-191-0/+1
| * Makefile: RISCV support and optional varsEkaitz Zarraga2022-01-191-6/+11
* | 'spawn' ensures it is passed open file ports.Ludovic Courtès2023-01-262-5/+18
* | Document multiple-value returns in forms taking a let-expression bodyDaniel Llorens2023-01-252-32/+34
* | Add internal definitions to derived formsLinus2023-01-243-21/+22
* | Verify 'W_EXITCODE' only when we provide our own definition.v3.0.9Ludovic Courtès2023-01-231-1/+1
* | maint: Abort 'make dist' when Readline support is missing.Ludovic Courtès2023-01-231-1/+14
* | Update NEWS.Ludovic Courtès2023-01-231-0/+2
* | Remove 'extern' from 'scm_i_current_thread' definition, except on macOS.v3.0.9rc1Ludovic Courtès2023-01-201-2/+4
* | build: Use '--enable-mini-gmp' for "make distcheck".Ludovic Courtès2023-01-201-2/+2
* | GNU Guile 3.0.9.Ludovic Courtès2023-01-191-3/+3
* | doc: Mention URL of Guile-GnuTLS.Ludovic Courtès2023-01-191-3/+5
* | Add Gnulib 'sys_select' module, needed for MinGW.Ludovic Courtès2023-01-193-1/+5
* | Add Gnulib 'gethostname' module, needed for MinGW.Ludovic Courtès2023-01-195-0/+237
* | Add Gnulib modules for 'posix_spawn' file operations.Ludovic Courtès2023-01-197-0/+366
* | Remove more Gnulib generated files.Ludovic Courtès2023-01-186-4329/+0
* | Update Gnulib to v0.1-5703-g356a414e8c and add 'posix_spawn' module.Ludovic Courtès2023-01-18509-1732/+2766
* | Adjust 'W_EXITCODE' for Windows.Ludovic Courtès2023-01-181-1/+5
* | Fix argument number in 'spawn' type check.Ludovic Courtès2023-01-181-1/+1
* | Update NEWS.Ludovic Courtès2023-01-171-3/+13
* | linker: Do not store entire ELF in memory when writing to a file.Ludovic Courtès2023-01-173-14/+74
* | linker: Linker object writer takes a single argument.Ludovic Courtès2023-01-173-46/+35
* | linker, assembler: Avoid intermediate bytevectors.Ludovic Courtès2023-01-173-107/+176
* | linker: Separate effectful part of 'add-elf-objects'.Ludovic Courtès2023-01-171-5/+15
* | assembler: Separate effectful part of 'link-docstrs'.Ludovic Courtès2023-01-171-10/+13
* | assembler: Separate effectful part of 'link-frame-maps'.Ludovic Courtès2023-01-171-19/+24
* | assembler: Separate effectful part of 'link-procprops'.Ludovic Courtès2023-01-171-14/+26
* | assembler: Separate effectful part of 'link-dynamic-section'.Ludovic Courtès2023-01-171-30/+45
* | assembler: Separate effectful part of 'link-symtab'.Ludovic Courtès2023-01-171-15/+22
* | assembler: Separate 'process-relocs' from 'patch-relocs!'.Ludovic Courtès2023-01-171-35/+51
* | Add test for 'string-ref' with a negative index at -O2.Ludovic Courtès2023-01-171-5/+14
* | Document R7RS functions related to bytevectorsDaniel Llorens2023-01-173-14/+227
* | Doc: clarification on regexes and encodingsJean Abou Samra2023-01-171-2/+6
* | doc: Fix eval-when exampleJean Abou Samra2023-01-171-11/+18
* | build: Avoid implicit 'int' return type in configure tests.Ludovic Courtès2023-01-161-2/+2
* | Do not expand 'make-vector' primcall with wrong number of arguments.Ludovic Courtès2023-01-162-5/+14
* | Add 'bytevector-slice'.Ludovic Courtès2023-01-148-5/+208
* | Remove Gnulib generated file.Ludovic Courtès2023-01-141-116/+0
* | Bump user-visible copyright years to 2023.Ludovic Courtès2023-01-133-4/+4
* | Reduce redundant 'close' calls when forking on some systems.Andrew Whatson2023-01-132-3/+40
* | Make 'system*' and 'piped-process' internally use 'spawn'.Josselin Poiret2023-01-133-155/+101
* | Add 'spawn'.Josselin Poiret2023-01-135-10/+303
* | Update gnulib to 0.1.5414-8204d and add posix_spawn, posix_spawnp.Josselin Poiret2023-01-12531-3275/+16214
* | Test for 'frame-local-ref' errors when printing backtrace.Andrew Whatson2023-01-111-1/+22