summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-23Added comments in load-lang.test, which does not work. * test-suite/tests/loa...wip-load-langMatt Wette1-1/+22
2023-02-23multiple languages support via file extension or #lang headerMatt Wette4-6/+108
2023-01-17Doc: clarification on regexes and encodingsJean Abou Samra1-2/+6
2023-01-17doc: Fix eval-when exampleJean Abou Samra1-11/+18
2023-01-16build: Avoid implicit 'int' return type in configure tests.Ludovic Courtès1-2/+2
2023-01-16Do not expand 'make-vector' primcall with wrong number of arguments.Ludovic Courtès2-5/+14
2023-01-14Add 'bytevector-slice'.Ludovic Courtès8-5/+208
2023-01-14Remove Gnulib generated file.Ludovic Courtès1-116/+0
2023-01-13Bump user-visible copyright years to 2023.Ludovic Courtès3-4/+4
2023-01-13Reduce redundant 'close' calls when forking on some systems.Andrew Whatson2-3/+40
2023-01-13Make 'system*' and 'piped-process' internally use 'spawn'.Josselin Poiret3-155/+101
2023-01-13Add 'spawn'.Josselin Poiret5-10/+303
2023-01-12Update gnulib to 0.1.5414-8204d and add posix_spawn, posix_spawnp.Josselin Poiret531-3275/+16214
2023-01-11Test for 'frame-local-ref' errors when printing backtrace.Andrew Whatson1-1/+22
2022-12-21Recognize LoongArch compilation targets.Zhang Ning1-0/+2
2022-12-21doc: fix documented keyword argument default to match code defaultVijay Marupudi1-1/+1
2022-12-21Patch for bug #60234Daniel Llorens1-1/+2
2022-12-20fix Apple Silicon JIT compilationAleix Conchillo Flaqué2-1/+27
2022-12-11Doc: document that eq?, eqv? and equal? take any number of argumentsJean Abou Samra1-12/+14
2022-12-10doc: Lee Thomas suggested the name change.Arne Babenhauserheide1-1/+1
2022-12-09doc: Fix minor typosColin Woodbury2-2/+2
2022-12-01Fix peval bug when expand-primitives introduces lexicalsAndy Wingo2-3/+47
2022-12-01Fix order-of-side-effects bug in (eq? x y z) expansionAndy Wingo2-12/+45
2022-11-29Avoid 'frame-local-ref' errors when printing backtrace.Andrew Whatson1-2/+10
2022-11-29Add tests for warning locations.Andrew Whatson1-1/+47
2022-11-20Fix possible deadlock in 'lock-mutex'.Olivier Dion1-9/+10
2022-11-20Work around unwanted stack retention when using prompts.Ludovic Courtès1-5/+12
2022-11-01doc: Fix typo in VM instruction name.Ludovic Courtès1-2/+2
2022-11-01disassembler: Show intrinsic name for 'call-' instructions.Ludovic Courtès2-1/+51
2022-10-21Update NEWS.Maxime Devos1-0/+12
2022-10-21Define Scheme bindings to ‘openat’ when available.Maxime Devos6-22/+168
2022-10-21Define a Scheme binding to ‘fstatat’ when available.Maxime Devos6-2/+131
2022-10-21Define a Scheme binding to ‘fchownat’ when it exists.Maxime Devos4-2/+49
2022-10-21Define a Scheme binding to ‘unlinkat’ when it exists.Maxime Devos5-2/+107
2022-10-21Define a Scheme binding to ‘fchmodat’ when it exists.Maxime Devos4-2/+92
2022-10-21Define a Scheme binding to ‘renameat’ when it exists.Maxime Devos5-1/+149
2022-10-21Define AT_REMOVEDIR and others when available.Maxime Devos1-0/+6
2022-10-21Correct documentation of ‘mkdir’ w.r.t. the umask.Maxime Devos1-1/+2
2022-10-21Define bindings to ‘mkdirat’ when the C function exists.Maxime Devos5-1/+71
2022-10-21Define ‘symlinkat’ wrapper when supported.Maxime Devos5-1/+58
2022-10-21Allow file ports in ‘utime’.Maxime Devos5-14/+106
2022-10-21Allow file ports in ‘readlink’.Maxime Devos4-12/+112
2022-10-21Allow file ports in ‘chdir’ when supported.Maxime Devos5-4/+71
2022-10-15Fixes arg type for scm_integer_from_mpzMichael Gran1-1/+1
2022-10-14autoupdate acinclude.m4Michael Gran1-22/+18
2022-10-14Presumes signal handler return voidMichael Gran2-18/+7
2022-10-14Modernizes labels-as-values.m4Michael Gran1-7/+6
2022-10-14Remove special logic for the obscure CMU C library's libc.hMike Gran4-56/+1
2022-10-14Presume time.h and sys/time.h don't conflict when includedMike Gran3-25/+5
2022-10-14Presume ISO C90 functions are always availableMike Gran4-21/+5