summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS for records and exceptions workwip-exceptionsAndy Wingo2019-11-142-3/+67
* SRFI-18 uses core exceptionsAndy Wingo2019-11-144-104/+88
* Update documentation for with-exception-handler et alAndy Wingo2019-11-135-596/+631
* Rebase throw/catch on top of raise-exception/with-exception-handlerAndy Wingo2019-11-1313-640/+1111
* Remove boot "catch" definition.Andy Wingo2019-11-071-5/+4
* Move exceptions with key and args to coreAndy Wingo2019-11-072-7/+17
* Move the core of exception objects into coreAndy Wingo2019-11-072-86/+105
* Move exception-handling routines after records in boot-9Andy Wingo2019-11-071-258/+261
* Move false-if-exception down in boot-9Andy Wingo2019-11-071-20/+27
* Move adapter between "throw" and "raise" exceptions into coreAndy Wingo2019-11-052-228/+223
* Rebase SRFI-35 on top of (ice-9 exceptions)Andy Wingo2019-11-042-179/+70
* Add (ice-9 exceptions) moduleAndy Wingo2019-11-033-116/+283
* Add `record-type-has-parent?'.Andy Wingo2019-11-032-6/+8
* Remove circularity in r6rs by rebasing conditions on core recordsAndy Wingo2019-10-304-202/+121
* Rebase R6RS records on top of core recordsAndy Wingo2019-10-295-257/+183
* Add record-type-parent definition.Andy Wingo2019-10-291-0/+5
* Add support for immutable fields in core recordsAndy Wingo2019-10-283-8/+78
* Rename final? record type flag; add support for opaque?Andy Wingo2019-10-274-21/+51
* Guile `make-record-type' supports non-generative definitionAndy Wingo2019-10-273-24/+81
* Change record type "flags" field to "properties"Andy Wingo2019-10-272-11/+11
* Fix one remaining use of make-record-type with string type nameAndy Wingo2019-10-231-1/+1
* Rebase srfi-35 conditions on top of make-record-typeAndy Wingo2019-10-232-232/+136
* make-record-type does more validation on the fieldsAndy Wingo2019-10-233-15/+45
* SRFI-9 uses make-record-typeAndy Wingo2019-10-231-12/+7
* Record accessors respect subtypingAndy Wingo2019-10-223-41/+108
* Allow records to be subtypedAndy Wingo2019-10-222-34/+98
* Fix deprecated 1-arg `make-module' in testsAndy Wingo2019-10-221-2/+2
* Deprecate two-arg `record-constructor'Andy Wingo2019-10-221-11/+18
* Re-implement (ice-9 gap-buffer) records in terms of srfi-9Andy Wingo2019-10-221-38/+24
* Remove (ice-9 channel)Andy Wingo2019-10-212-171/+0
* Refactor PEG recordsAndy Wingo2019-10-211-21/+20
* Extend `import' to allow R7RS-style srfi referencesAndy Wingo2019-09-271-7/+15
* (ice-9 safe-r5rs) fixes for bound aux syntaxAndy Wingo2019-09-272-129/+214
* (ice-9 null) also exports aux syntax, syntax-rulesAndy Wingo2019-09-271-13/+16
* Deprecate passing a non-zero size to make-moduleAndy Wingo2019-09-278-27/+29
* (ice-9 null) also re-exports core aux syntaxAndy Wingo2019-09-271-2/+2
* Avoid mutating arguments to resolve-interfaceAndy Wingo2019-09-271-23/+28
* Remove "vm" testsAndy Wingo2019-09-2724-422/+2
* Adapt ftw.test for pending test-suite changesAndy Wingo2019-09-271-1/+1
* Fix doc syntax errorAndy Wingo2019-09-271-1/+1
* Better R6RS compatibilityAndy Wingo2019-09-272-1/+7
* Add --r6rs NEWSAndy Wingo2019-09-251-0/+7
* Add --r6rs command-line optionAndy Wingo2019-09-253-2/+17
* New function: install-r6rs!Andy Wingo2019-09-252-0/+26
* Update NEWS for 2.9.5Andy Wingo2019-09-191-30/+44
* Add documentation for else, =>, _, ... aux syntaxAndy Wingo2019-09-191-0/+20
* Define top-level bindings for aux syntax: else, =>, _, ...Andy Wingo2019-09-124-4/+21
* Use "G_" as the conventional alias for gettextAndy Wingo2019-09-124-27/+32
* Optimize fixnum or s64 -> f64 conversionsAndy Wingo2019-09-0113-5/+96
* Have disassemble-file accept an optional output portDaniel Llorens2019-08-291-2/+2