summaryrefslogtreecommitdiff
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* linker: Don't rely on out-of-range bv-ref exceptions....Ludovic Courtès2018-06-281-3/+3
* types: Recognize 'scm_t_port_type' and decode port type name....Ludovic Courtès2018-06-241-6/+30
* web: Export http-request....Arun Isaac2018-06-231-85/+80
* Make module autoloading thread-safe....Ludovic Courtès2018-06-182-35/+50
* Add SRFI 71: Extended LET-syntax for multiple values....Christopher Allan Webber2018-06-182-1/+267
* Add copyright header for (language elisp falias), and fix typo....Mark H Weaver2018-06-112-1/+21
* elisp: Fix cross-compilation support....Mark H Weaver2018-06-113-8/+27
* goops: Fix 'instance?' to work on objects that aren't structs....Mark H Weaver2018-06-111-2/+4
* Avoid inexact arithmetic in the type inferrer for 'sqrt'....Mark H Weaver2018-06-111-3/+6
* Fix type inference for bitwise logical operators....Mark H Weaver2018-06-111-61/+169
* Revert "Minor CSE run-time optimization"...Mark H Weaver2018-06-111-70/+69
* Fix eta-conversion edge cases in peval....Mark H Weaver2018-03-151-1/+5
* Recognize RISC-V compilation targets....Shea Levy2018-03-151-0/+2
* srfi-18: 'thread-sleep!' timeout-as-a-number is relative....Ludovic Courtès2018-02-161-3/+3
* srfi-18: When timeout is a number, it's a relative number of seconds....Ludovic Courtès2018-02-161-16/+28
* Revert "Honor '%fresh-auto-compile'."...Ludovic Courtès2018-01-151-4/+1
* compile: Load language modules upfront....Ludovic Courtès2017-12-221-1/+9
* Avoid generating arity-adapting zero-value conts where possible...Andy Wingo2017-12-011-6/+33
* Avoid generating arity-adapting continuations if not needed...Andy Wingo2017-11-301-6/+36