summaryrefslogtreecommitdiff
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* [srfi-64] Fix a bug with test-end removing globally installed test-runnerjakub-w2021-05-051-4/+7
* analyze: 'unbound-variable' warning handles re-exported bindings.Ludovic Courtès2021-05-021-0/+5
* Fix R7RS include-library-declarations and cond-expand in define-libraryAndy Wingo2021-05-011-3/+3
* Fix bug if call-with-prompt tag not a lexicalAndy Wingo2021-05-011-2/+2
* Fix tree-il effects analysis for promptsAndy Wingo2021-05-011-3/+7
* Fix bug for read-syntax on ( . args)Andy Wingo2021-05-012-5/+18
* Fix syntax-violation, which was passing vectors instead of alistsAndy Wingo2021-04-292-3/+5
* Fix compile-psyntax.scm -- canonicalize pass not neededAndy Wingo2021-04-291-6/+4
* Fix line and column for read errorsAndy Wingo2021-04-291-1/+2
* Fix duplicates handlers for interfaces that use interfacesAndy Wingo2021-04-281-3/+3
* Add ice-9/read.scm to extra_distAndy Wingo2021-04-271-0/+1
* Fix closure-conversion bug for SCC with all free vars prunedAndy Wingo2021-04-271-5/+11
* Bump minor objcode version for new intrinsicsAndy Wingo2021-04-261-1/+1
* 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
* Simplify module variable lookup slow-pathAndy Wingo2021-04-265-9/+56
* 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-214-1/+112
* 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
* ice-9 ftw: Use 'absolute-file-name?' in 'nftw'.Jan (janneke) Nieuwenhuizen2020-08-131-4/+1
* Fix handling of parameter lists to elisp defun to allow nil.Mikael Djurfeldt2021-04-011-0/+1
* goops: Preserve all slot options in redefinable classes.David Thompson2021-03-191-7/+9
* 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
* On Cygwin, 'lib' DLLs use 'cyg' prefixMike Gran2021-03-131-1/+23
* 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
* Revert "Handle CRLF and Unicode line endings in read-line"Andy Wingo2021-03-122-80/+11
* Handle CRLF and Unicode line endings in read-lineMike Gran2021-03-112-11/+80
* ice-9 ftw: handle non-working inodesMichael Gran2021-03-111-13/+29
* ice-9 ftw: handle missing getuid and getgidMichael Gran2021-03-111-15/+25
* Add mkstemp; undocument mkstemp!Andy Wingo2021-03-101-6/+6
* Write a proper vector-map and vector-for-each for (rnrs base)Linus2021-03-091-5/+76
* Document syntax-sourcevAndy Wingo2021-03-091-1/+2
* Fix reading #!!#Andy Wingo2021-03-071-8/+10
* tweak unknown hash object error in readerMichael Gran2021-03-051-1/+1
* print token in error msg for unknown hash objectMichael Gran2021-03-051-1/+1
* Handle <eof> in reader's character escape sequencesMichael Gran2021-03-051-0/+6
* Fix reading "#;", "'", and similar premature-EOF situationsAndy Wingo2021-03-051-24/+24
* Fix reading of #true / #falseAndy Wingo2021-03-051-1/+1
* Syntax objects print with source locationsAndy Wingo2021-03-041-2/+11
* Add docstring for array-shapeDaniel Llorens2021-03-041-2/+12
* Fix reading improper curly-infix expressionsAndy Wingo2021-03-041-3/+3
* Fix reading #c32 vectorsAndy Wingo2021-03-031-1/+1
* Fix some srfi-105 parsing errorsAndy Wingo2021-03-031-7/+8