summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-29maint: Add variants of the default package for Guix.wip-cuirass-ciLudovic Courtès
2023-01-29maint: Masquerade as a Guix channel.Ludovic Courtès
2023-01-29maint: Add Guix build files.Ludovic Courtès
2023-01-26'spawn' ensures it is passed open file ports.Ludovic Courtès
2023-01-25Document multiple-value returns in forms taking a let-expression bodyDaniel Llorens
2023-01-24Add internal definitions to derived formsLinus
2023-01-23Verify 'W_EXITCODE' only when we provide our own definition.v3.0.9Ludovic Courtès
2023-01-23maint: Abort 'make dist' when Readline support is missing.Ludovic Courtès
2023-01-23Update NEWS.Ludovic Courtès
2023-01-20Remove 'extern' from 'scm_i_current_thread' definition, except on macOS.v3.0.9rc1Ludovic Courtès
2023-01-20build: Use '--enable-mini-gmp' for "make distcheck".Ludovic Courtès
2023-01-19GNU Guile 3.0.9.Ludovic Courtès
2023-01-19doc: Mention URL of Guile-GnuTLS.Ludovic Courtès
2023-01-19Add Gnulib 'sys_select' module, needed for MinGW.Ludovic Courtès
2023-01-19Add Gnulib 'gethostname' module, needed for MinGW.Ludovic Courtès
2023-01-19Add Gnulib modules for 'posix_spawn' file operations.Ludovic Courtès
2023-01-18Remove more Gnulib generated files.Ludovic Courtès
2023-01-18Update Gnulib to v0.1-5703-g356a414e8c and add 'posix_spawn' module.Ludovic Courtès
2023-01-18Adjust 'W_EXITCODE' for Windows.Ludovic Courtès
2023-01-18Fix argument number in 'spawn' type check.Ludovic Courtès
2023-01-17Update NEWS.Ludovic Courtès
2023-01-17linker: Do not store entire ELF in memory when writing to a file.Ludovic Courtès
2023-01-17linker: Linker object writer takes a single argument.Ludovic Courtès
2023-01-17linker, assembler: Avoid intermediate bytevectors.Ludovic Courtès
2023-01-17linker: Separate effectful part of 'add-elf-objects'.Ludovic Courtès
2023-01-17assembler: Separate effectful part of 'link-docstrs'.Ludovic Courtès
2023-01-17assembler: Separate effectful part of 'link-frame-maps'.Ludovic Courtès
2023-01-17assembler: Separate effectful part of 'link-procprops'.Ludovic Courtès
2023-01-17assembler: Separate effectful part of 'link-dynamic-section'.Ludovic Courtès
2023-01-17assembler: Separate effectful part of 'link-symtab'.Ludovic Courtès
2023-01-17assembler: Separate 'process-relocs' from 'patch-relocs!'.Ludovic Courtès
2023-01-17Add test for 'string-ref' with a negative index at -O2.Ludovic Courtès
2023-01-17Document R7RS functions related to bytevectorsDaniel Llorens
2023-01-17Doc: clarification on regexes and encodingsJean Abou Samra
2023-01-17doc: Fix eval-when exampleJean Abou Samra
2023-01-16build: Avoid implicit 'int' return type in configure tests.Ludovic Courtès
2023-01-16Do not expand 'make-vector' primcall with wrong number of arguments.Ludovic Courtès
2023-01-14Add 'bytevector-slice'.Ludovic Courtès
2023-01-14Remove Gnulib generated file.Ludovic Courtès
2023-01-13Bump user-visible copyright years to 2023.Ludovic Courtès
2023-01-13Reduce redundant 'close' calls when forking on some systems.Andrew Whatson
2023-01-13Make 'system*' and 'piped-process' internally use 'spawn'.Josselin Poiret
2023-01-13Add 'spawn'.Josselin Poiret
2023-01-12Update gnulib to 0.1.5414-8204d and add posix_spawn, posix_spawnp.Josselin Poiret
2023-01-11Test for 'frame-local-ref' errors when printing backtrace.Andrew Whatson
2022-12-21Recognize LoongArch compilation targets.Zhang Ning
2022-12-21doc: fix documented keyword argument default to match code defaultVijay Marupudi
2022-12-21Patch for bug #60234Daniel Llorens
2022-12-20fix Apple Silicon JIT compilationAleix Conchillo Flaqué
2022-12-11Doc: document that eq?, eqv? and equal? take any number of argumentsJean Abou Samra