mit-scheme.git
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-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...
2010-03-20 Matt BirkholzGot the (incomplete) svm1 back end complete enough...
2010-03-18 Matt BirkholzAvoid 122 warnings from gcc4.4: dereferencing type...
2010-03-17 Joe MarshallBetter handling of keywords so escaping works correctly.
2010-03-17 Joe MarshallReduce flag options to 'PREFIX, 'SUFFIX, or #F
2010-03-17 Chris HansonRemove trailing whitespace.
2010-03-17 Chris HansonFix over-long lines; remove trailing whitespace.
2010-03-17 Chris HansonExport guarantee-*-lambda-list.
2010-03-15 Joe MarshallParse keywords based on value of *keyword-style*.
2010-03-15 Joe MarshallImplement keyword objects.
2010-03-15 Joe MarshallAdd support for quoting keyword-like symbols.
2010-03-15 Joe MarshallAvoid constructing sequence-3 objects.
2010-03-15 Joe MarshallConstruct open-blocks from sequence-2.
2010-03-15 Joe MarshallRecognize open-blocks even if they appear in a sequence-2.
2010-03-14 Joe MarshallDon't track invocation count on variables.
2010-03-14 Joe MarshallInsert integrate-operator declarations when reasonable.
2010-03-14 Joe MarshallExport expression/free-variable-info and expression...
2010-03-14 Joe MarshallAdd expression/free-variable-info and expression/size.
2010-03-13 Joe MarshallFixup sequences, simplify some code, rewrite conditiona...
2010-03-13 Joe MarshallTidy up and simplify conditional/disjunction optimization.
2010-03-13 Joe MarshallAdd sf:enable-safe-integration?
2010-03-13 Joe MarshallTidy up.
2010-03-12 Joe MarshallAdd a declaration.
2010-03-12 Joe MarshallAdd expressions/equal?
2010-03-10 Joe MarshallExport sf:maximum-duplicate-expression-size and sf...
2010-03-10 Joe MarshallRemove some debugging noise.
2010-03-10 Joe MarshallMerge branch 'master' of ssh://git.savannah.gnu.org...
2010-03-10 Joe MarshallFix typos in open-block analyzers.
2010-03-10 Chris HansonMerge branch 'release-9.0'
2010-03-10 Chris HansonAdjust for new location of "all.com" file. origin/release-9.0
2010-03-10 Chris HansonMerge branch 'release-9.0'
2010-03-10 Chris HansonChange script to work properly with distributed binary...
2010-03-10 Chris HansonClean out lib/lib dir.
2010-03-10 Chris HansonMake sure band is saved in correct location.
2010-03-10 Chris HansonMerge with release-9.0 branch.
2010-03-10 Chris HansonBump version number.
2010-03-10 unknownUpdate for release 9.0.
2010-03-10 Chris HansonMerge branch 'release-9.0'
2010-03-10 Chris HansonUpdate ref manual for release.
2010-03-10 Chris HansonImplement quoting to enable use of colon in directory...
2010-03-10 Chris HansonBump version number to 9.0.1.
next