mit-scheme.git
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-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.
2009-09-18 Taylor R CampbellFix DBG-INFO-VECTOR? so that it accepts both new and...
2009-09-10 Joe MarshallFix integration of ACCESS where the environment is...
2009-09-10 Joe MarshallMake symbol? an integrable operator.
2009-09-08 Chris HansonImplement regular s-expressions.
2009-09-07 Chris HansonEliminate remaining uses of SET-STRING-MAXIMUM-LENGTH...
2009-09-07 Arthur A. GlecklerAdd "aag" (replacement for "savannah-arthur").
2009-09-07 Joe MarshallUse STRING-HEAD! instead of SET-STRING-MAXIMUM-LENGTH!
2009-09-07 Joe MarshallMerge branch 'master' of ssh://git.savannah.gnu.org...
2009-09-07 Joe MarshallAdd STRING-HEAD! and associated code.
2009-09-07 Chris HansonEliminate "utabmd.scm". Maybe this was an OK idea...
2009-09-06 Chris HansonUpdate make-src-files to work with git.
2009-09-06 Chris HansonFix bugs identified by clang analyzer.
2009-09-06 Joe MarshallRevert change in re SET-STRING-MAXIMUM-LENGTH
2009-09-05 Joe MarshallRevert eta-expansion change.
2009-09-05 Joe MarshallRevert eta-expansion change.
2009-09-05 Joe MarshallRevert eta-expansion change.
2009-09-05 Joe MarshallMerge branch 'master' of ssh://git.savannah.gnu.org...
2009-09-05 Joe MarshallUse DEFINE-PRIMITIVES.
2009-09-05 Joe MarshallDon't eta-expand fixed arity primitive definitions.
2009-09-05 Joe MarshallCall SUBSTRING if SET-STRING-MAXIMUM-LENGTH! doesn...
2009-09-05 Chris HansonAdd code to build a MacOSX application bundle.
2009-09-05 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2009-09-05 Chris HansonAdd support for MacOSX application bundles.
2009-09-05 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-09-03 Joe MarshallAvoid duplicate type checks in ASSQ.
2009-09-03 Taylor R CampbellFix error reporting in PARSE-DEFINE-FORM.
2009-09-03 Joe MarshallExpand calls to CADR, CDDR, etc.
2009-09-01 Chris HansonForgot to set -arch in AS_FLAGS.
2009-09-01 Chris HansonFixes to support MacOSX 10.6. Added new --with-macosx...
2009-08-30 Chris HansonRefactor XML library to support names that don't confor...
2009-08-30 Chris HansonChange "code point" to "scalar value" everywhere. ...
2009-08-30 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2009-08-30 Chris HansonAdd patterns to ignore output files in doc directory...
next