summaryrefslogtreecommitdiff
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Web: accept "UTC" as the zone offset in date headers.Mark H Weaver2013-11-191-0/+2
* Add procedures to convert alists into hash tables.David Thompson2013-11-182-0/+46
* Convert guile exceptions to R6RS conditions in R6RS exception handlers.Mark H Weaver2013-11-181-15/+145
* Improve error when 'include' form with relative path is not in a file.Mark H Weaver2013-11-182-4/+17
* 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-121-1/+2
* Improve error reporting of procedures defined by define-inlinable.Mark H Weaver2013-09-122-0/+4
* 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
* `write-request-line' always prints a path component.Ian Price2013-08-191-6/+3
* Improve run-time error reporting in (ice-9 match).Mark H Weaver2013-08-153-3/+7
* 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
* Fix numerator and denominator handling of signed zeroes and infinities.Mark H Weaver2013-08-091-13/+2
* Decompiler: fix handling of empty 'case-lambda' expressions.Mark H Weaver2013-08-071-1/+1
* Optimize R6RS bitwise operators.Mark H Weaver2013-07-211-59/+22
* Add support for HTTP proxies.Mark H Weaver2013-07-162-3/+36
* Fix R6RS 'fixnum-width'.Mark H Weaver2013-07-161-2/+5
* Update copyright dates of recently-changed R6RS bitwise/flonums files.Mark H Weaver2013-07-162-2/+2
* Fix 'fxbit-count' for negative arguments.Mark H Weaver2013-07-161-2/+7
* Flonum operations always return flonums.Mark H Weaver2013-07-161-13/+26
* flfinite? applied to a NaN returns false.Mark H Weaver2013-07-161-1/+1
* flonum? returns false for complex number objects.Mark H Weaver2013-07-161-1/+1
* Allow fl+ and fl* to accept zero arguments.Mark H Weaver2013-07-161-8/+6
* Fix 'bitwise-bit-count' for negative arguments.Mark H Weaver2013-07-141-1/+5
* Print the faulty object upon invalid-keyword errors.Ludovic Courtès2013-06-042-3/+8
* web: uri-encode hexadecimal percent-encoding is now uppercaseAleix Conchillo Flaque2013-05-021-5/+6
* Consume a peeked EOF at the REPL.Mark H Weaver2013-04-081-5/+2
* Add keyword arguments to file opening procedures.Mark H Weaver2013-04-071-0/+110
* Add record type printer for srfi-41.Chris K. Jester-Young2013-04-071-0/+23
* Add record type printer for srfi-45.Chris K. Jester-Young2013-04-071-1/+16
* Implement efficient 'scm_unget_bytes' and 'unget-bytevector'.Mark H Weaver2013-04-071-1/+2
* Do not scan for coding declarations in open-file.Mark H Weaver2013-04-072-8/+15
* Bump 'copyright-year' to 2013.Mark H Weaver2013-04-061-1/+1
* Remove duplicate definitions of `call/ec' and `let/ec'.Ian Price2013-04-062-26/+3
* Use a fresh cons for %stream-null.Chris K. Jester-Young2013-04-061-1/+1
* Add `call/ec' and `let/ec'.Ludovic Courtès2013-04-052-12/+31
* Revert "Add record type printers for srfi-41 and srfi-45."Chris K. Jester-Young2013-04-052-29/+2
* Add record type printers for srfi-41 and srfi-45.Chris K. Jester-Young2013-04-042-2/+29
* Nicer docstring syntax for case-lambda.Mark H Weaver2013-04-042-54/+90
* Add -C command-line option to adjust %load-compiled-path.Mark H Weaver2013-03-301-1/+15
* build: Build and check (ice-9 popen) only when --enable-posix and HAVE_FORK.Ludovic Courtès2013-03-291-4/+7
* Add SRFI-41.Chris K. Jester-Young2013-03-272-0/+483
* futures: Limit the number of nested futures on the same stack.Ludovic Courtès2013-03-271-7/+16