summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: Lee Thomas suggested the name change.Arne Babenhauserheide2022-12-101-1/+1
* doc: Fix minor typosColin Woodbury2022-12-092-2/+2
* Fix peval bug when expand-primitives introduces lexicalsAndy Wingo2022-12-012-3/+47
* Fix order-of-side-effects bug in (eq? x y z) expansionAndy Wingo2022-12-012-12/+45
* Avoid 'frame-local-ref' errors when printing backtrace.Andrew Whatson2022-11-291-2/+10
* Add tests for warning locations.Andrew Whatson2022-11-291-1/+47
* Fix possible deadlock in 'lock-mutex'.Olivier Dion2022-11-201-9/+10
* Work around unwanted stack retention when using prompts.Ludovic Courtès2022-11-201-5/+12
* doc: Fix typo in VM instruction name.Ludovic Courtès2022-11-011-2/+2
* disassembler: Show intrinsic name for 'call-' instructions.Ludovic Courtès2022-11-012-1/+51
* Update NEWS.Maxime Devos2022-10-211-0/+12
* Define Scheme bindings to ‘openat’ when available.Maxime Devos2022-10-216-22/+168
* Define a Scheme binding to ‘fstatat’ when available.Maxime Devos2022-10-216-2/+131
* Define a Scheme binding to ‘fchownat’ when it exists.Maxime Devos2022-10-214-2/+49
* Define a Scheme binding to ‘unlinkat’ when it exists.Maxime Devos2022-10-215-2/+107
* Define a Scheme binding to ‘fchmodat’ when it exists.Maxime Devos2022-10-214-2/+92
* Define a Scheme binding to ‘renameat’ when it exists.Maxime Devos2022-10-215-1/+149
* Define AT_REMOVEDIR and others when available.Maxime Devos2022-10-211-0/+6
* Correct documentation of ‘mkdir’ w.r.t. the umask.Maxime Devos2022-10-211-1/+2
* Define bindings to ‘mkdirat’ when the C function exists.Maxime Devos2022-10-215-1/+71