mit-scheme.git
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.
2010-03-10 Chris HansonDisable --enable-host-scheme-test by default.
2010-03-09 Joe MarshallExpander for NOT.
2010-03-08 Joe MarshallAdd sf:enable-rewrite-nested-conditionals?
2010-03-08 Joe MarshallAdd sf:rewrite-disjunction-in-conditional.
2010-03-08 Joe MarshallFixup disjunction integration.
2010-03-08 Joe MarshallFixup conditional and disjunction construction.
2010-03-08 Joe MarshallTurn off sf:enable-true-unspecific?
2010-03-08 Joe MarshallMove EXPRESSION/UNSPECIFIC?, add EXPRESSION/PURE-TRUE...
2010-03-08 Joe MarshallMove several routines from object.scm to analyze.scm...
2010-03-08 Joe MarshallRename VARIABLE/FREE-IN-EXPRESSION? to EXPRESSION/FREE...
2010-03-08 Joe MarshallChange FREE/EXPRESSION to EXPRESSION/FREE-VARIABLES.
2010-03-08 Joe MarshallChange file for package (scode-optimizer free)
2010-03-08 Joe MarshallRename free.scm to analyze.scm before adding more stuff.
2010-03-08 Chris HansonImplement quoting to enable use of colon in directory...
2010-03-07 Taylor R CampbellFix typo in LENGTH=?.
2010-03-07 Taylor R CampbellFix some typos in recent changes to SF.
2010-03-07 Chris HansonMerge branch 'release-9.0'
2010-03-07 Chris HansonDescribe how to build a Windows executable installer.
2010-03-07 unknownUpdate for release 9.0.
2010-03-07 Chris HansonFix typos.
2010-03-07 Chris HansonDo just one arch at a time.
2010-03-07 Chris HansonMore changes for new distrib scheme.
2010-03-07 Chris HansonNew script.
2010-03-07 Chris HansonUpdate for release 9.0.
2010-03-07 Chris HansonUpdates for new binary distribution scheme.
2010-03-06 Taylor R CampbellFix (CHAR-SET->REGEXP (CHAR-SET <char>)).
2010-03-06 Taylor R CampbellOmit vestige of --enable-static-libs from microcode...
2010-03-06 Taylor R CampbellWrite FOO, not SIGFOO, with `trap' in microcode/makegen...
2010-03-03 Joe MarshallAdd code for rewriting disjunctions where the predicate...
2010-03-03 Joe MarshallMove disjunction linearization, propagate conditional...
2010-03-03 Joe MarshallIntegrate GUARANTEE-STRING.
2010-03-03 Joe MarshallMove conditional and disjunction folding and inversion...
2010-03-02 Joe MarshallDon't check untaken branches when checking for boolean...
2010-03-02 Joe MarshallSlightly smarter expansion for EQ? #F.
2010-03-02 Joe MarshallExport new bindings.
2010-03-02 Joe MarshallAdd VARIABLE/FREE-IN-EXPRESSION? Avoid collecting...
2010-03-02 Joe MarshallAdd expression/can-duplicate?
2010-03-02 Joe MarshallAdd sf:enable-true-unspecific
2010-03-02 Joe MarshallAdd some expression helpers.
2010-03-02 Joe MarshallAdd GUARANTEE-INTEGRATION-INFO.
2010-03-02 Joe MarshallAdd PP-EXPRESSION debugging utility.
2010-03-02 Joe MarshallMerge branch 'master' of ssh://git.savannah.gnu.org...
2010-03-01 Chris HansonMerge branch 'release-9.0'
2010-03-01 Joe MarshallMerge branch 'master' of ssh://git.savannah.gnu.org...
2010-03-01 Chris HansonFix problem with re-reading microcode tables on disk...
2010-02-28 Taylor R CampbellAdd sanity checks and clarify error messages in various...
2010-02-25 Joe MarshallElide conditional canonicalization.
2010-02-25 Joe MarshallElide double negatives in combinations.
2010-02-25 Joe MarshallUse length=?
2010-02-25 Joe MarshallAdd expression/call-to-not? helper function.
2010-02-25 Joe MarshallAdd length=? procedure.
2010-02-24 Joe MarshallFixup ignore declarations.
2010-02-24 Joe MarshallFixup ignores.
2010-02-24 Joe MarshallFixup ignored variables.
next