Carefully fix problems caused by changing char-set:graphic.
[mit-scheme.git] / src / runtime /
2019-12-09 Chris HansonEliminate use of char-set-members.
2019-12-09 Chris HansonEliminate use of ascii-range->char-set.
2019-12-09 Chris HansonChange REPL to recognize and print multiple values.
2019-12-09 Chris HansonEliminate use of list-head and list-tail.
2019-12-09 Chris HansonEliminate use of with-values.
2019-12-09 Chris HansonEliminate use of map*, append-map*, append-map*!.
2019-12-09 Chris HansonRewrite foldX and reduceX for simplicity.
2019-12-09 Chris HansonEliminate use of fold-left.
2019-12-09 Chris HansonSRFI 115 complete.
2019-12-09 Chris HansonPull Unicode segmentation support out of string and...
2019-12-09 Chris HansonImplement more general zero-width assertions in the...
2019-12-09 Chris HansonRound out the named char-set abstraction.
2019-12-09 Chris HansonMore SRFI 115 work.
2019-12-09 Chris HansonImplement regexp-search-all and fix two typos.
2019-12-03 Chris HansonImplement regexp replacement.
2019-12-03 Chris HansonAdd missing call to run-deferred-boot-actions.
2019-12-02 Chris HansonImplement (w/FOO ...) patterns for SRFI 115.
2019-12-02 Chris HansonAdd support for case-folding of character sets.
2019-12-02 Chris HansonChar-set refactor: SRFI 14 complete.
2019-12-02 Chris HansonChar-set refactor: add another round of SRFI 14 support.
2019-12-02 Chris HansonChar-set refactor: fill out some missing SRFI 14 proced...
2019-12-02 Chris HansonChar-set refactor: a bunch of small internal changes.
2019-12-02 Chris HansonExpand the ilist and ranges abstractions in preparation...
2019-12-02 Chris HansonReorganization in preparation for char-set refactor.
2019-12-02 Chris HansonA bunch of renames in preparation for char-set refactor.
2019-12-02 Chris HansonMove string-fold{,-right} into runtime.
2019-12-02 Chris HansonRefactor regexp-rules to allow prefix arguments.
2019-12-02 Chris HansonRename SRE? -> VALID-SRE?.
2019-12-02 Chris HansonFix typo in previous commit.
2019-12-01 Taylor R CampbellFix wrong number of arguments.
2019-11-30 Chris HansonCollapse NFA matcher node types together.
2019-11-30 Chris HansonOptimize follow-epsilons to reuse the same hash table.
2019-11-30 Chris HansonRewrite the NFA regexp interpreter into epsilon/matcher...
2019-11-30 Chris HansonChange NFS nodes to have a clearer set of types.
2019-11-30 Chris HansonMarkup and tweaks for partial SRFI 14 support.
2019-11-30 Chris HansonImplement NFA regexp engine and change srfi-115 to...
2019-11-30 Chris HansonImplement char-set-size and update char-set:newline.
2019-11-27 Chris HansonPartial implementation of SRFI 115.
2019-11-27 Chris HansonAdd character sets needed for SRFI 115.
2019-11-27 Chris HansonRefactor regsexp for simplicity and future sharing.
2019-11-27 Chris HansonAdd define-deferred-procedure to capture a common pattern.
2019-11-25 Chris HansonImplement complement, a predicate inverter.
2019-11-25 Chris HansonFix typo from earlier commit.
2019-11-20 Chris HansonTighten up testing of duplicate imports to ensure R7RS...
2019-11-20 Chris HansonChange list->string to take optional start and end...
2019-11-20 Chris HansonAllow string-builder to take a zero argument.
2019-11-18 Chris HansonModify string-splitter and string-trimmer to accept...
2019-11-18 Chris HansonChange string-builder to use a vector as its buffer.
2019-11-18 Chris HansonImplement UTF-{16,32} converters that use BOM.
2019-11-18 Chris HansonFix bug in parsing of cond-expand.
2019-11-18 Chris HansonFix warning about re-exporting imported names from...
2019-11-17 Chris HansonFix typo.
2019-11-16 Chris HansonUse euclidean/ from division package as pointed out...
2019-11-11 Chris HansonRegister srfi-133 and srfi-143 for cond-expand.
2019-11-11 Chris HansonFinish implementing SRFI 143.
2019-11-05 Chris HansonAdd some SRFI-143 renames to primitive arithmetic.
2019-10-28 Chris HansonImplement as-needed loading of libraries on import.
2019-10-27 Chris HansonAdd implementation of simple directed graph algorithms.
2019-10-27 Chris HansonAdd ability to import a library into an existing enviro...
2019-10-27 Chris HansonAutomatically pre-register libraries in standard places.
2019-10-27 Chris HansonAdd param:hide-notifications?.
2019-10-22 Chris HansonPreserve the initial host-library-db.
2019-10-22 Chris HansonCreate a "standard" library providing access to the...
2019-10-22 Chris HansonFix problems with reporting why an auto property isn...
2019-10-22 Chris HansonEliminate duplicate binding.
2019-10-22 Chris HansonDon't rewrite library imports after parsing them.
2019-10-22 Chris HansonBe more careful when checking for unquote in repl eval.
2019-10-21 Chris HansonFurthur improve error reporting for libraries.
2019-10-20 Chris HansonJust have one legacy library: (mit legacy runtime)
2019-10-20 Chris HansonImprove error reporting for library imports.
2019-10-20 Chris HansonFix problem with syntaxing of DO.
2019-10-20 Chris HansonFix typo in earlier change.
2019-10-07 Chris HansonFix cold-load problems when cross-compiling from 10...
2019-10-03 Taylor R CampbellFix bugs in min/max on signalling NaN inputs.
2019-09-24 Chris HansonChange record types to be immutable.
2019-09-23 Chris HansonFix aliasing problem with sub-record predicates.
2019-09-22 Chris HansonRestore compatibility with SRFI 131.
2019-09-22 Chris HansonRefactor record layout following a suggestion from...
2019-09-21 Chris HansonImplement any-duplicates?.
2019-09-21 Chris HansonFix syntax bug that showed up in syntax-rules.
2019-09-03 Taylor R CampbellMark floenv in use so exceptions stay cleared if preempted.
2019-08-26 Taylor R CampbellIf enabling fp traps for first time, clear sticky excep...
2019-08-26 Taylor R CampbellTeach continuation parser about last return code offsets.
2019-08-25 Taylor R CampbellMerge branch 'riastradh-20190113-aarch64-v6'
2019-08-25 Taylor R CampbellWork around buggy libm on NetBSD/aarch64.
2019-08-25 Taylor R CampbellSimplify flo:-inf.0 and flo:+inf.0.
2019-08-24 Taylor R CampbellSimplify flo:update-environment!.
2019-08-24 Taylor R CampbellFix two bugs in floating-point environment.
2019-08-20 Taylor R CampbellFix multiplication and division by purely imaginary...
2019-08-20 Taylor R CampbellFix edge cases in ANGLE.
2019-08-16 Taylor R CampbellMerge branch 'riastradh-20181220-closentry-v12'
2019-08-14 Taylor R CampbellAdd fma, fused-multiply/add.
2019-08-13 Taylor R CampbellUse a different reflect code number for compiled invoca... origin/riastradh-20181220-closentry-v12
2019-08-13 Taylor R CampbellSplit compiled entries and compiled return addresses.
2019-08-13 Taylor R CampbellEliminate return/entry compiled invocation pun.
2019-08-10 Chris HansonFix thinko in previous change.
2019-08-10 Chris HansonChange write to use datum labels only when cycles are...
2019-08-10 Chris HansonImplement bundle delegation using a more general combin...
2019-08-07 Matt BirkholzDo not install non-existent runtime options hashtb...
2019-08-07 Matt BirkholzPunt CREF's 9.2-compatible deprecated exports syntax.
next