summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-28Convert (ice-9 session) to use hygienic macros.cky-hygienic-macrosChris K. Jester-Young1-12/+11
2013-10-27Convert (ice-9 i18n) to use hygienic macros.Chris K. Jester-Young1-31/+34
2013-10-27Convert test-suite/tests/exceptions.test to use hygienic macros.Chris K. Jester-Young1-12/+14
2013-10-20Fix optional end argument in `uniform-vector-read!'.Ian Price1-2/+2
2013-10-19Doc: 'unfold-right' takes a tail not a tail generator.Ian Price1-2/+2
2013-10-18Doc: mention vectors are self-quotingIan Price1-13/+9
2013-10-14doc: Update the section on SMOBs and memory management.Ludovic Courtès1-115/+59
2013-10-14'scm_c_read' goes through the fast path with ISO-8859-1 unbuffered ports.Ludovic Courtès1-1/+3
2013-10-03Fix edge case in 'ash'.Mark H Weaver2-4/+13
2013-10-03Revert "Fix edge case in 'ash'."Mark H Weaver2-14/+5
2013-10-03Deprecate scm_c_program_source, as it has no internal users.Andy Wingo4-10/+18
2013-10-03Fix edge case in 'ash'.Mark H Weaver2-5/+14
2013-09-30Fix minor mistakes in documentation.Mark H Weaver3-3/+3
2013-09-13Fix truncated documentation for 'put-char'.Mark H Weaver2-0/+2
2013-09-12Web: Use functional setters in extend-request and extend-response.Mark H Weaver2-14/+9
2013-09-12Web client+server: Add Content-Length header for empty bodies.Mark H Weaver2-2/+4
2013-09-12Adapt srfi-9.test to error reporting improvements; update copyright dates.Mark H Weaver2-4/+9
2013-09-12Improve error reporting of procedures defined by define-inlinable.Mark H Weaver2-0/+4
2013-09-10THANKS Alexandru CojocaruMark H Weaver1-0/+1
2013-09-10web client: HTTP methods are symbols, not strings.Mark H Weaver1-9/+9
2013-09-10Fix extend-request to preserve method and meta.Alexandru Cojocaru1-2/+5
2013-09-09psyntax: cite the paper that psyntax is based on.Mark H Weaver1-0/+6
2013-09-09Minor stylistic improvement to 'and-let*' macro.Mark H Weaver1-3/+1
2013-09-09Rewrite SRFI-2 'and-let*' using syntax-case.Mark H Weaver1-27/+27
2013-08-23Fix 'define-public' from (ice-9 curried-definitions).Mark H Weaver1-17/+10
2013-08-19Improve error checking in 'define-public' and 'module-add!'.Mark H Weaver1-1/+3
2013-08-19doc: `get-string-all' takes only one argument.Ian Price1-1/+1
2013-08-19`write-request-line' always prints a path component.Ian Price2-6/+7
2013-08-16Improved error checking in bytevector->uint-list and bytevector->sint-list.Mark H Weaver2-6/+12
2013-08-15Improve run-time error reporting in (ice-9 match).Mark H Weaver3-3/+7
2013-08-13Manual: clarify that 'append!' and 'reverse!' might not mutate.Mark H Weaver1-4/+4
2013-08-13Manual: don't promise that 'append!' will modify the existing lists.Mark H Weaver1-1/+1
2013-08-12Common numeric operations are left-to-right associative.Mark H Weaver1-23/+19
2013-08-12Numerical comparisons are not negatable.Mark H Weaver1-2/+1
2013-08-11Broken Turkish UTF-8 locale still unresolved in FreeBSD 9.1.Mark H Weaver1-4/+6
2013-08-10Fix inappropriate uses of scm_syserror in numbers.c.Mark H Weaver1-4/+5
2013-08-09dereference-pointer: check for null pointer.Mark H Weaver2-1/+11
2013-08-09Fix numerator and denominator handling of signed zeroes and infinities.Mark H Weaver4-72/+59
2013-08-07Decompiler: fix handling of empty 'case-lambda' expressions.Mark H Weaver1-1/+1
2013-08-06Fix display of symbols containing backslashes.David Kastrup1-1/+2
2013-08-06Add files from 'copysign' and 'isfinite' Gnulib modules.Mark H Weaver10-0/+891
2013-08-06VM: ash: Use SCM_SRS and handle large right shift in fast path.Mark H Weaver1-6/+5
2013-08-06Use Gnulib's 'isfinite' in numbers.c.Mark H Weaver1-15/+6
2013-08-06Use Gnulib's 'copysign' in numbers.c.Mark H Weaver1-18/+10
2013-08-06Import 'copysign' and 'isfinite' modules from Gnulib.Mark H Weaver3-2/+92
2013-08-04VM: ASM_ADD and ASM_SUB for x86: clobber _CX not "rcx".Mark H Weaver1-2/+2
2013-08-04VM: Define ASM_MUL on ARM only if SMULL instruction is supported.Mark H Weaver1-1/+17
2013-08-04VM: Implement ASM_ADD, ASM_SUB, and ASM_MUL for ARM processors.Mark H Weaver1-0/+46
2013-08-03VM: Avoid untagging inums in 'logand' and 'logior'.Mark H Weaver1-2/+4
2013-08-03VM: Add ASM_MUL for x86.Mark H Weaver1-3/+27