summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Web: Use functional setters in extend-request and extend-response.Mark H Weaver2013-09-122-14/+9
* Web client+server: Add Content-Length header for empty bodies.Mark H Weaver2013-09-122-2/+4
* Adapt srfi-9.test to error reporting improvements; update copyright dates.Mark H Weaver2013-09-122-4/+9
* Improve error reporting of procedures defined by define-inlinable.Mark H Weaver2013-09-122-0/+4
* THANKS Alexandru CojocaruMark H Weaver2013-09-101-0/+1
* web client: HTTP methods are symbols, not strings.Mark H Weaver2013-09-101-9/+9
* Fix extend-request to preserve method and meta.Alexandru Cojocaru2013-09-101-2/+5
* psyntax: cite the paper that psyntax is based on.Mark H Weaver2013-09-091-0/+6
* Minor stylistic improvement to 'and-let*' macro.Mark H Weaver2013-09-091-3/+1
* Rewrite SRFI-2 'and-let*' using syntax-case.Mark H Weaver2013-09-091-27/+27
* Fix 'define-public' from (ice-9 curried-definitions).Mark H Weaver2013-08-231-17/+10
* Improve error checking in 'define-public' and 'module-add!'.Mark H Weaver2013-08-191-1/+3
* doc: `get-string-all' takes only one argument.Ian Price2013-08-191-1/+1
* `write-request-line' always prints a path component.Ian Price2013-08-192-6/+7
* Improved error checking in bytevector->uint-list and bytevector->sint-list.Mark H Weaver2013-08-162-6/+12
* Improve run-time error reporting in (ice-9 match).Mark H Weaver2013-08-153-3/+7
* Manual: clarify that 'append!' and 'reverse!' might not mutate.Mark H Weaver2013-08-131-4/+4
* Manual: don't promise that 'append!' will modify the existing lists.Mark H Weaver2013-08-131-1/+1
* Common numeric operations are left-to-right associative.Mark H Weaver2013-08-121-23/+19
* Numerical comparisons are not negatable.Mark H Weaver2013-08-121-2/+1
* Broken Turkish UTF-8 locale still unresolved in FreeBSD 9.1.Mark H Weaver2013-08-111-4/+6
* Fix inappropriate uses of scm_syserror in numbers.c.Mark H Weaver2013-08-101-4/+5
* dereference-pointer: check for null pointer.Mark H Weaver2013-08-092-1/+11
* Fix numerator and denominator handling of signed zeroes and infinities.Mark H Weaver2013-08-094-72/+59
* Decompiler: fix handling of empty 'case-lambda' expressions.Mark H Weaver2013-08-071-1/+1
* Fix display of symbols containing backslashes.David Kastrup2013-08-061-1/+2
* Add files from 'copysign' and 'isfinite' Gnulib modules.Mark H Weaver2013-08-0610-0/+891
* VM: ash: Use SCM_SRS and handle large right shift in fast path.Mark H Weaver2013-08-061-6/+5
* Use Gnulib's 'isfinite' in numbers.c.Mark H Weaver2013-08-061-15/+6
* Use Gnulib's 'copysign' in numbers.c.Mark H Weaver2013-08-061-18/+10
* Import 'copysign' and 'isfinite' modules from Gnulib.Mark H Weaver2013-08-063-2/+92
* VM: ASM_ADD and ASM_SUB for x86: clobber _CX not "rcx".Mark H Weaver2013-08-041-2/+2
* VM: Define ASM_MUL on ARM only if SMULL instruction is supported.Mark H Weaver2013-08-041-1/+17
* VM: Implement ASM_ADD, ASM_SUB, and ASM_MUL for ARM processors.Mark H Weaver2013-08-041-0/+46
* VM: Avoid untagging inums in 'logand' and 'logior'.Mark H Weaver2013-08-031-2/+4
* VM: Add ASM_MUL for x86.Mark H Weaver2013-08-031-3/+27
* VM: Support 32-bit x86 in ASM_ADD and ASM_SUB.Mark H Weaver2013-08-031-16/+24
* VM: Add "cc" to the clobber list of ASM_ADD and ASM_SUB.Mark H Weaver2013-08-031-2/+2
* VM: Avoid overflow in ASM_ADD when the result is most-positive-fixnum.Mark H Weaver2013-08-031-1/+1
* VM: Avoid signed overflows in 'add1' and 'sub1'.Mark H Weaver2013-08-031-12/+14
* VM: Redefine INUM_MIN and INUM_MAX without assumptions.Mark H Weaver2013-08-031-2/+4
* Add 'scm_i_from_double' and use it.Mark H Weaver2013-08-021-117/+123
* Optimize R6RS bitwise operators.Mark H Weaver2013-07-213-61/+24
* Fix incorrect rationalize tests.Mark H Weaver2013-07-211-2/+2
* Fix minor formatting error in 'rationalize'.Mark H Weaver2013-07-211-2/+2
* Rewrite 'rationalize' to fix bugs and improve efficiency.Mark H Weaver2013-07-212-76/+206
* Modify SCM_UNPACK type check to avoid warnings in clang.Mark H Weaver2013-07-181-2/+3
* Fix 'SCM_SYSCALL' to really swallow EINTR.Ludovic Courtès2013-07-171-25/+25
* build: Add `gdbinit' to the distribution.Ludovic Courtès2013-07-171-1/+2
* Add support for HTTP proxies.Mark H Weaver2013-07-163-3/+50