summaryrefslogtreecommitdiff
path: root/module/ice-9
Commit message (Expand)AuthorAgeFilesLines
* Bump user-visible copyright years to 2020...Andy Wingo2020-03-071-2/+2
* ports: Export 'current-load-port'....Ludovic Courtès2019-06-301-1/+2
* Make 'get-bytevector-n!' suspendable....Mark H Weaver2019-06-181-45/+67
* 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
* Update user-visible copyright years....Mark H Weaver2019-04-161-2/+2
* 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
* 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
* 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
* Add -Wshadowed-toplevel....Ludovic Courtès2018-07-241-1/+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
* Make module autoloading thread-safe....Ludovic Courtès2018-06-182-35/+50
* Revert "Honor '%fresh-auto-compile'."...Ludovic Courtès2018-01-151-4/+1
* Honor '%fresh-auto-compile'....Ludovic Courtès2017-11-221-1/+4
* Print exception location only once....Ludovic Courtès2017-11-091-1/+0
* Fix bitvectors and non-zero lower bound arrays in truncated-print...Daniel Llorens2017-10-312-8/+56
* Fix sort, sort! for arrays with nonzero lower bound...Daniel Llorens2017-10-311-20/+30
* Deprecate make-struct...Andy Wingo2017-09-221-8/+0
* Use make-struct/no-tail instead of make-struct...Andy Wingo2017-09-201-30/+35
* psyntax generates calls to make-struct/no-tail...Andy Wingo2017-09-202-83/+97
* Add sandboxed evaluation facility...Andy Wingo2017-04-181-0/+1399
* Add allow-legacy-syntax-objects? parameter...Andy Wingo2017-03-282-2/+10
* Psyntax generates new syntax objects...Andy Wingo2017-03-283-848/+941
* Beginnings of psyntax switch to new syntax objects...Andy Wingo2017-03-282-2613/+2642
* Add disjoint syntax object type...Andy Wingo2017-03-281-2/+7
* Plumbing changes to rename "syntax-module"...Andy Wingo2017-03-283-7/+7
* i18n: add international sign positions to %locale-dump...Mike Gran2017-03-201-2/+6
* i18n: add debugging helper procedure for locales...Mike Gran2017-03-201-1/+67
* i18n: rename locale-monetary-digit-grouping to locale-monetary-grouping...Mike Gran2017-03-201-2/+2
* Update --version and REPL copyright years...Andy Wingo2017-03-151-2/+2
* VM support for string-set!; slimmer read-string...Andy Wingo2017-03-091-6/+13
* psyntax: Generate identifiers in a deterministic fashion....Mark H Weaver2017-03-073-44/+135
* i18n: 'number->locale-string' guesses the minimum number of decimals....Ludovic Courtès2017-03-011-13/+27
* i18n: Fix corner cases for monetary and number string conversions....Ludovic Courtès2017-03-011-14/+43
* i18n: Do not represent zero as "-0"....Ludovic Courtès2017-03-011-3/+4
* scandir: Avoid 'stat' calls on each entry....Ludovic Courtès2017-03-011-32/+26
* Favor docstrings for describing the purpose of functions....Wilfred Hughes2017-03-011-164/+104
* Better errors for odd-length keyword args...Andy Wingo2017-02-281-20/+31
* Declare module exports before loading imports...Andy Wingo2017-02-281-40/+33
* Revert "futures: Limit the number of nested futures on the same stack."...Andy Wingo2017-02-281-16/+7
* Add accept4 support...Andy Wingo2017-02-151-2/+2
* Prevent TOCTTOU bugs in suspendable ports...Andy Wingo2017-02-081-81/+86
* Fix rank 0 arrays and nested arrays in truncated-print...Daniel Llorens2017-02-071-14/+21