summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use /dev/null in 'piped-process' if port is not backed by a fdes.HEADmainJosselin Poiret2023-05-083-5/+29
* Add error handling for spawn's posix_spawn_file_actions_adddup2.Josselin Poiret2023-05-081-6/+13
* call-with-values builtin doesn't leave garbage on the stackAndy Wingo2023-05-073-11/+50
* Use SCM_GSUBR_MAX in place of the hardcoded numberDaniel Llorens2023-04-272-4/+4
* Fix typo in append procedure documentationJorge Gomez2023-04-051-1/+1
* Add missing backslash.Mikael Djurfeldt2023-04-041-1/+1
* Adjust 'spawn' tests to accept 'LD_ORIGIN_PATH' on GNU/Hurd.Ludovic Courtès2023-04-022-1/+9
* Use 'posix_spawn_file_actions_addclosefrom_np' where available.Ludovic Courtès2023-04-022-1/+17
* Remove racy optimized file descriptor closing loop in 'spawn'.Ludovic Courtès2023-04-021-29/+1
* 'spawn' closes only open file descriptors on non-GNU/Linux systems.Ludovic Courtès2023-04-022-2/+21
* Update NEWS.Ludovic Courtès2023-03-201-3/+3
* Fix some invalid unicode handling issues with suspendable ports.Christopher Baines2023-03-203-4/+14
* scm_i_utf8_string_hash: compute u8 chars not bytesRob Browning2023-03-186-3/+86
* Fix no-clause case-lambda in pevalDaniel Llorens2023-03-172-1/+2
* peval reduces some inlined case-lambda callsDaniel Llorens2023-02-272-0/+95
* Remove unnecessary module imports.Ludovic Courtès2023-02-2437-70/+0
* Add -Wunused-module.Ludovic Courtès2023-02-244-3/+336
* Add 'record-case' to '.dir-locals.el'.Ludovic Courtès2023-02-242-4/+1
* Fix typo in raise-exception documentationDaniel Llorens2023-02-241-1/+1
* README: Update Git URLs.Ludovic Courtès2023-02-061-4/+4
* maint: Add variants of the default package for Guix.Ludovic Courtès2023-02-062-12/+56
* maint: Masquerade as a Guix channel.Ludovic Courtès2023-02-065-145/+160
* maint: Add Guix build files.Ludovic Courtès2023-02-064-1/+216
* '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