summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* maint: Add variants of the default package for Guix.wip-cuirass-ciLudovic Courtès2023-01-292-12/+56
* maint: Masquerade as a Guix channel.Ludovic Courtès2023-01-295-145/+160
* maint: Add Guix build files.Ludovic Courtès2023-01-293-1/+206
* '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
* Recognize LoongArch compilation targets.Zhang Ning2022-12-211-0/+2
* doc: fix documented keyword argument default to match code defaultVijay Marupudi2022-12-211-1/+1
* Patch for bug #60234Daniel Llorens2022-12-211-1/+2
* fix Apple Silicon JIT compilationAleix Conchillo Flaqué2022-12-202-1/+27
* Doc: document that eq?, eqv? and equal? take any number of argumentsJean Abou Samra2022-12-111-12/+14