mit-scheme.git
2010-06-05 Matt BirkholzAlien address offsets are byte offsets.
2010-06-05 Matt BirkholzRestored more copyright dates.
2010-06-02 Chris HansonUse properties in RUN-SUB-TEST where appropriate. ...
2010-06-02 Chris HansonChange RUN-SUB-TEST to allow it to take properties.
2010-06-02 Chris HansonFix thinko in previous change.
2010-06-02 Chris HansonChange MAKE-RANDOM-SVL to generate empty ranges.
2010-06-02 Chris HansonChange MAKE-RANDOM-SVL to generate empty ranges.
2010-06-02 Chris HansonChange MAPPER->GENERATOR to generate empty ranges.
2010-06-02 Chris HansonChange %CANONICALIZE-SCALAR-VALUE-LIST to eliminate...
2010-06-02 Chris HansonDon't restrict character sets to Unicode characters.
2010-06-02 Chris HansonMore simplification and restyling.
2010-06-02 Chris HansonFix compilation errors. Simplify part of the code...
2010-06-02 Chris HansonFix broken reference: "load.scm" -> "make.scm".
2010-06-02 Chris HansonAdd name for CALLBACK_HANDLER slot.
2010-06-02 Chris HansonEliminate trailing whitespace.
2010-06-02 Chris HansonRestore copyright dates.
2010-06-02 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2010-06-01 Chris HansonPut back alphabet compatibility, in a different form.
2010-05-31 Matt BirkholzA fairly straightforward merge of the FFI.
2010-05-31 Chris HansonImplement SCALAR-VALUE-IN-CHAR-SET?.
2010-05-31 Chris HansonEliminate PREDICATE->CHAR-SET, and tweak documentation.
2010-05-31 Chris HansonEliminate all trace of the alphabet abstraction.
2010-05-31 Chris HansonFix swapped conditional arms in RE-COMPILE-CHAR-SET...
2010-05-31 Chris HansonMove Unicode char predicates to "char.scm".
2010-05-31 Chris HansonImprove test reporting for errors. Add boolean equalit...
2010-05-31 Chris HansonDon't restrict CHAR-SET-MEMBERS; it gets used on the...
2010-05-30 Chris HansonFix thinko.
2010-05-30 Chris HansonFix typo.
2010-05-30 Chris HansonFix fencepost error.
2010-05-30 Chris HansonAdd membership test.
2010-05-30 Chris HansonFix broken reference.
2010-05-30 Chris HansonUpdate to use new test framework.
2010-05-30 Chris HansonRefactor test infrastructure to use conditions and...
2010-05-30 Chris HansonRewrite, this time to use "signal processing" mode...
2010-05-24 Chris HansonWhen re-loading unit-testing, unlink the previous copy...
2010-05-24 Chris HansonRestructure test to use new multiple-result mechanism.
2010-05-24 Chris HansonAllow each sub-test to return multiple test results.
2010-05-24 Chris HansonUse new ASSERT-ERROR.
2010-05-24 Chris HansonFix some bugs discovered by unit testing.
2010-05-24 Chris HansonAdd LOAD-WITH-BOOT-INITS! for testing.
2010-05-24 Chris HansonGet unit tests working.
2010-05-24 Chris HansonAdd ASSERT-ERROR. Small reorganization to improve...
2010-05-24 Taylor R CampbellFix parsing of multiline comments from ports without...
2010-05-23 Taylor R CampbellFix parsing of comments.
2010-05-23 Chris HansonImplement alphabet as char-set.
2010-05-23 Chris HansonChange char-set abstraction to handle unicode.
2010-05-23 Chris HansonImplement VECTOR-HEAD!.
2010-05-23 Chris HansonRename DEFAULT_STAGE0 to STAGE0.
2010-05-10 Taylor R CampbellFix x86-64 lapgen rules for simple float offsets.
2010-04-25 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2010-04-25 Taylor R CampbellMake the m4 test in microcode/configure.ac less strict.
2010-04-25 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2010-04-25 Chris HansonFix bug: when merging register maps, if a pseudo regist...
2010-04-25 Chris HansonHandle case where INPUT-LINE port operation isn't avail...
2010-04-24 Taylor R CampbellIn dist/make-native-files, don't rmdir src/lib/lib.
2010-04-17 Taylor R CampbellUnder Linux/ELF on i386 and x86-64, mark the stack...
2010-04-17 Taylor R CampbellUse AC_MSG_ERROR rather than AC_ERROR.
2010-04-17 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2010-04-17 Taylor R CampbellMake makegen/m4.sh report m4 failure by returning 1.
2010-04-17 Taylor R CampbellIf native code is enabled, check for m4 in microcode...
2010-04-10 Matt BirkholzGot the svm1 back end to assemble... something.
2010-04-01 Joe MarshallChange keyword implementation to be based on symbols...
2010-03-31 Joe MarshallCollapse chains of CAR/CDR.
2010-03-30 Joe MarshallAdd ENCODE- and DECODE-GENERAL-CAR-CDR.
2010-03-30 Joe MarshallExport new fixnum ops and guarantees.
2010-03-30 Joe MarshallPOSITIVE-FIXNUM? and NEGATIVE-FIXNUM? and appropriate...
2010-03-30 Joe MarshallDeclare r-rename and r-compare as IGNORABLE.
2010-03-29 Joe MarshallHandle edge case of : as a symbol.
2010-03-29 Joe MarshallMake STRING-LENGTH a foldable operator.
2010-03-28 Joe MarshallCan't fold non-primitives.
2010-03-28 Joe MarshallMake SYMBOL? and SYMBOL->STRING foldable operators.
2010-03-28 Joe MarshallExport symbol->keyword.
2010-03-28 Joe MarshallAdd symbol->keyword.
2010-03-28 Joe MarshallAdd keyword-style:none to attributes.
2010-03-28 Joe MarshallAllow keyword-style attribute to be none or false....
2010-03-28 Joe MarshallTypo.
2010-03-28 Joe MarshallEnable parsing of file attributes line.
2010-03-28 Joe MarshallSupport for parsing the file attributes line.
2010-03-27 Joe MarshallAdd simple restart to sf/internal.
2010-03-27 Joe MarshallCheckpoint. Parser ready to deal with file attributs...
2010-03-26 Joe MarshallExport new control variables.
2010-03-26 Joe MarshallInitialize new control variables.
2010-03-26 Joe MarshallAdd new parser control variables.
2010-03-26 Joe MarshallSort parser control variables.
2010-03-26 Joe MarshallDelete *keyword-style*.
2010-03-26 Joe MarshallDon't export *keyword-style*.
2010-03-26 Joe MarshallBugfix and use *parser-keyword-style*.
2010-03-26 Joe MarshallUse *parser-keyword-style*.
2010-03-26 Joe MarshallAdd *parser-keyword-style*.
2010-03-24 Joe MarshallAdd stub file-attributes-line parser and hook into...
2010-03-24 Joe MarshallTrack the line count when reading.
2010-03-24 Joe MarshallNew input port operation 'INPUT-LINE.
2010-03-22 Chris HansonChange %d to %ld for pointer diffs without C99.
2010-03-22 Chris HansonUse %td only if C99 is supported.
2010-03-22 Chris HansonDetect whether C99 is supported.
2010-03-22 Matt BirkholzPruned too much from src/microcode/option.c.
2010-03-21 Taylor R CampbellUse %td, not %d, to format ptrdiff_t values with printf.
2010-03-21 Taylor R CampbellFix recent change to xwindow extra structures.
2010-03-21 Taylor R CampbellFix unary predicate assembly hooks for flonums on x86-64.
2010-03-21 Taylor R CampbellHandle non-character input events in READ-EXTENSION...
next