summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert (ice-9 session) to use hygienic macros.cky-hygienic-macrosChris K. Jester-Young2013-10-281-12/+11
* Convert (ice-9 i18n) to use hygienic macros.Chris K. Jester-Young2013-10-271-31/+34
* Convert test-suite/tests/exceptions.test to use hygienic macros.Chris K. Jester-Young2013-10-271-12/+14
* Fix optional end argument in `uniform-vector-read!'.Ian Price2013-10-201-2/+2
* Doc: 'unfold-right' takes a tail not a tail generator.Ian Price2013-10-191-2/+2
* Doc: mention vectors are self-quotingIan Price2013-10-181-13/+9
* doc: Update the section on SMOBs and memory management.Ludovic Courtès2013-10-141-115/+59
* 'scm_c_read' goes through the fast path with ISO-8859-1 unbuffered ports.Ludovic Courtès2013-10-141-1/+3
* Fix edge case in 'ash'.Mark H Weaver2013-10-032-4/+13
* Revert "Fix edge case in 'ash'."Mark H Weaver2013-10-032-14/+5
* Deprecate scm_c_program_source, as it has no internal users.Andy Wingo2013-10-034-10/+18
* Fix edge case in 'ash'.Mark H Weaver2013-10-032-5/+14
* Fix minor mistakes in documentation.Mark H Weaver2013-09-303-3/+3
* Fix truncated documentation for 'put-char'.Mark H Weaver2013-09-132-0/+2
* 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