2018-05-09 |
Chris Hanson | Implement tty-error-channel and export to console I/O. |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Chris Hanson | Implement replace-binary-port! on generic I/O ports. |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Chris Hanson | Provide access to the channels in a binary port. |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Chris Hanson | Simplify console port exports. |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Chris Hanson | Implement support for stderr. |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Chris Hanson | Implement R7RS exceptions. |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Chris Hanson | Fix typo in previous change. |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Chris Hanson | Fix bug: error:file-operation couldn't work properly. |
commit | commitdiff | tree | snapshot |
2018-05-03 |
Chris Hanson | Add support for parsing nan.0, +inf.0, and -inf.0. |
commit | commitdiff | tree | snapshot |
2018-05-03 |
Chris Hanson | Update to reflect changes in runtime system. |
commit | commitdiff | tree | snapshot |
2018-05-03 |
Chris Hanson | Add procedures to generate infinities and a nan. |
commit | commitdiff | tree | snapshot |
2018-05-03 |
Chris Hanson | Don't constant-fold an application if it generates... |
commit | commitdiff | tree | snapshot |
2018-05-02 |
Chris Hanson | Implement finite?, infinite?, and nan? from R7RS. |
commit | commitdiff | tree | snapshot |
2018-05-02 |
Chris Hanson | Fix typo in previous edit. |
commit | commitdiff | tree | snapshot |
2018-05-02 |
Chris Hanson | Change rational? to be false for inf/nan. |
commit | commitdiff | tree | snapshot |
2018-05-02 |
Chris Hanson | Change printed representation of inf/nan to match R7RS. |
commit | commitdiff | tree | snapshot |
2018-05-02 |
Chris Hanson | Add support for C99 floating-point predicates. |
commit | commitdiff | tree | snapshot |
2018-05-01 |
Chris Hanson | Update documentation of booleans. |
commit | commitdiff | tree | snapshot |
2018-05-01 |
Chris Hanson | Generalize boolean=? to support multiple arguments. |
commit | commitdiff | tree | snapshot |
2018-05-01 |
Chris Hanson | Tweak char and string chapters to be closer to R7RS. |
commit | commitdiff | tree | snapshot |
2018-04-30 |
Chris Hanson | Eliminate bundle types; original design using predicate... |
commit | commitdiff | tree | snapshot |
2018-04-30 |
Chris Hanson | Convert object hasher to be a bundle. |
commit | commitdiff | tree | snapshot |
2018-04-30 |
Chris Hanson | Fix thinko as reported by Patric Jonsson. |
commit | commitdiff | tree | snapshot |
2018-04-29 |
Chris Hanson | Convert metadata tables to be bundles. |
commit | commitdiff | tree | snapshot |
2018-04-29 |
Chris Hanson | Initialize applicable records much earlier in the cold... |
commit | commitdiff | tree | snapshot |
2018-04-29 |
Chris Hanson | Clean up bundle implementation. |
commit | commitdiff | tree | snapshot |
2018-04-29 |
Chris Hanson | Revert bundle abstraction back to what we are using... |
commit | commitdiff | tree | snapshot |
2018-04-29 |
Chris Hanson | Fix typo: accidentally discarded initialization in... |
commit | commitdiff | tree | snapshot |
2018-04-29 |
Chris Hanson | Integrate applicable records into the procedure abstrac... |
commit | commitdiff | tree | snapshot |
2018-04-29 |
Chris Hanson | Add adapter for hash-object. |
commit | commitdiff | tree | snapshot |
2018-04-28 |
Chris Hanson | Implement symbol=? for R7RS. |
commit | commitdiff | tree | snapshot |
2018-04-28 |
Chris Hanson | Change hash tables to use define-record-type instead... |
commit | commitdiff | tree | snapshot |
2018-04-28 |
Chris Hanson | Fix breakage I caused with a previous refactoring. |
commit | commitdiff | tree | snapshot |
2018-04-27 |
Chris Hanson | Deprecate with-values. |
commit | commitdiff | tree | snapshot |
2018-04-27 |
Chris Hanson | Rename urtrap.scm -> reference-trap.scm. |
commit | commitdiff | tree | snapshot |
2018-04-27 |
Chris Hanson | Export scode-expression?. |
commit | commitdiff | tree | snapshot |
2018-04-26 |
Chris Hanson | Eliminate now-deprecated references to hash-table proce... |
commit | commitdiff | tree | snapshot |
2018-04-26 |
Chris Hanson | Update hash-table documentation in the reference manual. |
commit | commitdiff | tree | snapshot |
2018-04-26 |
Chris Hanson | Mark all of the hash-table renames as deprecated. |
commit | commitdiff | tree | snapshot |
2018-04-26 |
Chris Hanson | Rename hash-table-entry-type:key{/,&}datum-weak. |
commit | commitdiff | tree | snapshot |
2018-04-26 |
Chris Hanson | Fix missed reference. |
commit | commitdiff | tree | snapshot |
2018-04-25 |
Chris Hanson | Rewrite the object hashing facility. |
commit | commitdiff | tree | snapshot |
2018-04-25 |
Chris Hanson | Add type and constructors for datum-weak hash tables. |
commit | commitdiff | tree | snapshot |
2018-04-25 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
2018-04-25 |
Chris Hanson | Refactor hash-table to clean up some issues noted in... |
commit | commitdiff | tree | snapshot |
2018-04-25 |
Chris Hanson | Rename set-equality-predicate-hasher! -> set-equality... |
commit | commitdiff | tree | snapshot |
2018-04-25 |
Chris Hanson | Change keyword-option-parser to expect defaults as... |
commit | commitdiff | tree | snapshot |
2018-04-24 |
Chris Hanson | Move int:modulo to primitive-arithmetic and export it. |
commit | commitdiff | tree | snapshot |
2018-04-23 |
Chris Hanson | Standardize hash tables on SRFI-69 names and deprecate... |
commit | commitdiff | tree | snapshot |
2018-04-22 |
Chris Hanson | Make sure that run-three-stages looks at "build" before... |
commit | commitdiff | tree | snapshot |
2018-04-22 |
Chris Hanson | Eliminate remaining uses of find-matching-item. |
commit | commitdiff | tree | snapshot |
2018-04-22 |
Chris Hanson | Eliminate remaining uses of list-search-positive. |
commit | commitdiff | tree | snapshot |
2018-04-22 |
Chris Hanson | Downcase remaining symbols in the runtime system. |
commit | commitdiff | tree | snapshot |
2018-04-22 |
Chris Hanson | Change SVM compiler to use new pop-return instruction. |
commit | commitdiff | tree | snapshot |
2018-04-21 |
Chris Hanson | Implement new SVM instruction: (pop-return). |
commit | commitdiff | tree | snapshot |
2018-04-19 |
Chris Hanson | Override definition of filter so that compilation using... |
commit | commitdiff | tree | snapshot |
2018-04-16 |
Chris Hanson | Implement scode-procedure-arity so that it can be run... |
commit | commitdiff | tree | snapshot |
2018-04-16 |
Chris Hanson | Change guarantee to show context of error. |
commit | commitdiff | tree | snapshot |
2018-04-15 |
Chris Hanson | Eliminate references to now-deprecated definitions. |
commit | commitdiff | tree | snapshot |
2018-04-15 |
Chris Hanson | Put back inadvertently-deleted bindings. |
commit | commitdiff | tree | snapshot |
2018-04-15 |
Chris Hanson | Mark deprecated list procedures and also more SRFI... |
commit | commitdiff | tree | snapshot |
2018-04-15 |
Chris Hanson | Change find-{,not-}matching-items procedures to call... |
commit | commitdiff | tree | snapshot |
2018-04-15 |
Chris Hanson | Tweak indentation. |
commit | commitdiff | tree | snapshot |
2018-04-15 |
Chris Hanson | Eliminate references to various list filters in favor... |
commit | commitdiff | tree | snapshot |
2018-04-15 |
Chris Hanson | Optimize code generated for let*, let*-syntax, and... |
commit | commitdiff | tree | snapshot |
2018-04-14 |
Chris Hanson | Another round of downcasing. |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Chris Hanson | Downcase a lot more symbols and constants. |
commit | commitdiff | tree | snapshot |
2018-04-03 |
Chris Hanson | Add program to find symbols that depend on case folding. |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Chris Hanson | Downcase a lot more symbols and constants. |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Chris Hanson | Export char-changes-when-X predicates and char sets. |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Chris Hanson | Downcase more symbols and constants. |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Chris Hanson | Downcase more symbols and constants. |
commit | commitdiff | tree | snapshot |
2018-04-01 |
Chris Hanson | Downcase more symbols and constants. |
commit | commitdiff | tree | snapshot |
2018-04-01 |
Chris Hanson | Downcase more symbols and constants. |
commit | commitdiff | tree | snapshot |
2018-04-01 |
Chris Hanson | Downcase all symbols and constants. |
commit | commitdiff | tree | snapshot |
2018-04-01 |
Chris Hanson | Change *parser-canonicalize-symbols?* to affect symbols... |
commit | commitdiff | tree | snapshot |
2018-04-01 |
Chris Hanson | Downcase symbols and constants in optiondb. |
commit | commitdiff | tree | snapshot |
2018-04-01 |
Chris Hanson | Downcase symbols and constants in optiondb. |
commit | commitdiff | tree | snapshot |
2018-04-01 |
Chris Hanson | Fix bug: mime decoder wasn't properly flushing its... |
commit | commitdiff | tree | snapshot |
2018-03-31 |
Chris Hanson | Fix typo in previous change. |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Chris Hanson | Eliminate define-expr-item-compiler in favor of define... |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Chris Hanson | Move definition of access entirely into mit-syntax. |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Chris Hanson | Eliminate redundant code in cons-stream*. |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Chris Hanson | Reorder definitions in mit-macros into topical groups. |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Chris Hanson | Change spar-transformer->runtime to provide default... |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Chris Hanson | Rename :FOO syntax names so that they aren't potential... |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Chris Hanson | Tweak quasiquote implementation to use shorter names. |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Chris Hanson | Change and to be defined by syntax-rules. |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Chris Hanson | Rewrite local-declare using syntax-rules. |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Chris Hanson | Convert define-integrable, fluid-let, and paramaterize... |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Chris Hanson | Change unsyntaxer:* variables to be parameters and... |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Chris Hanson | Fix broken unsyntaxing of scode sequences. |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Chris Hanson | Make second arg to scons-set! optional. |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Chris Hanson | Refactor how keywords are matched. |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Chris Hanson | Change spar pattern (elt ...) to (subform ...). |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Chris Hanson | Rename spar*elt* to spar*subform*. |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Chris Hanson | Change pattern->spar to make * and + operators implicit... |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Chris Hanson | Eliminate special bindings for constants in pattern... |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Chris Hanson | Rewrite patterns as (elt (list ...)) rather than (list... |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Chris Hanson | Convert and-let* to scons-rule. |
commit | commitdiff | tree | snapshot |
next |