mit-scheme.git
2010-02-09 Joe MarshallAdd guarantees, minor cleanups.
2010-02-09 Joe MarshallAdd KNOWN-DECLARATION guarantee.
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 HansonUpdate copyright notices for 2010.
2010-02-09 Chris HansonBump release version to 9.0.
2010-02-01 Chris HansonAdd ability to pass configure args to script.
2010-02-01 Chris HansonEliminate open-coding of QUOTIENT and REMAINDER.
2010-02-01 Chris HansonFix bug: weak-method:clean! removing entries whose...
2010-01-20 Chris HansonFix arg order to LSET-DIFFERENCE.
2010-01-03 Matt BirkholzGot the (incomplete) svm1 back end to syntax.
2009-12-26 Joe MarshallMerge branch 'master' of ssh://git.savannah.gnu.org...
2009-12-26 Chris HansonFix over-long line.
2009-12-26 Chris HansonFix MD5-UPDATE and MHASH to check their index args...
2009-12-25 Joe MarshallMinor tweak to use disjunction in conditional expansion.
2009-12-25 Arthur A. GlecklerFixed MD5 operations, e.g. `md5-string', so that they...
2009-12-23 Chris HansonTweak patterns for windows stuff.
2009-12-23 Chris HansonTweak patterns for windows stuff.
2009-12-23 Chris HansonConditionally include documentation; right now there...
2009-12-23 Chris HansonMajor overhaul in preparation for release.
2009-12-23 Chris HansonFix problems with file enumerations.
2009-12-23 Chris HansonMore updates in preparation for release.
2009-12-23 Chris HansonUse recursive-lambda icon as default on windows.
2009-12-23 Chris HansonForce working directory to user's home-dir when started...
2009-12-23 Chris HansonAdd new recursive-lambda icon for use in mac and windows.
2009-12-23 Chris HansonRestrict *.ico rule.
2009-12-21 Taylor R CampbellUpdate documentation to reflect changes concerning...
2009-12-21 Taylor R CampbellEradicate use of MAKE-EQ-HASH-TABLE.
2009-12-21 Taylor R CampbellReflect specification bug in definition of HASH-TABLE...
2009-12-21 Taylor R CampbellAdd names for hash table types with the word `weak...
2009-12-21 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-12-21 Chris HansonEliminate dist/windows, moving its contents to other...
2009-12-21 Chris HansonAdjust scripts to account for change to default band.
2009-12-21 Chris HansonTweak rule used for building weak keys, and update...
2009-12-21 Chris HansonMake sure all necessary load-time dirs and debugging...
2009-12-20 Joe MarshallAllow uninterned symbols to be weak keys.
2009-12-20 Joe MarshallEnsure weak symbols aren't removed from hash table...
2009-12-20 Chris HansonFix: W32 file-system flags can be a bignum.
2009-12-20 Taylor R CampbellTweak CUSTOM-TABLE-TYPE in hashtb.scm further.
2009-12-20 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-12-20 Taylor R CampbellFor SRFI 69's MAKE-HASH-TABLE, always yield strong...
2009-12-19 Chris HansonDon't depend on special NT_INCLUDE environment variable...
2009-12-18 Chris HansonFix thinko.
2009-12-18 Chris HansonAdd "lib" to list.
2009-12-18 Chris HansonTweak command-line options.
2009-12-18 Chris HansonWrite windows script to copy binaries into "c:\local".
2009-12-18 Chris HansonChange default library path on windows.
2009-12-18 Chris HansonChange make-lib to work more like "make install" on...
2009-12-18 Chris HansonTweak build scripts; add new script to build lib directory.
2009-12-18 Chris HansonFix windows .bat files to work without depending on...
2009-12-18 Chris HansonMust have fully lower-case makefile for windows.
2009-12-18 Chris HansonAdd more mostly windows-build patterns.
2009-12-18 Chris HansonRestore mistakenly-deleted patterns.
2009-12-18 Chris HansonAdd various build artifacts to ignore list, including...
2009-12-18 Chris HansonMove MacOS X file into macosx subdir.
2009-12-18 Chris HansonAdd files to build and distribute Windows binaries.
2009-12-14 Chris HansonConvert to use winsock2.h instead of winsock.h.
2009-12-14 Chris HansonEliminate use of C99 function copysign; should not...
2009-12-14 Chris HansonAdd missing utabmd.*.
2009-12-14 Chris HansonChange types to match Open Watcom 1.8.
2009-12-14 Chris HansonAdd declarations for external references.
2009-12-14 Chris HansonAdd better name for MacOS X app rule.
2009-12-14 Chris HansonAdd rule to make MacOS X application.
2009-12-14 Chris HansonWrap over-long line.
2009-12-14 Chris HansonWrap over-long line.
2009-12-14 Chris HansonRestructure to allow caller to override various environ...
2009-12-14 Chris HansonUse autoconf macro to capture code that computes native...
2009-12-14 Chris HansonMake sure AC_CHECK_DECL is run *after* AC_PROG_CC.
2009-12-13 Chris HansonInclude icon in app.
2009-12-13 Chris HansonUse much larger default heap size on 64-bit machines.
2009-12-13 Chris HansonUse much larger default heap size on 64-bit machines.
2009-12-13 Chris HansonWhen compiler supports x86-64, use x86-64 in preference...
2009-12-11 Taylor R CampbellFind structure field default value procedures by index...
2009-12-11 Taylor R CampbellBum case canonicalization and character input in the...
2009-12-11 Taylor R CampbellUse PRIMITIVE-OBJECT-SET-TYPE, not OBJECT-SET-TYPE...
2009-12-11 Taylor R CampbellExport ERROR:NOT-INPUT-PORT and ERROR:NOT-OUTPUT-PORT.
2009-12-10 Taylor R CampbellReduce (<= a b ...) to (and (<= a b) ...) in genio...
2009-12-09 Taylor R CampbellFix ERROR:ILLEGAL-STREAM-ELEMENT in runtime/stream...
2009-12-04 Taylor R CampbellFix bug in recent change to runtime/uenvir.scm's WALK...
2009-12-03 Taylor R CampbellUse weak pairs for some entries in obarray buckets.
2009-12-01 Taylor R CampbellFix invocation of out-of-line FIXNUM-LSH hook for i386...
2009-11-29 Matt BirkholzClean up texinfo auxiliary files (e.g. imail.aux).
2009-11-25 Joe MarshallUse port/%state in genio ports.
2009-11-25 Joe MarshallUse port/%state in stringio ports.
2009-11-24 Joe MarshallExport %char-set-member? to parser.
2009-11-24 Joe MarshallUse faster write-char when transcribing chars.
2009-11-24 Joe MarshallUse faster i/o in parse.
2009-11-24 Joe MarshallEnsure input and output are syntaxed early on.
2009-11-24 Joe MarshallExport fast input and output operations.
2009-11-24 Joe MarshallEnsure port is syntaxed before input and output.
2009-11-24 Joe MarshallAdd fast write-char and discretionary-flush.
2009-11-24 Joe MarshallAdd fast read-char and peek-char.
next