summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add cooperative REPL server module.coop-repl-serversDavid Thompson2014-02-055-3/+257
* REPL Server: Fix 'stop-server-and-clients!'.Mark H Weaver2014-02-051-24/+74
* REPL Server: Remove unneeded error case in 'run-server'.Mark H Weaver2014-02-041-4/+0
* REPL Server: Redirect warnings to client socket.Mark H Weaver2014-02-041-9/+7
* Don't check HAVE_ALARM, which no longer exists.Mark H Weaver2014-02-031-1/+1
* Update Gnulib to v0.1-77-gd9361daMark H Weaver2014-02-03381-736/+3887
* define-values: Blackhole 'dummy'; work around lack of toplevel hygiene.Mark H Weaver2014-02-021-31/+45
* Implement R7RS 'define-values'.Mark H Weaver2014-02-023-2/+261
* Implement SRFI-64 - A Scheme API for test suites.Mark H Weaver2014-02-017-2/+2091
* Implement SRFI-43 Vector Library.Mark H Weaver2014-02-015-0/+2866
* Compile numerical comparisons with more than 2 arguments to VM code.Mark H Weaver2014-02-011-0/+23
* Revert "Primitive expand numerical comparisons with more than 2 arguments."Mark H Weaver2014-01-311-20/+0
* Primitive expand numerical comparisons with more than 2 arguments.Mark H Weaver2014-01-281-0/+20
* Add 'positive?' and 'negative?' as primitives.Mark H Weaver2014-01-281-3/+9
* Minor for-each speedupAndy Wingo2014-01-281-11/+10
* Implement SRFI-111 Boxes.Mark H Weaver2014-01-245-1/+130
* Fix thread-unsafe lazy initializations.Mark H Weaver2014-01-2311-117/+161
* Improve correctness and consistency of 'eval-when' usage.Mark H Weaver2014-01-2311-22/+22
* Improve docs for 'eval-when'.Mark H Weaver2014-01-231-5/+30
* Buffered custom binary input ports correctly handle partial read requests.Ludovic Courtès2014-01-212-3/+26
* Fix nested block comment example in manual.Mark H Weaver2014-01-211-1/+1
* REPL Server: Don't establish a SIGINT handler.Mark H Weaver2014-01-211-18/+1
* Write out HTTP Basic auth headers correctly.Mark H Weaver2014-01-213-12/+16
* Add support for content-dispositionAndy Wingo2014-01-202-2/+28
* Custom binary input ports support 'setvbuf'.Ludovic Courtès2014-01-183-16/+205
* Prepare 'setvbuf' to support for non-file ports.Ludovic Courtès2014-01-185-19/+62
* doc: embedding example more readable.Arne Babenhauserheide2014-01-171-7/+10
* Thank Sree Harsha.Ludovic Courtès2014-01-171-0/+1
* Arrange so that 'file-encoding' does not truncate the encoding name.Ludovic Courtès2014-01-172-9/+31
* web: Don't throw if a response is longer than its Content-Length says.Ludovic Courtès2014-01-152-13/+20
* Custom binary input ports sanity-check the return value of 'read!'.Ludovic Courtès2014-01-152-3/+16
* Document that we support srfi-46 and add it to %cond-expand-features.Mark H Weaver2014-01-154-5/+30
* Document that we support srfi-87 and add it to %cond-expand-features.Mark H Weaver2014-01-152-0/+11
* print: In R7RS |...| symbols, print most graphic characters unescaped.Mark H Weaver2014-01-142-2/+11
* print: Support R7RS |...| symbol notation.Mark H Weaver2014-01-144-9/+124
* read: Support R7RS |...| symbol notation.Mark H Weaver2014-01-145-10/+58
* Document that we support srfi-62 and add it to %cond-expand-features.Mark H Weaver2014-01-142-0/+10
* read: use 'c_tolower' instead of 'tolower' in 'try_read_ci_chars'.Mark H Weaver2014-01-141-1/+2
* Recognize 'escape' character name, per R7RS.Mark H Weaver2014-01-143-3/+32
* read: Accept "\|" in string literals.Mark H Weaver2014-01-143-3/+12
* read: Support R7RS '#true' and '#false' syntax for booleans.Mark H Weaver2014-01-143-4/+55
* Add srfi-16 and srfi-30 to %cond-expand-features.Mark H Weaver2014-01-143-7/+9
* 'port-position' works on CBIPs that do not support 'set-port-position!'.Ludovic Courtès2014-01-132-8/+20
* Fix 'exact-integer?' comment in numbers.test.Mark H Weaver2014-01-121-1/+1
* Fix hashing of empty vectors.Mark H Weaver2014-01-122-3/+14
* Bump user-visible copyright years to 2014.Mark H Weaver2014-01-123-5/+5
* Fix hashing of vectors to run in bounded time.Mark H Weaver2014-01-121-26/+30
* Implement R7RS 'syntax-error'.Mark H Weaver2014-01-094-21/+172
* psyntax: custom ellipses using 'with-ellipsis' or R7RS syntax-rules.Mark H Weaver2014-01-095-99/+423
* psyntax: toplevel variable definitions discard previous syntactic binding.Mark H Weaver2014-01-092-2/+6