mit-scheme.git
2002-02-22 Chris HansonEliminate non-hygienic macros.
2002-02-22 Chris HansonEliminate non-hygienic macros.
2002-02-22 Chris HansonEliminate non-hygienic macros.
2002-02-22 Chris HansonEliminate non-hygienic macros.
2002-02-22 Chris HansonEliminate non-hygienic macros.
2002-02-22 Chris HansonEliminate non-hygienic macros.
2002-02-22 Chris HansonEliminate non-hygienic macros.
2002-02-22 Chris HansonEliminate non-hygienic macros.
2002-02-22 Chris HansonIf a synthetic identifier is bound at top level, rename...
2002-02-22 Chris HansonDon't close the identifier of a definition.
2002-02-21 Chris HansonFix FIND-DIR-NODE-FILES, which was returning the pathna...
2002-02-21 Chris HansonUpdate copyright statement.
2002-02-19 Chris HansonIn STRIP-SYNTACTIC-CLOSURES, don't copy the argument...
2002-02-19 Chris HansonIn STRIP-SYNTACTIC-CLOSURES, don't copy the argument...
2002-02-19 Chris HansonFix typo in previous change.
2002-02-19 Chris HansonFix some missing syntax: FLUID-LET must allow (access...
2002-02-19 Chris HansonAdd "unknown-8bit" to list of known character sets.
2002-02-16 Chris HansonEliminate non-hygienic macros.
2002-02-16 Chris HansonEliminate non-hygienic macros.
2002-02-16 Chris HansonEliminate non-hygienic macros.
2002-02-14 Chris HansonChange most instruction-set macros to use reverse synta...
2002-02-14 Chris HansonMake sure that all expressions are properly closed.
2002-02-14 Chris HansonFix bug: name->foo procedures no longer accept string...
2002-02-14 Chris HansonMake sure that all expressions are properly closed.
2002-02-13 Chris HansonMake sure that all expressions are properly closed.
2002-02-13 Chris HansonEliminate non-hygienic macros.
2002-02-13 Chris HansonEliminate non-hygienic macros.
2002-02-13 Chris HansonFix bug: WITH-INSTANCE-VARIABLES should have used
2002-02-13 Chris HansonRename MAKE-NULL-TOP-LEVEL-ENVIRONMENT to MAKE-ROOT...
2002-02-13 Chris HansonModify CASE syntactic keyword to generate better code...
2002-02-13 Chris HansonAdd descriptions of new environment operations.
2002-02-12 Chris HansonAdd descriptions of new environment operations.
2002-02-12 Chris HansonDon't signal error from ENVIRONMENT-LOOKUP-MACRO if...
2002-02-12 Chris HansonAdd aliases:
2002-02-12 Chris HansonMake changes related to new syntax engine.
2002-02-12 Chris HansonEliminate non-hygienic macros.
2002-02-12 Chris HansonDon't close the identifier of a definition.
2002-02-12 Chris HansonImplement REVERSE-SYNTACTIC-ENVIRONMENTS. Add bindings for
2002-02-12 Chris HansonEliminate non-hygienic macros.
2002-02-12 Chris HansonEliminate non-hygienic macros.
2002-02-10 Chris HansonDon't close the identifier of a definition.
2002-02-09 Chris HansonDon't close the identifier of a definition.
2002-02-09 Chris HansonDon't close the identifier of a definition.
2002-02-09 Chris HansonDon't close the identifier of a definition.
2002-02-09 Chris HansonUse CLOSE-SYNTAX where possible.
2002-02-08 Chris HansonChange renaming algorithm to treat synthetic identifier...
2002-02-08 Chris HansonEliminate non-hygienic macros.
2002-02-08 Chris HansonEliminate instances of FALSE.
2002-02-08 Chris HansonAdd missing macro imports.
2002-02-08 Chris HansonEliminate non-hygienic macros.
2002-02-08 Chris HansonFix error message in PARSE-MIT-LAMBDA-LIST.
2002-02-07 Chris HansonEliminate non-hygienic macros.
2002-02-05 Chris HansonAdd notes regarding anonymous macro transformers and...
2002-02-05 Chris HansonFix bug: top-level syntax definition was being loaded...
2002-02-05 Chris HansonSecond draft of macro documentation includes section...
2002-02-04 Chris HansonInitial draft of macro documentation.
2002-02-04 Chris HansonInitial draft of macro documentation.
2002-02-04 Chris HansonFix fatal bug in previous revision.
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?.
next