summaryrefslogtreecommitdiff
path: root/module/ice-9/boot-9.scm
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Honor '%fresh-auto-compile'."Ludovic Courtès2018-08-071-4/+1
* Introduce make-struct/simpleAndy Wingo2018-01-211-12/+3
* Merge until 83d4c4d622b406ec0bc9d8139ec8182fa72b5720 from stable-2.2Andy Wingo2017-11-291-1/+4
|\
| * Honor '%fresh-auto-compile'.Ludovic Courtès2017-11-221-1/+4
* | Merge until 2fe9a852fb3c6aaeef5dc9d12df3a9150eeb232a from stable-2.2Andy Wingo2017-11-291-1/+0
|\ \ | |/
| * Print exception location only once.Ludovic Courtès2017-11-091-1/+0
* | Replace "pr" struct fields with "pw" fieldsAndy Wingo2017-09-231-2/+2
* | Merge stable-2.2 into masterAndy Wingo2017-09-221-38/+35
|\ \ | |/
| * Deprecate make-structAndy Wingo2017-09-221-8/+0
| * Use make-struct/no-tail instead of make-structAndy Wingo2017-09-201-30/+35
* | Remove support for legacy syntax objects.Andy Wingo2017-05-221-7/+0
|/
* Add allow-legacy-syntax-objects? parameterAndy Wingo2017-03-281-1/+8
* Add disjoint syntax object typeAndy Wingo2017-03-281-2/+7
* Plumbing changes to rename "syntax-module"Andy Wingo2017-03-281-3/+3
* psyntax: Generate identifiers in a deterministic fashion.Mark H Weaver2017-03-071-4/+37
* Favor docstrings for describing the purpose of functions.Wilfred Hughes2017-03-011-164/+104
* Declare module exports before loading importsAndy Wingo2017-02-281-40/+33
* Avoid stacks in dynamically-bound valuesAndy Wingo2017-02-071-45/+55
* with-dynamic-state compiler and VM supportAndy Wingo2016-12-051-0/+9
* Move thread bindings to (ice-9 threads)Andy Wingo2016-10-231-0/+8
* Deferred module observers via a parameterAndy Wingo2016-10-231-18/+20
* Add -Wmacro-use-before-definitionAndy Wingo2016-06-251-2/+2
* Prevent (@ (ice-9 boot-9) x)Andy Wingo2016-06-241-0/+5
* Static default for define-module #:duplicatesAndy Wingo2016-06-231-29/+38
* Fix default-duplicate-binding-handlers for compilationAndy Wingo2016-06-231-30/+31
* Importing modules with #:select no longer grovels private bindingsAndy Wingo2016-06-211-1/+0
* Skip incompatible .go filesAndy Wingo2016-06-121-23/+35
* Load port bindings in separate (ice-9 ports) moduleAndy Wingo2016-04-151-297/+14
* Fix error in exception printer when bootstrappingAndy Wingo2016-04-131-1/+4
* Add frame-procedure-nameAndy Wingo2015-12-011-6/+5
* Merge branch 'stable-2.0'Mark H Weaver2014-09-301-7/+7
|\
| * Prevent add-to-load-path from adding duplicate entriesIan Price2014-07-301-1/+1
| * Fix problems with Windows file names that use backslashes.Eli Zaretskii2014-07-031-1/+1
| * Avoid quadratic expansion time in 'and' and 'or' macros.Mark H Weaver2014-06-041-5/+5
* | Rewrite boot-9 map to be recursive and pureAndy Wingo2014-05-011-93/+50
* | Simplify boot-9 and srfi-1 mapAndy Wingo2014-03-311-50/+15
* | Out-of-memory situations raise exceptions instead of abortingAndy Wingo2014-03-221-0/+1
* | Define a C fluid for current-warning-portAndy Wingo2014-03-221-16/+2
* | Simplify boot-9 for-each with two listsAndy Wingo2014-03-161-28/+7
* | More for-each micro-optimizationsAndy Wingo2014-03-161-16/+6
* | Fix for-each bug detecting not-a-listAndy Wingo2014-03-021-1/+2
* | Unwind-only stack overflow exceptionsAndy Wingo2014-02-201-4/+10
* | %exception-handler fluid refactorAndy Wingo2014-02-191-8/+6
* | Reimplement catch, throw, and with-throw-handlerAndy Wingo2014-02-191-79/+86
* | boot-9 boot order refactor for catch, throw, and suchAndy Wingo2014-02-191-153/+156
* | Merge commit '866af5da3d11ac4a9df44ee8c5b1781a0073c288'Andy Wingo2014-02-071-0/+58
|\ \ | |/
| * define-values: Blackhole 'dummy'; work around lack of toplevel hygiene.Mark H Weaver2014-02-021-31/+45
| * Implement R7RS 'define-values'.Mark H Weaver2014-02-021-0/+61
| * Minor for-each speedupAndy Wingo2014-01-281-11/+10
* | Merge commit 'f6ddf827f8f192af7a8cd255bd8374a0d38bbb74'Andy Wingo2014-02-071-8/+8
|\ \ | |/