mit-scheme.git
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.
2001-12-18 Chris HansonUse default syntax table for LOAD.
2001-12-18 Chris HansonUse MAKE-CHAR-SYNTAX-TABLE rather than MAKE-SYNTAX...
2001-12-18 Chris HansonEliminate reference to SYNTAX-TABLE/SYSTEM-INTERNAL.
2001-12-18 Chris HansonAttach syntax table to (RUNTIME) environment.
2001-12-18 Chris HansonEliminate references to EDWIN-SYNTAX-TABLE and CLASS...
2001-12-18 Chris Hanson(RUNTIME URL) package must inherit from (RUNTIME).
2001-12-18 Chris HansonEliminate references to EDWIN-SYNTAX-TABLE and CLASS...
2001-12-18 Chris HansonEliminate references to syntax tables.
2001-12-18 Chris HansonUse GUARANTEE-SYNTAX-TABLE.
2001-12-18 Chris HansonDefault syntax table must be ENVIRONMENT-SYNTAX-TABLE...
2001-12-18 Chris HansonRename EXTEND-IC-ENVIRONMENT to EXTEND-INTERPRETER...
2001-12-18 Chris HansonDon't generate syntax tables automatically in EXTEND...
2001-12-18 Chris HansonExtend syntax-table abstraction so that it works on...
2001-12-18 Chris HansonUse GUARANTEE-SYNTAX-TABLE.
2001-12-18 Chris HansonCreate procedures to generate unassigned and unbound...
2001-12-18 Chris HansonReplace magic code by reference to MAKE-UNMAPPED-UNBOUN...
2001-12-18 Chris HansonCreate procedure to generate unassigned objects.
2001-12-18 Chris HansonGuarantee that source binding of an import is defined...
2001-12-18 Chris HansonDon't ever mark the source binding of a link as new...
2001-12-18 Chris HansonRestructure packaging so that all runtime-system packag...
2001-12-18 Chris HansonFix typo in comment.
next