summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement cross-module inliningwip-inlinable-exportsAndy Wingo2021-04-262-59/+138
* Add support for recording inlinable module exportsAndy Wingo2021-04-266-8/+891
* Add pass to resolve free toplevel references in declarative modulesAndy Wingo2021-04-265-0/+287
* Letrectify links module defs with usesAndy Wingo2021-04-261-1/+19
* Bump minor objcode version for new intrinsicsAndy Wingo2021-04-262-3/+3
* Allow contification for $callkAndy Wingo2021-04-261-36/+132
* CPS conversion calls module variables through trampolinesAndy Wingo2021-04-261-2/+86
* Fix CPS optimizations to allow callk in front halfAndy Wingo2021-04-264-34/+45
* Fix error when argument to < not a realAndy Wingo2021-04-261-1/+2
* Simplify module variable lookup slow-pathAndy Wingo2021-04-269-13/+152
* Fix cached-module-box cache keysAndy Wingo2021-04-251-2/+2
* Fix bugs introduced when allowing $kfun -> $kargsAndy Wingo2021-04-252-3/+6
* Fix comments in cps/compile-bytecodeAndy Wingo2021-04-231-2/+5
* New pass: elide-arity-checksAndy Wingo2021-04-215-1/+113
* Allow $kargs as entry of $kfunAndy Wingo2021-04-219-54/+101
* Mark some elisp runtime modules as non-declarativeAndy Wingo2021-04-212-2/+4
* Optimize letrec* binding order in fix-letrecAndy Wingo2021-04-211-3/+41
* Compile fix for x86_64-MinGW.Jan (janneke) Nieuwenhuizen2021-04-121-3/+3
* ice-9 ftw: Use 'absolute-file-name?' in 'nftw'.Jan (janneke) Nieuwenhuizen2020-08-131-4/+1
* Document write-line.Jan (janneke) Nieuwenhuizen2020-10-052-1/+12
* Update gnulib to a3a946f670718d0dee5a7425ad5ac0a29fb46ea1wip-gnulib-updateDaniel Llorens2021-04-0854-302/+1075
* Fix typos in examples.Mikael Djurfeldt2021-04-045-6/+6
* Fix handling of parameter lists to elisp defun to allow nil.Mikael Djurfeldt2021-04-012-2/+5
* goops: Preserve all slot options in redefinable classes.David Thompson2021-03-192-8/+52
* web: 'tls-wrap' returns an unbuffered custom port.Ludovic Courtès2021-03-191-3/+10
* web: 'tls-wrap' avoids intermediate buffer.Ludovic Courtès2021-03-191-10/+7
* Update NEWSAndy Wingo2021-03-181-1/+4
* Fix recent i18n testsAndy Wingo2021-03-161-2/+4
* Fix buffer overread in string-locale<?Andy Wingo2021-03-152-23/+25
* Adapt test for string-locale-ci=?Andy Wingo2021-03-151-5/+7
* Fix buffer overread in string-locale-ci=? and related functionsAndy Wingo2021-03-152-12/+18
* Add JIT capability for MinGWMike Gran2021-03-132-14/+52
* On Cygwin, 'lib' DLLs use 'cyg' prefixMike Gran2021-03-133-1/+64
* Don't force installation of GMP allocators in guile shellAndy Wingo2021-03-121-1/+0
* Fix hash-table-merge! bug.Ricardo G. Herdt2021-03-121-1/+1
* Fix suspendable implementation of 'get-bytevector-some!'Andrew Whatson2021-03-121-1/+1
* Add tests for get-bytevector-some!Andrew Whatson2021-03-121-0/+20
* Revert "Handle CRLF and Unicode line endings in read-line"Andy Wingo2021-03-126-171/+25
* Add read-line and ftw changes to NEWSMichael Gran2021-03-111-0/+7
* Handle CRLF and Unicode line endings in read-lineMike Gran2021-03-115-25/+165
* ice-9 ftw: handle non-working inodesMichael Gran2021-03-112-30/+67
* ice-9 ftw: handle missing getuid and getgidMichael Gran2021-03-112-17/+27
* For MinGW use Windows filepaths in libpath.hMichael Gran2021-03-112-1/+49
* on MinGW, prefer winsock2.h over sys/select in iselectMike Gran2021-03-111-0/+4
* Build standalone test libraries as unversionedMike Gran2021-03-111-4/+4
* Add windows stubs for dlopen, dlclose, dlsym, dlerrorMike Gran2021-03-113-1/+66
* Add mkstemp; undocument mkstemp!Andy Wingo2021-03-107-64/+93
* On Win32, prefer winsock2 header for socket declarationsMike Gran2021-03-101-3/+8
* remove 2nd attempt at invoking ComSpec when spawning childMichael Gran2021-03-101-17/+1
* disable popen 'no duplicates' test for MinGWMichael Gran2021-03-101-1/+6