projects
/
mit-scheme.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Carefully fix problems caused by changing char-set:graphic.
[mit-scheme.git]
/
src
/
runtime
/
2019-12-09
Chris Hanson
Eliminate use of char-set-members.
tree
|
commitdiff
2019-12-09
Chris Hanson
Eliminate use of ascii-range->char-set.
tree
|
commitdiff
2019-12-09
Chris Hanson
Change REPL to recognize and print multiple values.
tree
|
commitdiff
2019-12-09
Chris Hanson
Eliminate use of list-head and list-tail.
tree
|
commitdiff
2019-12-09
Chris Hanson
Eliminate use of with-values.
tree
|
commitdiff
2019-12-09
Chris Hanson
Eliminate use of map*, append-map*, append-map*!.
tree
|
commitdiff
2019-12-09
Chris Hanson
Rewrite foldX and reduceX for simplicity.
tree
|
commitdiff
2019-12-09
Chris Hanson
Eliminate use of fold-left.
tree
|
commitdiff
2019-12-09
Chris Hanson
SRFI 115 complete.
tree
|
commitdiff
2019-12-09
Chris Hanson
Pull Unicode segmentation support out of string and...
tree
|
commitdiff
2019-12-09
Chris Hanson
Implement more general zero-width assertions in the...
tree
|
commitdiff
2019-12-09
Chris Hanson
Round out the named char-set abstraction.
tree
|
commitdiff
2019-12-09
Chris Hanson
More SRFI 115 work.
tree
|
commitdiff
2019-12-09
Chris Hanson
Implement regexp-search-all and fix two typos.
tree
|
commitdiff
2019-12-03
Chris Hanson
Implement regexp replacement.
tree
|
commitdiff
2019-12-03
Chris Hanson
Add missing call to run-deferred-boot-actions.
tree
|
commitdiff
2019-12-02
Chris Hanson
Implement (w/FOO ...) patterns for SRFI 115.
tree
|
commitdiff
2019-12-02
Chris Hanson
Add support for case-folding of character sets.
tree
|
commitdiff
2019-12-02
Chris Hanson
Char-set refactor: SRFI 14 complete.
tree
|
commitdiff
2019-12-02
Chris Hanson
Char-set refactor: add another round of SRFI 14 support.
tree
|
commitdiff
2019-12-02
Chris Hanson
Char-set refactor: fill out some missing SRFI 14 proced...
tree
|
commitdiff
2019-12-02
Chris Hanson
Char-set refactor: a bunch of small internal changes.
tree
|
commitdiff
2019-12-02
Chris Hanson
Expand the ilist and ranges abstractions in preparation...
tree
|
commitdiff
2019-12-02
Chris Hanson
Reorganization in preparation for char-set refactor.
tree
|
commitdiff
2019-12-02
Chris Hanson
A bunch of renames in preparation for char-set refactor.
tree
|
commitdiff
2019-12-02
Chris Hanson
Move string-fold{,-right} into runtime.
tree
|
commitdiff
2019-12-02
Chris Hanson
Refactor regexp-rules to allow prefix arguments.
tree
|
commitdiff
2019-12-02
Chris Hanson
Rename SRE? -> VALID-SRE?.
tree
|
commitdiff
2019-12-02
Chris Hanson
Fix typo in previous commit.
tree
|
commitdiff
2019-12-01
Taylor R Campbell
Fix wrong number of arguments.
tree
|
commitdiff
2019-11-30
Chris Hanson
Collapse NFA matcher node types together.
tree
|
commitdiff
2019-11-30
Chris Hanson
Optimize follow-epsilons to reuse the same hash table.
tree
|
commitdiff
2019-11-30
Chris Hanson
Rewrite the NFA regexp interpreter into epsilon/matcher...
tree
|
commitdiff
2019-11-30
Chris Hanson
Change NFS nodes to have a clearer set of types.
tree
|
commitdiff
2019-11-30
Chris Hanson
Markup and tweaks for partial SRFI 14 support.
tree
|
commitdiff
2019-11-30
Chris Hanson
Implement NFA regexp engine and change srfi-115 to...
tree
|
commitdiff
2019-11-30
Chris Hanson
Implement char-set-size and update char-set:newline.
tree
|
commitdiff
2019-11-27
Chris Hanson
Partial implementation of SRFI 115.
tree
|
commitdiff
2019-11-27
Chris Hanson
Add character sets needed for SRFI 115.
tree
|
commitdiff
2019-11-27
Chris Hanson
Refactor regsexp for simplicity and future sharing.
tree
|
commitdiff
2019-11-27
Chris Hanson
Add define-deferred-procedure to capture a common pattern.
tree
|
commitdiff
2019-11-25
Chris Hanson
Implement complement, a predicate inverter.
tree
|
commitdiff
2019-11-25
Chris Hanson
Fix typo from earlier commit.
tree
|
commitdiff
2019-11-20
Chris Hanson
Tighten up testing of duplicate imports to ensure R7RS...
tree
|
commitdiff
2019-11-20
Chris Hanson
Change list->string to take optional start and end...
tree
|
commitdiff
2019-11-20
Chris Hanson
Allow string-builder to take a zero argument.
tree
|
commitdiff
2019-11-18
Chris Hanson
Modify string-splitter and string-trimmer to accept...
tree
|
commitdiff
2019-11-18
Chris Hanson
Change string-builder to use a vector as its buffer.
tree
|
commitdiff
2019-11-18
Chris Hanson
Implement UTF-{16,32} converters that use BOM.
tree
|
commitdiff
2019-11-18
Chris Hanson
Fix bug in parsing of cond-expand.
tree
|
commitdiff
2019-11-18
Chris Hanson
Fix warning about re-exporting imported names from...
tree
|
commitdiff
2019-11-17
Chris Hanson
Fix typo.
tree
|
commitdiff
2019-11-16
Chris Hanson
Use euclidean/ from division package as pointed out...
tree
|
commitdiff
2019-11-11
Chris Hanson
Register srfi-133 and srfi-143 for cond-expand.
tree
|
commitdiff
2019-11-11
Chris Hanson
Finish implementing SRFI 143.
tree
|
commitdiff
2019-11-05
Chris Hanson
Add some SRFI-143 renames to primitive arithmetic.
tree
|
commitdiff
2019-10-28
Chris Hanson
Implement as-needed loading of libraries on import.
tree
|
commitdiff
2019-10-27
Chris Hanson
Add implementation of simple directed graph algorithms.
tree
|
commitdiff
2019-10-27
Chris Hanson
Add ability to import a library into an existing enviro...
tree
|
commitdiff
2019-10-27
Chris Hanson
Automatically pre-register libraries in standard places.
tree
|
commitdiff
2019-10-27
Chris Hanson
Add param:hide-notifications?.
tree
|
commitdiff
2019-10-22
Chris Hanson
Preserve the initial host-library-db.
tree
|
commitdiff
2019-10-22
Chris Hanson
Create a "standard" library providing access to the...
tree
|
commitdiff
2019-10-22
Chris Hanson
Fix problems with reporting why an auto property isn...
tree
|
commitdiff
2019-10-22
Chris Hanson
Eliminate duplicate binding.
tree
|
commitdiff
2019-10-22
Chris Hanson
Don't rewrite library imports after parsing them.
tree
|
commitdiff
2019-10-22
Chris Hanson
Be more careful when checking for unquote in repl eval.
tree
|
commitdiff
2019-10-21
Chris Hanson
Furthur improve error reporting for libraries.
tree
|
commitdiff
2019-10-20
Chris Hanson
Just have one legacy library: (mit legacy runtime)
tree
|
commitdiff
2019-10-20
Chris Hanson
Improve error reporting for library imports.
tree
|
commitdiff
2019-10-20
Chris Hanson
Fix problem with syntaxing of DO.
tree
|
commitdiff
2019-10-20
Chris Hanson
Fix typo in earlier change.
tree
|
commitdiff
2019-10-07
Chris Hanson
Fix cold-load problems when cross-compiling from 10...
tree
|
commitdiff
2019-10-03
Taylor R Campbell
Fix bugs in min/max on signalling NaN inputs.
tree
|
commitdiff
2019-09-24
Chris Hanson
Change record types to be immutable.
tree
|
commitdiff
2019-09-23
Chris Hanson
Fix aliasing problem with sub-record predicates.
tree
|
commitdiff
2019-09-22
Chris Hanson
Restore compatibility with SRFI 131.
tree
|
commitdiff
2019-09-22
Chris Hanson
Refactor record layout following a suggestion from...
tree
|
commitdiff
2019-09-21
Chris Hanson
Implement any-duplicates?.
tree
|
commitdiff
2019-09-21
Chris Hanson
Fix syntax bug that showed up in syntax-rules.
tree
|
commitdiff
2019-09-03
Taylor R Campbell
Mark floenv in use so exceptions stay cleared if preempted.
tree
|
commitdiff
2019-08-26
Taylor R Campbell
If enabling fp traps for first time, clear sticky excep...
tree
|
commitdiff
2019-08-26
Taylor R Campbell
Teach continuation parser about last return code offsets.
tree
|
commitdiff
2019-08-25
Taylor R Campbell
Merge branch 'riastradh-20190113-aarch64-v6'
tree
|
commitdiff
2019-08-25
Taylor R Campbell
Work around buggy libm on NetBSD/aarch64.
tree
|
commitdiff
2019-08-25
Taylor R Campbell
Simplify flo:-inf.0 and flo:+inf.0.
tree
|
commitdiff
2019-08-24
Taylor R Campbell
Simplify flo:update-environment!.
tree
|
commitdiff
2019-08-24
Taylor R Campbell
Fix two bugs in floating-point environment.
tree
|
commitdiff
2019-08-20
Taylor R Campbell
Fix multiplication and division by purely imaginary...
tree
|
commitdiff
2019-08-20
Taylor R Campbell
Fix edge cases in ANGLE.
tree
|
commitdiff
2019-08-16
Taylor R Campbell
Merge branch 'riastradh-20181220-closentry-v12'
tree
|
commitdiff
2019-08-14
Taylor R Campbell
Add fma, fused-multiply/add.
tree
|
commitdiff
2019-08-13
Taylor R Campbell
Use a different reflect code number for compiled invoca...
origin/riastradh-20181220-closentry-v12
tree
|
commitdiff
2019-08-13
Taylor R Campbell
Split compiled entries and compiled return addresses.
tree
|
commitdiff
2019-08-13
Taylor R Campbell
Eliminate return/entry compiled invocation pun.
tree
|
commitdiff
2019-08-10
Chris Hanson
Fix thinko in previous change.
tree
|
commitdiff
2019-08-10
Chris Hanson
Change write to use datum labels only when cycles are...
tree
|
commitdiff
2019-08-10
Chris Hanson
Implement bundle delegation using a more general combin...
tree
|
commitdiff
2019-08-07
Matt Birkholz
Do not install non-existent runtime options hashtb...
tree
|
commitdiff
2019-08-07
Matt Birkholz
Punt CREF's 9.2-compatible deprecated exports syntax.
tree
|
commitdiff
next