2019-12-09 |
Chris Hanson | Carefully fix problems caused by changing char-set... master origin/master |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Add title of SRFI. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Eliminate use of char-set-members. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Eliminate use of ascii-range->char-set. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Change REPL to recognize and print multiple values. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Extensive revision of Lists chapter in reference manual. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Eliminate use of list-head and list-tail. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Eliminate use of with-values. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Eliminate use of map*, append-map*, append-map*!. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Convert test-srfi-1 into a real test. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Rewrite foldX and reduceX for simplicity. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Eliminate use of fold-left. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Force indent-tabs-mode only for Scheme files. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | SRFI 115 complete. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Pull Unicode segmentation support out of string and... |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Implement more general zero-width assertions in the... |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Round out the named char-set abstraction. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | More SRFI 115 work. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Chris Hanson | Implement regexp-search-all and fix two typos. |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Taylor R Campbell | Use char-set:printing, not graphic, so we can type... |
commit | commitdiff | tree | snapshot |
2019-12-03 |
Chris Hanson | Implement regexp replacement. |
commit | commitdiff | tree | snapshot |
2019-12-03 |
Chris Hanson | Add missing call to run-deferred-boot-actions. |
commit | commitdiff | tree | snapshot |
2019-12-02 |
Chris Hanson | Implement (w/FOO ...) patterns for SRFI 115. |
commit | commitdiff | tree | snapshot |
2019-12-02 |
Chris Hanson | Add support for case-folding of character sets. |
commit | commitdiff | tree | snapshot |
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 |
next |