summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Define ‘symlinkat’ wrapper when supported.Maxime Devos2022-10-215-1/+58
* Allow file ports in ‘utime’.Maxime Devos2022-10-215-14/+106
* Allow file ports in ‘readlink’.Maxime Devos2022-10-214-12/+112
* Allow file ports in ‘chdir’ when supported.Maxime Devos2022-10-215-4/+71
* Fixes arg type for scm_integer_from_mpzMichael Gran2022-10-151-1/+1
* autoupdate acinclude.m4Michael Gran2022-10-141-22/+18
* Presumes signal handler return voidMichael Gran2022-10-142-18/+7
* Modernizes labels-as-values.m4Michael Gran2022-10-141-7/+6
* Remove special logic for the obscure CMU C library's libc.hMike Gran2022-10-144-56/+1
* Presume time.h and sys/time.h don't conflict when includedMike Gran2022-10-143-25/+5