projects
/
mit-scheme.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mit-scheme.git
2019-12-02
Chris Hanson
Char-set refactor: SRFI 14 complete.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-02
Chris Hanson
Char-set refactor: add another round of SRFI 14 support.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-02
Chris Hanson
Char-set refactor: fill out some missing SRFI 14 proced...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-02
Chris Hanson
Char-set refactor: a bunch of small internal changes.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-02
Chris Hanson
Expand the ilist and ranges abstractions in preparation...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-02
Chris Hanson
Reorganization in preparation for char-set refactor.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-02
Chris Hanson
A bunch of renames in preparation for char-set refactor.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-02
Chris Hanson
Move string-fold{,-right} into runtime.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-02
Chris Hanson
Refactor regexp-rules to allow prefix arguments.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-02
Chris Hanson
Rename SRE? -> VALID-SRE?.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-02
Chris Hanson
Fix some issues with tags generation.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-02
Chris Hanson
Fix typo in previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-01
Taylor R Campbell
Fix wrong number of arguments.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-30
Chris Hanson
Collapse NFA matcher node types together.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-30
Chris Hanson
Optimize follow-epsilons to reuse the same hash table.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-30
Chris Hanson
Rewrite the NFA regexp interpreter into epsilon/matcher...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-30
Chris Hanson
Change NFS nodes to have a clearer set of types.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-30
Chris Hanson
Markup and tweaks for partial SRFI 14 support.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-30
Chris Hanson
Implement NFA regexp engine and change srfi-115 to...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-30
Chris Hanson
Implement char-set-size and update char-set:newline.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-27
Chris Hanson
Partial implementation of SRFI 115.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-27
Chris Hanson
Add character sets needed for SRFI 115.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-27
Chris Hanson
Refactor regsexp for simplicity and future sharing.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-27
Chris Hanson
Add define-deferred-procedure to capture a common pattern.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-25
Chris Hanson
Implement complement, a predicate inverter.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-25
Chris Hanson
Fix typo from earlier commit.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-20
Chris Hanson
Implementation of the immutable strings of SRFI 140.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-20
Chris Hanson
Tighten up testing of duplicate imports to ensure R7RS...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-20
Chris Hanson
Change list->string to take optional start and end...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-20
Chris Hanson
Allow string-builder to take a zero argument.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-20
Chris Hanson
On error, show a condition report instead of a conditio...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-19
Chris Hanson
Update reference manual with changes to string-{splitte...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-18
Chris Hanson
Modify string-splitter and string-trimmer to accept...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-18
Chris Hanson
Change string-builder to use a vector as its buffer.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-18
Chris Hanson
Implement UTF-{16,32} converters that use BOM.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-18
Chris Hanson
Fix bug in parsing of cond-expand.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-18
Chris Hanson
Fix warning about re-exporting imported names from...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-17
Chris Hanson
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-16
Chris Hanson
Use euclidean/ from division package as pointed out...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-11
Chris Hanson
Register srfi-133 and srfi-143 for cond-expand.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-11
Chris Hanson
Finish implementing SRFI 143.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Chris Hanson
Add usual-integrations for SRFI-143 bindings.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Chris Hanson
Add some SRFI-143 renames to primitive arithmetic.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-28
Chris Hanson
Integrate inline tests into testing framework.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-28
Chris Hanson
Implement as-needed loading of libraries on import.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-27
Chris Hanson
Add implementation of simple directed graph algorithms.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-27
Chris Hanson
Add ability to import a library into an existing enviro...
commit
|
commitdiff
|
tree
|
snapshot
2019-10-27
Chris Hanson
Automatically pre-register libraries in standard places.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-27
Chris Hanson
Add param:hide-notifications?.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-27
Chris Hanson
Create a new directory src/libraries, to hold R7RS...
commit
|
commitdiff
|
tree
|
snapshot
2019-10-22
Chris Hanson
Preserve the initial host-library-db.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-22
Chris Hanson
Create a "standard" library providing access to the...
commit
|
commitdiff
|
tree
|
snapshot
2019-10-22
Chris Hanson
Fix problems with reporting why an auto property isn...
commit
|
commitdiff
|
tree
|
snapshot
2019-10-22
Chris Hanson
Eliminate duplicate binding.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-22
Chris Hanson
Don't rewrite library imports after parsing them.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-22
Chris Hanson
Be more careful when checking for unquote in repl eval.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-21
Chris Hanson
Furthur improve error reporting for libraries.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-20
Chris Hanson
Just have one legacy library: (mit legacy runtime)
commit
|
commitdiff
|
tree
|
snapshot
2019-10-20
Chris Hanson
Improve error reporting for library imports.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-20
Chris Hanson
Fix problem with syntaxing of DO.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-20
Chris Hanson
Fix typo in earlier change.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-07
Chris Hanson
Add printer for bytevectors and limit printing of vectors.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-07
Chris Hanson
Change debug printer to print vectors correctly.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-07
Chris Hanson
Fix cold-load problems when cross-compiling from 10...
commit
|
commitdiff
|
tree
|
snapshot
2019-10-03
Taylor R Campbell
A reader has alerted me to a caveat about IEEE 754...
commit
|
commitdiff
|
tree
|
snapshot
2019-10-03
Taylor R Campbell
Fix bugs in min/max on signalling NaN inputs.
commit
|
commitdiff
|
tree
|
snapshot
2019-10-03
Taylor R Campbell
Fix floating-point min/max tests, and mark them xfail.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-24
Chris Hanson
Change record types to be immutable.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-23
Chris Hanson
Fix aliasing problem with sub-record predicates.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-22
Chris Hanson
Restore compatibility with SRFI 131.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-22
Chris Hanson
Refactor record layout following a suggestion from...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-22
Chris Hanson
Tweak my special hack.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-21
Chris Hanson
Implement any-duplicates?.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-21
Chris Hanson
Fix syntax bug that showed up in syntax-rules.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-18
Taylor R Campbell
Merge branch 'riastradh-20190917-fixamd64uuojmp'
commit
|
commitdiff
|
tree
|
snapshot
2019-09-18
Taylor R Campbell
Fix tospace/newspace confusion.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-18
Taylor R Campbell
Revert "Workaround for inexplicable fatal error on...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-17
Chris Hanson
Workaround for inexplicable fatal error on macOS.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-17
Chris Hanson
Update incorrect comments.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-17
Chris Hanson
Teach fasload about cc_return objects.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-08
Chris Hanson
Adapt fegetexcept etc. workarounds to work when debuggi...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-08
Chris Hanson
Don't use MAP_TRYFIXED unless is it defined; otherwise...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-03
Taylor R Campbell
Mark floenv in use so exceptions stay cleared if preempted.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Taylor R Campbell
Open-code flonum-fma (fused multiply-add) on aarch64.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Taylor R Campbell
Fix missing ELSE (error).
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Taylor R Campbell
Fix leak of floating-point environment in test-arith...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Taylor R Campbell
If enabling fp traps for first time, clear sticky excep...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Taylor R Campbell
Cache cleared exceptions to prevent SIGFPE loop on...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Taylor R Campbell
Teach continuation parser about last return code offsets.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Taylor R Campbell
Fix store-value restarts for unassigned/unbound variabl...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Taylor R Campbell
New primitive PRIMITIVE-PROCEDURE-OPEN-CODED?.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Taylor R Campbell
Use paxctl on NetBSD to allow PROT_WRITE|PROT_EXEC.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Taylor R Campbell
Use proper m4 quotation for AC_CHECK_TOOL usage.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Chris Hanson
Tweak workaround for floating exceptions on macOS.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-25
Taylor R Campbell
Merge branch 'riastradh-20190113-aarch64-v6'
commit
|
commitdiff
|
tree
|
snapshot
2019-08-25
Taylor R Campbell
Open-code floating-point arithmetic on aarch64.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-25
Taylor R Campbell
Reduce some extraneous MOVK instructions in immediate...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-25
Taylor R Campbell
Fix set of architectures with busted fp compare exceptions.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-25
Taylor R Campbell
Work around buggy libm on NetBSD/aarch64.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-25
Taylor R Campbell
Show for which parameters the test failed.
commit
|
commitdiff
|
tree
|
snapshot
next