mit-scheme.git
2002-02-03 Chris HansonUpdate version to reflect changes for new syntax engine.
2002-02-03 Chris HansonMerge hygienic-macros branch into trunk.
2002-01-29 Chris HansonUse SCHEME_COMPILER variable to allow end-user override.
2002-01-29 Chris HansonUse SCHEME_COMPILER variable to allow end-user override.
2002-01-29 Chris HansonUse SCHEME_COMPILER variable to allow end-user override.
2002-01-29 Chris HansonIn socklen_t test, must include <sys/types.h> also.
2002-01-29 Chris HansonUndefine false and true prior to including <curses...
2002-01-29 Chris HansonDon't use <stdbool.h>; it is incompatible with older...
2002-01-29 Chris HansonAdd shell script with environment variable that can...
2002-01-29 Chris HansonFix problem: don't define true and false if <stdbool...
2002-01-29 Chris HansonAdd support for cut/paste to "clipboard", which seems...
2002-01-29 Chris HansonFix FSF address.
2002-01-28 Chris HansonUpdate release version to reflect that next release...
2002-01-27 Chris HansonFix typo.
2002-01-22 Chris HansonFix bug: package name for SOS was wrong.
2002-01-12 Chris HansonAdd note about Hal's suggestion to overload o to subsum...
2002-01-12 Chris HansonMove runtime support for DEFINE-STRUCTURE into "record...
2002-01-09 Chris HansonChange remaining "syntax-table" references to "environm...
2002-01-08 Chris HansonFix naming issue right (?).
2002-01-08 Chris HansonIf reference trap has no name, print its number.
2002-01-07 Chris HansonMust do reference-trap mapping when looking things...
2002-01-07 Chris HansonDon't ever list bindings for packages.
2002-01-07 Chris HansonFix problem: only one of the places that prints binding...
2002-01-07 Chris HansonChange representation of reference trap to show kind...
2002-01-07 Chris HansonUse new environment-abstraction design to clean up...
2002-01-07 Chris HansonRedesign way that macros are integrated into environmen...
2002-01-05 Chris HansonHandle case where binding is a syntactic keyword.
2002-01-05 Chris HansonRename ENVIRONMENT-WHICH-BINDS to ENVIRONMENT-THAT...
2002-01-05 Chris HansonRename ENVIRONMENT-WHICH-BINDS to ENVIRONMENT-THAT...
2002-01-05 Chris HansonDon't unparse environments specially.
2002-01-04 Chris HansonNew procedure GUARANTEE-ENVIRONMENT.
2001-12-29 Chris HansonOops... last revision deleted a little too much.
2001-12-24 Chris HansonEliminate deep-binding FLUID-LET.
2001-12-24 Chris HansonEliminate references to UNASSIGNED?.
2001-12-23 Chris HansonFix missing string line terminators.
2001-12-23 Chris HansonFix missing string line terminators.
2001-12-23 Chris HansonEliminate all references to SYNTAX-TABLE/DEFINE. Wrap...
2001-12-22 Chris HansonStore macro definitions in environments rather than...
2001-12-22 Chris HansonStore macro definitions in environments rather than...
2001-12-22 Chris HansonFix problem: DEFINE-SYNTAX was expanding into a fixed...
2001-12-21 Chris HansonStore macro definitions in environments rather than...
2001-12-21 Chris HansonEliminate reference to SYNTAX-TABLE?.
2001-12-21 Chris HansonEliminate reference to GUARANTEE-SYNTAX-TABLE.
2001-12-21 Chris HansonStore macro definitions in environments rather than...
2001-12-21 Chris HansonEliminate references to MAKE-SYNTAX-TABLE.
2001-12-21 Chris HansonStore macro definitions in environments rather than...
2001-12-21 Chris HansonFix bug: looking up a macro returns the trap, not the...
2001-12-21 Chris HansonChange DEFINE-SYNTAX so that it emits code to define...
2001-12-21 Chris HansonImplement support for storing macro transformers in...
2001-12-21 Chris HansonFix problem: this file was being syntaxed in the (RUNTI...
2001-12-21 Chris HansonFix comment.
2001-12-20 Chris HansonEliminate MACRO special form.
2001-12-20 Chris HansonEliminate MACRO special form.
2001-12-20 Chris HansonEliminate references to THE-ENVIRONMENT.
2001-12-20 Chris HansonEliminate DEFINE-MACRO special form.
2001-12-20 Chris HansonEliminate definition of SCODE-QUOTE.
2001-12-20 Chris HansonFix over-long lines.
2001-12-20 Chris HansonEliminate references to THE-ENVIRONMENT.
2001-12-20 Chris HansonEliminate references to THE-ENVIRONMENT.
2001-12-20 Chris HansonEliminate references to MAKE-ENVIRONMENT.
2001-12-20 Chris HansonEliminate IN-PACKAGE and USING-SYNTAX special forms.
2001-12-20 Chris HansonEliminate IN-PACKAGE and USING-SYNTAX special forms.
2001-12-20 Chris HansonEliminate references to SYNTAX-TABLE-DEFINE and SYNTAX...
2001-12-20 Chris HansonEliminate references to SYSTEM-GLOBAL-SYNTAX-TABLE.
2001-12-20 Chris HansonEliminate references to SYSTEM-GLOBAL-SYNTAX-TABLE.
2001-12-20 Chris HansonFix bug: compiler was being syntaxed in wrong environment.
2001-12-20 Chris HansonFix missing bindings for UCODE-PRIMITIVE and UCODE...
2001-12-20 Chris HansonFix problem caused by SCode-manipulating macro being...
2001-12-20 Chris HansonFix problem caused by SCode-manipulating macro being...
2001-12-20 Chris HansonFix dangling reference to SF/SET-DEFAULT-SYNTAX-TABLE!.
2001-12-20 Chris HansonEliminate references to SYNTAX-TABLE/SYSTEM-INTERNAL.
2001-12-20 Chris HansonEliminate references to SYNTAX-TABLE/SYSTEM-INTERNAL.
2001-12-20 Chris HansonEliminate COMPILER:ENABLE-EXPANSION-DECLARATIONS? and...
2001-12-20 Chris HansonRemove unused definitions of DEFINE-EARLY-TRANSFORMER...
2001-12-20 Chris HansonRemove unused EQ-SUBSET? definitions.
2001-12-19 Chris HansonEliminate references to SYNTAX-TABLE/SYSTEM-INTERNAL.
2001-12-19 Chris HansonEliminate references to SYNTAX-TABLE/SYSTEM-INTERNAL.
2001-12-19 Chris HansonEliminate references to SYNTAX-TABLE/SYSTEM-INTERNAL.
2001-12-19 Chris HansonRemove explicit references to syntax tables.
2001-12-19 Chris HansonEliminate references to SYNTAX-TABLE/SYSTEM-INTERNAL.
2001-12-19 Chris HansonChange cache serialization to do condition testing...
2001-12-19 Chris HansonDelete SF/SET-DEFAULT-SYNTAX-TABLE!.
2001-12-19 Chris HansonExcise syntax tables from the REPL.
2001-12-19 Chris HansonReimplement EXTEND-INTERPRETER-ENVIRONMENT and
2001-12-19 Chris HansonMove SYNTAXER/DEFAULT-ENVIRONMENT into the syntaxer.
2001-12-19 Chris HansonMove SYNTAXER/DEFAULT-ENVIRONMENT into the syntaxer.
2001-12-19 Chris HansonChange references to LOCAL-ASSIGNMENT and LEXICAL-...
2001-12-19 Chris HansonChange references to LOCAL-ASSIGNMENT and LEXICAL-...
2001-12-19 Chris HansonUse default syntax table for LOAD.
2001-12-19 Chris HansonChange order of names in renaming export declaration...
2001-12-19 Chris HansonRename references to SCode variable abstraction. Elimi...
2001-12-19 Chris HansonChange references to LOCAL-ASSIGNMENT and LEXICAL-...
2001-12-19 Chris HansonRename references to SCode variable abstraction.
2001-12-19 Chris HansonRename references to SCode variable abstraction. Elimi...
2001-12-19 Chris HansonEliminate unnecessary use of LEXICAL-UNREFERENCEABLE?.
2001-12-19 Chris HansonUse ENVIRONMENT-DEFINE in place of LOCAL-ASSIGNMENT.
2001-12-19 Chris HansonImplement ENVIRONMENT-DEFINE and ENVIRONMENT-ASSIGNED...
2001-12-18 Chris HansonRename references to SCode variable abstraction.
2001-12-18 Chris HansonUse default syntax table for LOAD.
2001-12-18 Chris HansonAllow syntax table to be explicitly defaulted.
next