summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Presume ISO C90 functions are always availableMike Gran2022-10-144-21/+5
* Presume ISO C90 headers are always availableMike Gran2022-10-1412-70/+21
* Remove AC_HEADER_STDC from configure.acMike Gran2022-10-141-1/+0
* Remove obsolete macro AM_PROG_CC_C_O in configure scriptMike Gran2022-10-141-3/+0
* Use autoconf's ability to choose the latest version of CMike Gran2022-10-141-12/+4
* Presume const is always availableMike Gran2022-10-141-2/+0
* Update libtool initialization in configure scriptMike Gran2022-10-141-4/+1
* doc: Document how (ice-9 format) replaces 'format'.Jean Abou Samra2022-10-122-1/+18
* Define SO_RCVTIMEO and SO_SNDTIMEO.Christopher Baines2022-10-122-0/+46
* Update reference to the GNU Coding Standards.Daniel Llorens2022-10-121-3/+2
* Test for out of range depth in fluid-ref*Daniel Llorens2022-10-031-0/+4
* Modifies command line quoting in c-api.testMike Gran2022-10-021-1/+1
* Avoids deprecated egrep in c-api.testMike Gran2022-10-021-2/+2
* srfi-35: Fix expansion of 'condition' for compound conditions.Ludovic Courtès2022-10-012-5/+19
* doc: Fix typo in 'coverage-data->lcov' example.Antoine Kalmbach2022-10-011-1/+1
* doc: Fix typo under "CPS Soup".Fulbert2022-10-011-1/+1
* doc: Clarify reference to (sxml transform) module.Fulbert2022-10-011-8/+8
* Baseline compiler no longer crashes on (not (list 1 2)).Ludovic Courtès2022-10-013-2/+12
* Finalization thread exits when it gets EOF on its pipe.Ludovic Courtès2022-10-011-3/+6
* Fix doc for string args to error C APIDaniel Llorens2022-09-301-7/+7