summaryrefslogtreecommitdiff
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Bump user-visible copyright years to 2020...Andy Wingo2020-03-072-4/+4
* Remove duplicate procedure in slot-allocation.scm....Ludovic Courtès2020-02-121-15/+12
* texinfo: Properly render @acronym in plain text....Ludovic Courtès2020-02-121-1/+12
* texinfo: Add '*line-width*' fluid to control line wrapping....Ludovic Courtès2020-02-121-4/+7
* Fix peval bug that ignored excess args...Andy Wingo2020-01-121-2/+2
* web: Update comment regarding the 'tls-wrap' port wrapper....Ludovic Courtès2020-01-031-7/+10
* REPL server: Avoid deprecated '_IOFBF'....Ludovic Courtès2019-06-301-1/+1
* ports: Export 'current-load-port'....Ludovic Courtès2019-06-301-1/+2
* Revert "web: Add support for HTTP header continuation lines."...Mark H Weaver2019-06-241-24/+7
* Remove references to 'inet-ntoa' and 'inet-aton'....Ludovic Courtès2019-06-241-2/+4
* stexi->shtml: Add support for @i, @math, @tie and @dots....Christopher Baines2019-06-181-0/+4
* Avoid regexp ranges in HTTP inter-protocol exploitation check....Mark H Weaver2019-06-181-1/+1
* web: Add support for HTTP header continuation lines....Mark H Weaver2019-06-181-7/+24
* Make 'get-bytevector-n!' suspendable....Mark H Weaver2019-06-181-45/+67
* SRFI-19: Rename 'tai-epoch-in-jd' to 'utc-epoch-in-jd'....Mark H Weaver2019-06-181-11/+11
* Fix documentation of R6RS 'binary-port?' to reflect reality....Mark H Weaver2019-06-181-5/+13
* Make 'get-bytevector-some' and 'get-bytevector-some!' suspendable....Mark H Weaver2019-06-181-1/+30
* open-pipe*: Improve performance of OPEN_BOTH mode....Mark H Weaver2019-06-181-14/+45
* Add get-bytevector-some!....Mark H Weaver2019-06-181-0/+1
* Make URI handling locale independent....Timothy Sample2019-06-041-10/+21
* Update user-visible copyright years....Mark H Weaver2019-04-162-4/+4
* Fix typo in comment....Mark H Weaver2019-04-011-1/+1
* Add a fallback value for the locale-monetary-decimal-point...Michael Gran2019-02-231-2/+2
* Fix race when expanding syntax-parameterize and define-syntax-parameter...Andy Wingo2019-02-222-172/+196
* Remove redefinition of when & unless in snarf-check-and-output-texi...Mike Gran2019-02-091-9/+1
* Support ~N in SRFI-19 string->date...Daniel Llorens2018-12-111-0/+22
* Update (ice-9 match) to include selected bug fixes from upstream....Mark H Weaver2018-11-111-7/+12
* Fix spelling of ellipsis in (ice-9 match)....Mark H Weaver2018-11-111-35/+35
* SRFI-19: Minor refactor of leap second table lookups....Mark H Weaver2018-10-241-28/+22
* SRFI-19: time-utc->date: Support non-integer nanoseconds values....Mark H Weaver2018-10-241-1/+1
* SRFI-19: Check for incompatible types in time comparisons....Mark H Weaver2018-10-211-7/+12
* SRFI-19: Fix normalization of seconds and nanoseconds in time records....Mark H Weaver2018-10-211-18/+16
* SRFI-19: Fix handling of negative years and negative julian days....Mark H Weaver2018-10-201-27/+38
* SRFI-19: Fix TAI->UTC conversions, leap second handling, etc....Mark H Weaver2018-10-201-87/+58
* Fix type inferencing for 'nil?' and 'null?' predicates....Mark H Weaver2018-10-192-9/+10
* Fix typos, indentation and error reporting in SRFI-19....Mark H Weaver2018-10-161-91/+99
* Update SRFI-19 leap second table....Mark H Weaver2018-10-161-1/+2
* time: Use #: for 'define-module' clauses....Ludovic Courtès2018-09-231-2/+2
* time: Support expressions that return any number of values....Ludovic Courtès2018-09-231-2/+2
* time: Use 'syntax-rules' instead of 'define-macro'....Ludovic Courtès2018-09-231-3/+3
* Fix R6RS call-with-{input,output}-file to open textual ports....Mark H Weaver2018-08-021-3/+3
* srfi-19: Remove unused procedure....Ludovic Courtès2018-07-241-19/+1
* Add -Wshadowed-toplevel....Ludovic Courtès2018-07-244-4/+45
* compile: Update copyright year....Ludovic Courtès2018-07-191-1/+1
* compile: Improve error message....Ludovic Courtès2018-07-191-1/+1
* compile: Add '-x' flag....Ludovic Courtès2018-07-191-1/+6
* Make srfi-71 visible through 'cond-expand'....Mark H Weaver2018-07-041-0/+2
* build: Really build srfi/srfi-71.scm....Ludovic Courtès2018-07-012-54/+2
* Update copyright years in '--version' and the manual....Ludovic Courtès2018-07-011-2/+2
* Serialize accesses to submodule hash tables....Ludovic Courtès2018-07-011-26/+32