summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update tailification pass to handle return-types optimizationwip-tailifyAndy Wingo2023-05-151-95/+149
* Fix bug verifying $calli instructionsAndy Wingo2023-05-151-2/+4
* Tailify issues `restore` instead of `restore1`Andy Wingo2023-05-152-3/+3
* Consider $code to make 'ptr representationAndy Wingo2023-05-121-1/+1
* Fix bug in compilation of rsh/lshAndy Wingo2023-05-121-2/+2
* Remove pk verbosity in tailify.scmAndy Wingo2023-04-061-32/+29
* Fix arg representations for 'restore and 'restore1 primcallsAndy Wingo2023-03-291-1/+7
* Use tree-il-srcv instead of tree-il-srcAndy Wingo2023-03-288-29/+32
* Excise use of `record-case`Andy Wingo2023-03-283-119/+108
* Add tailify passAndy Wingo2023-02-102-1/+674
* Add new $calli expression type.Andy Wingo2023-02-1021-19/+103
* Add indirect-tail-call VM instructionAndy Wingo2023-02-104-4/+51
* 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