mit-scheme.git
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.
2010-02-24 Joe MarshallFixup ignored variables.
2010-02-24 Joe MarshallFixup ignored variables.
2010-02-24 Joe MarshallRemove moribund declarations, add IGNORABLE. Add packa...
2010-02-23 Joe MarshallHandle IGNORE declarations in a much more reasonable...
2010-02-23 Joe MarshallFix particularly nasty (but rare) bug that makes ext...
2010-02-23 Joe MarshallRemove incorrect comment.
2010-02-22 Chris HansonMerge branch 'release-9.0'
2010-02-22 Chris HansonSimplify! Implement make-system-file.
2010-02-21 Chris HansonFix FSF address.
2010-02-21 Chris HansonUpdate copyright dates.
2010-02-21 Chris HansonRename make-dist-files -> make-native-files.
2010-02-21 Joe MarshallMerge branch 'master' of ssh://git.savannah.gnu.org...
2010-02-21 Joe MarshallAdd NULL? to constant folding operators.
2010-02-21 Chris HansonRewrite dist scripts for so many reasons.
2010-02-19 Chris HansonAdd /pc/.
2010-02-19 Chris HansonAdd changelog.txt.
2010-02-19 Chris HansonMerge branch 'release-9.0'
2010-02-19 Chris HansonUpdate for release.
2010-02-19 Chris HansonUpdate copyright year.
2010-02-19 Chris HansonFix problem converting negative bignums to flonums.
2010-02-18 Chris HansonFix problem converting negative bignums to flonums.
2010-02-16 Chris HansonMerge in changes from release-9.0.
2010-02-16 Chris HansonRemove unused variable binding.
2010-02-16 Chris HansonInstall Taylor's patch to fix parsing of compiled inter...
2010-02-16 Chris HansonEliminate --enable-static-libs flag.
2010-02-16 Chris HansonEliminate multiple liarc builds; just use one now that...
2010-02-16 Chris HansonRename "LOG" to "changelog.txt".
2010-02-16 Taylor R CampbellFix HEXADECIMAL->VECTOR-8B.
2010-02-16 Chris HansonDon't fix constant at compile time; breaks liarc build.
2010-02-15 Taylor R CampbellIn microcode/makegen/makeinit.sh, delete Makefile.in...
2010-02-14 Taylor R CampbellDon't link prmcrypt.so against libltdl.
2010-02-14 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2010-02-14 Taylor R Campbellruntime/gdbm.scm has no INITIALIZE-PACKAGE!.
2010-02-13 Joe MarshallTypo in variable name.
2010-02-13 Taylor R CampbellMake X11 modules dynamically loadable.
2010-02-13 Joe MarshallReorganize procedures and use dispatch vector for handl...
2010-02-13 Taylor R CampbellFix thinko in last change to check realloc errors in...
2010-02-13 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2010-02-13 Taylor R CampbellTweak tparam.c and tgoto.c.
2010-02-13 Taylor R CampbellTweak microcode to build better on NetBSD.
2010-02-12 Joe MarshallSeparate global declarations from top-level declarations.
2010-02-12 Taylor R CampbellAdd some interpreter entries' names to the i386 disasse...
2010-02-12 Taylor R CampbellFix typo in i386 disassembler.
2010-02-12 Joe MarshallSuppress integration of global operators shadowed by...
2010-02-12 Joe MarshallConvert integrate/name from CPS to direct style and...
2010-02-11 Joe MarshallAdd expansion for EQ?
2010-02-11 Joe MarshallConvert usiexp.scm from CPS to direct style. Fix calle...
2010-02-10 Joe MarshallUse notifications for noise.
2010-02-10 Joe MarshallUse SRFI-1 lset routines.
2010-02-10 Joe MarshallMove combination rewriting to combination constructor...
2010-02-10 Joe MarshallSimply disjunction integration by moving disjunction...
2010-02-09 Joe MarshallCreate constructor stubs for combination, conditional...
2010-02-09 Joe MarshallMerge branch 'master' of ssh://git.savannah.gnu.org...
2010-02-09 Joe MarshallMove environment table to tables.
2010-02-09 Joe MarshallAdd guarantees, minor cleanups.
2010-02-09 Joe MarshallAdd KNOWN-DECLARATION guarantee.
2010-02-09 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2010-02-09 Chris HansonCorrectly remove runtime.com from image.
2010-02-09 Joe MarshallAdd and export CONSTANT-PROCEDURE.
2010-02-09 Joe MarshallMake guarantees for objects, improve debugging.
2010-02-09 Joe MarshallAdd IGNORABLE declaration for variables. Issue warning...
2010-02-09 Joe MarshallGet rid of block/flags, open-block/optimized, weird...
2010-02-09 Joe MarshallRemove declarations INTEGRATE-SAFELY, AUTOMAGIC-INTEGRA...
2010-02-09 Joe MarshallIgnore eager-integration-switch and eta-substitution...
2010-02-09 jrmGet rid of lsets and table. Simplify emodel.
2010-02-09 jrmRemove strange declarations.
2010-02-09 jrmAdd package comments.
2010-02-09 jrmAdd SF:DISPLAY-TOP-LEVEL-PROCEDURE-NAMES?
2010-02-09 Chris HansonMake sure that arch tar file is deleted prior to runnin...
2010-02-09 Chris HansonDon't include "runtime.com" in the image.
2010-02-09 Chris HansonFix some bugs.
2010-02-09 Chris HansonChange c32/c64 names to have common prefix with other...
2010-02-09 Chris HansonMerge doc files into binary tarballs.
2010-02-09 Chris HansonRewrite to handle new architecture and to remove the...
next