mit-scheme.git
2009-11-06 Chris HansonFix typo.
2009-11-05 Chris HansonFix problem with compiler/configure: it needed to be...
2009-11-05 Chris HansonFix and simplify handling of MIT_SCHEME_EXE in top...
2009-11-05 Chris HansonAlways test for existing Scheme, except when running...
2009-11-05 Chris HansonIgnore variants on standard binary dirs.
2009-11-05 Chris HansonChanges to allow multiple architecture binaries to...
2009-11-04 Chris HansonEliminate irrelevant reference to OS/2.
2009-11-04 Chris HansonWork around problem with SDX addressing mode under...
2009-11-04 Chris HansonAllow --enable-native-code to override default code...
2009-11-03 Chris HansonFix thinko; add support for x86-64 on MacOS.
2009-11-03 Chris HansonAdd icon file for MacOS app.
2009-11-03 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-11-03 Taylor R CampbellSimplify x86-64 addressing mode syntax.
2009-11-03 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-11-03 Taylor R CampbellTreat PRIMITIVE-OBJECT-SET-TYPE as a side-effecting...
2009-11-02 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-11-02 Taylor R CampbellHook up x86-64 in the compiler and microcode's configur...
2009-11-02 Taylor R CampbellSimplify INVOCATION:PRIMITIVE for x86-64.
2009-11-02 Taylor R CampbellMake the compiler/configure script idempotent.
2009-11-02 Taylor R CampbellCheck for an existing MIT Scheme in top-level Setup...
2009-11-02 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-11-02 Taylor R CampbellEnable open-coding of most non-flonum primitives on...
2009-11-02 Taylor R CampbellAdapt rulfix.scm for x86-64.
2009-11-02 Taylor R CampbellFix various immediate operands in x86-64 LAP generation.
2009-11-02 Taylor R CampbellAnother round of clarifying signedness in x86-64 instru...
2009-11-01 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-11-01 Taylor R CampbellRestructure LIAR's lists of foldable variables and...
2009-11-01 Taylor R CampbellComment out machines/x86-64/instrf.scm.
2009-11-01 Taylor R CampbellIn x86-64 arithmetic instructions, use UNSIGNED bits...
2009-10-31 Taylor R CampbellAlign stack to 16 byte boundary in x86-64's C_to_interface.
2009-10-31 Taylor R CampbellFix another bug in IMUL: the 3-operand, >8-bit opcode...
2009-10-30 Taylor R CampbellFix bug in IMUL L/Q rules: immediate operand is a long...
2009-10-30 Taylor R CampbellImplement microcode auxiliaries for AMD x86-64 compiled...
2009-10-30 Taylor R CampbellAdapt general LAP generation rules to AMD x86-64.
2009-10-30 Taylor R CampbellDisable i386 LAP optimizer for AMD x86-64.
2009-10-30 Taylor R CampbellWrite instruction rules for the general AMD x86-64...
2009-10-30 Taylor R CampbellWrite machine parameters and instruction syntaxer for...
2009-10-22 Taylor R CampbellFix bug in recent transformations that caused inadverte...
2009-10-21 Taylor R CampbellFix ADD-DEFAULTED-SUBPROBLEMS! to use the model's origi...
2009-10-20 Taylor R CampbellFix argument order bug in integrated parameter deletion.
2009-10-09 Taylor R CampbellMake AUTOMAGIC-INTEGRATIONS search recursively, so...
2009-10-07 Taylor R CampbellUse x86-64 pathnames for x86-64 back end's packaging...
2009-10-07 Taylor R CampbellCopy i386 back end to begin x86-64 back end for LIAR.
2009-10-07 Taylor R CampbellClose some procedures whose closing blocks are expressi...
2009-10-01 Taylor R CampbellReverse sense of ordering in argument type string to...
2009-09-28 Chris HansonAdd grep spencer1 tests.
2009-09-28 Chris HansonAvoid infinite loop for patterns like (* (SEQ)).
2009-09-28 Chris HansonRename REPEAT> to ** and REPEAT< to **? and allow singl...
2009-09-28 Chris HansonAdd grep ere tests.
2009-09-28 Chris HansonDon't count singleton sub-tests as a separate level.
2009-09-28 Chris HansonFix thinko in last change.
2009-09-28 Chris HansonChange reporting of test results to be terse when passi...
2009-09-28 Chris HansonFix thinko.
2009-09-28 Chris HansonFix bug in cold-load sequence.
2009-09-27 Chris HansonStrip angle brackets off record-type name when printing...
2009-09-27 Chris HansonFix cold-load errors.
2009-09-27 Chris HansonDon't signal compiler errors while linking.
2009-09-27 Chris HansonAdd tests for regsexp.
2009-09-27 Chris HansonBuild unit-test framework.
2009-09-27 Chris HansonAdd notices and comments to test files.
2009-09-26 Chris HansonMove *parser tests to new tests directory.
2009-09-26 Chris HansonMove XML tests to new tests directory.
2009-09-26 Chris HansonAdd some tests; these are mostly old and not automated.
2009-09-26 Chris HansonFix definition of FNV hash. Thanks Taylor!
2009-09-26 Chris HansonSimplify definitions of core object lengths and masks...
2009-09-24 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-09-24 Taylor R CampbellFix hygiene in top-level bindings of synthetic identifiers.
2009-09-24 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2009-09-24 Chris HansonRemove complex and unused optimizer. Change "combinati...
2009-09-24 Chris HansonWhen pretty-printing code, abbreviate quotations.
2009-09-24 Chris HansonFix thinko in previous change.
2009-09-24 Chris HansonDon't accept negative integers when converting to ulong.
2009-09-23 Taylor R CampbellEliminate unsyntaxer's logic for FLUID-LET.
2009-09-23 Taylor R CampbellTeach SF to pull LETs and BEGINs out of IF predicates.
2009-09-22 Chris HansonTweak EQUALITY-PREDICATE to do what it's called.
2009-09-22 Chris HansonEliminate keyword quote in rule patterns.
2009-09-21 Taylor R CampbellTabify recent change to sf/subst.scm, for consistency.
2009-09-21 Taylor R CampbellWhen expanding (VALUES ...) in SF, integrate the receiver.
2009-09-21 Taylor R CampbellMake SF invert LAMBDAs nested inside LETs in operator...
2009-09-21 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2009-09-21 Chris HansonUse a little currying to turn the instruction set into...
2009-09-21 Chris HansonFix bugs in regsexp. Many simple parts now work.
2009-09-21 Chris HansonFix oversight from previous change.
2009-09-20 Taylor R CampbellFix export of SYNTAX-RULES.
2009-09-20 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-09-20 Joe MarshallMove transcript off the property list.
2009-09-20 Taylor R CampbellFix bug in LET* after the recent syntax reorganization.
2009-09-20 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-09-20 Taylor R CampbellAdd missing Edwin variable IMAIL-INLINE-MIME-TEXT-LIMIT...
2009-09-20 Taylor R CampbellAdd many missing entries for Edwin commands to imail...
2009-09-20 Taylor R CampbellSignal errors with better messages in VECTOR-FIRST &c.
2009-09-20 Chris HansonRefactor syntax to break it into smaller, more coherent...
2009-09-20 Chris HansonFix some bugs in regsexp.
2009-09-20 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2009-09-20 Chris HansonAdd script to run three-stage compile.
2009-09-20 Chris HansonDon't use built-in Scheme executables; provide env...
2009-09-19 Chris HansonBack out change to disable type checks for accessors...
2009-09-19 Chris HansonMore simplification.
2009-09-19 Chris HansonFix logic in STRING-HEAD!. Also some small tweaks.
2009-09-18 Taylor R CampbellHandle UNTERMINATED tokens in RFC822:TOKENS->STRING.
next