summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-29maint: Add variants of the default package for Guix.wip-cuirass-ciLudovic Courtès2-12/+56
2023-01-29maint: Masquerade as a Guix channel.Ludovic Courtès5-145/+160
2023-01-29maint: Add Guix build files.Ludovic Courtès3-1/+206
2023-01-26'spawn' ensures it is passed open file ports.Ludovic Courtès2-5/+18
2023-01-25Document multiple-value returns in forms taking a let-expression bodyDaniel Llorens2-32/+34
2023-01-24Add internal definitions to derived formsLinus3-21/+22
2023-01-23Verify 'W_EXITCODE' only when we provide our own definition.v3.0.9Ludovic Courtès1-1/+1
2023-01-23maint: Abort 'make dist' when Readline support is missing.Ludovic Courtès1-1/+14
2023-01-23Update NEWS.Ludovic Courtès1-0/+2
2023-01-20Remove 'extern' from 'scm_i_current_thread' definition, except on macOS.v3.0.9rc1Ludovic Courtès1-2/+4
2023-01-20build: Use '--enable-mini-gmp' for "make distcheck".Ludovic Courtès1-2/+2
2023-01-19GNU Guile 3.0.9.Ludovic Courtès1-3/+3
2023-01-19doc: Mention URL of Guile-GnuTLS.Ludovic Courtès1-3/+5
2023-01-19Add Gnulib 'sys_select' module, needed for MinGW.Ludovic Courtès3-1/+5
2023-01-19Add Gnulib 'gethostname' module, needed for MinGW.Ludovic Courtès5-0/+237
2023-01-19Add Gnulib modules for 'posix_spawn' file operations.Ludovic Courtès7-0/+366
2023-01-18Remove more Gnulib generated files.Ludovic Courtès6-4329/+0
2023-01-18Update Gnulib to v0.1-5703-g356a414e8c and add 'posix_spawn' module.Ludovic Courtès509-1732/+2766
2023-01-18Adjust 'W_EXITCODE' for Windows.Ludovic Courtès1-1/+5
2023-01-18Fix argument number in 'spawn' type check.Ludovic Courtès1-1/+1
2023-01-17Update NEWS.Ludovic Courtès1-3/+13
2023-01-17linker: Do not store entire ELF in memory when writing to a file.Ludovic Courtès3-14/+74
2023-01-17linker: Linker object writer takes a single argument.Ludovic Courtès3-46/+35
2023-01-17linker, assembler: Avoid intermediate bytevectors.Ludovic Courtès3-107/+176
2023-01-17linker: Separate effectful part of 'add-elf-objects'.Ludovic Courtès1-5/+15
2023-01-17assembler: Separate effectful part of 'link-docstrs'.Ludovic Courtès1-10/+13
2023-01-17assembler: Separate effectful part of 'link-frame-maps'.Ludovic Courtès1-19/+24
2023-01-17assembler: Separate effectful part of 'link-procprops'.Ludovic Courtès1-14/+26
2023-01-17assembler: Separate effectful part of 'link-dynamic-section'.Ludovic Courtès1-30/+45
2023-01-17assembler: Separate effectful part of 'link-symtab'.Ludovic Courtès1-15/+22
2023-01-17assembler: Separate 'process-relocs' from 'patch-relocs!'.Ludovic Courtès1-35/+51
2023-01-17Add test for 'string-ref' with a negative index at -O2.Ludovic Courtès1-5/+14
2023-01-17Document R7RS functions related to bytevectorsDaniel Llorens3-14/+227
2023-01-17Doc: clarification on regexes and encodingsJean Abou Samra1-2/+6
2023-01-17doc: Fix eval-when exampleJean Abou Samra1-11/+18
2023-01-16build: Avoid implicit 'int' return type in configure tests.Ludovic Courtès1-2/+2
2023-01-16Do not expand 'make-vector' primcall with wrong number of arguments.Ludovic Courtès2-5/+14
2023-01-14Add 'bytevector-slice'.Ludovic Courtès8-5/+208
2023-01-14Remove Gnulib generated file.Ludovic Courtès1-116/+0
2023-01-13Bump user-visible copyright years to 2023.Ludovic Courtès3-4/+4
2023-01-13Reduce redundant 'close' calls when forking on some systems.Andrew Whatson2-3/+40
2023-01-13Make 'system*' and 'piped-process' internally use 'spawn'.Josselin Poiret3-155/+101
2023-01-13Add 'spawn'.Josselin Poiret5-10/+303
2023-01-12Update gnulib to 0.1.5414-8204d and add posix_spawn, posix_spawnp.Josselin Poiret531-3275/+16214
2023-01-11Test for 'frame-local-ref' errors when printing backtrace.Andrew Whatson1-1/+22
2022-12-21Recognize LoongArch compilation targets.Zhang Ning1-0/+2
2022-12-21doc: fix documented keyword argument default to match code defaultVijay Marupudi1-1/+1
2022-12-21Patch for bug #60234Daniel Llorens1-1/+2
2022-12-20fix Apple Silicon JIT compilationAleix Conchillo Flaqué2-1/+27
2022-12-11Doc: document that eq?, eqv? and equal? take any number of argumentsJean Abou Samra1-12/+14