mit-scheme.git
2019-12-09 Chris HansonCarefully fix problems caused by changing char-set... master origin/master
2019-12-09 Chris HansonAdd title of SRFI.
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 HansonExtensive revision of Lists chapter in reference manual.
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 HansonConvert test-srfi-1 into a real test.
2019-12-09 Chris HansonRewrite foldX and reduceX for simplicity.
2019-12-09 Chris HansonEliminate use of fold-left.
2019-12-09 Chris HansonForce indent-tabs-mode only for Scheme files.
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-09 Taylor R CampbellUse char-set:printing, not graphic, so we can type...
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 some issues with tags generation.
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 HansonImplementation of the immutable strings of SRFI 140.
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-20 Chris HansonOn error, show a condition report instead of a conditio...
2019-11-19 Chris HansonUpdate reference manual with changes to string-{splitte...
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 usual-integrations for SRFI-143 bindings.
2019-11-05 Chris HansonAdd some SRFI-143 renames to primitive arithmetic.
2019-10-28 Chris HansonIntegrate inline tests into testing framework.
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-27 Chris HansonCreate a new directory src/libraries, to hold R7RS...
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 HansonAdd printer for bytevectors and limit printing of vectors.
2019-10-07 Chris HansonChange debug printer to print vectors correctly.
2019-10-07 Chris HansonFix cold-load problems when cross-compiling from 10...
2019-10-03 Taylor R CampbellA reader has alerted me to a caveat about IEEE 754...
2019-10-03 Taylor R CampbellFix bugs in min/max on signalling NaN inputs.
2019-10-03 Taylor R CampbellFix floating-point min/max tests, and mark them xfail.
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-22 Chris HansonTweak my special hack.
2019-09-21 Chris HansonImplement any-duplicates?.
2019-09-21 Chris HansonFix syntax bug that showed up in syntax-rules.
2019-09-18 Taylor R CampbellMerge branch 'riastradh-20190917-fixamd64uuojmp'
2019-09-18 Taylor R CampbellFix tospace/newspace confusion.
next