mit-scheme.git
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.
2001-12-17 Chris HansonAthlon model 2 is OK as well.
2001-12-17 Chris HansonFine tune the code that decides when to use CPUID....
2001-12-17 Chris HansonFix: ia32_cache_synchronize is supposed to be an ordina...
2001-12-17 Chris HansonUse ".586p" rather than ".386p"; otherwise the CPUID...
2001-12-17 Chris HansonUse "install --preserve-timestamps" if it is available.
2001-12-17 Chris HansonFix default target; it wasn't including everything.
2001-12-17 Chris HansonChange package system to conditionalize everything...
2001-12-17 Chris HansonAllow syntax-table information to be left out of FFI...
2001-12-17 Chris HansonUpdate to reflect that things have changed since the...
2001-12-16 Chris HansonAdd explicit cache synchronization support to work...
2001-12-07 Chris HansonMust call MAP_TO_UNASSIGNED on value of definition...
2001-12-05 Chris HansonUpdate autoconf config.* files.
2001-12-03 Chris HansonAdd (sleep-for 0.1) after signalling an interrupt,...
2001-12-03 Chris HansonChange imail-forward to (by default) ask whether to...
2001-12-03 Chris HansonMerge in changes from Emacs 20 and Emacs 21. Use
2001-11-27 Chris HansonURL support no longer in runtime system; remove reference.
2001-11-27 Chris HansonChange default target so that it doesn't try to generat...
2001-11-27 Chris HansonMake another attempt to fix the problem with imports...
2001-11-26 Chris HansonUpdate FSF address.
2001-11-26 Chris HansonDistribution no longer includes "compiler.com" or ...
2001-11-26 Chris HansonDistribution no longer includes "compiler.com" or ...
2001-11-26 Chris HansonUpdate for 7.6.0 release. Rewrite release notes; updat...
2001-11-26 Chris HansonDocument M-o command. Add section describing new sort...
2001-11-26 Chris HansonDocument M-o command. Add section describing new sort...
2001-11-26 Chris HansonDocument M-o command. Add section describing new sort...
2001-11-26 Chris HansonTweak merge sort to be stable.
2001-11-26 Chris HansonWrite first draft of XML section.
2001-11-21 Chris HansonWrite first draft of Unicode section.
2001-11-21 Chris HansonChange WELL-FORMED-CODE-POINTS-LIST? to require that...
2001-11-20 Chris HansonWrite first draft of parser-macro section.
2001-11-20 Chris HansonWrite first drafter of *PARSER section.
2001-11-20 Chris HansonEliminate the "+" notation for MIT Scheme extensions...
2001-11-20 Chris HansonEliminate the "+" notation for MIT Scheme extensions...
2001-11-20 Chris HansonOptimizer wasn't deleting unused procedure-valued bindi...
2001-11-20 Chris HansonTop-level failure continuations must do backtracking.
2001-11-19 Chris HansonChange imap-url-mailbox to always be a string. The...
2001-11-18 Chris HansonChange file naming for cache files, so that it satisfie...
2001-11-18 Chris HansonChange file naming for cache files, so that it satisfie...
2001-11-17 Chris HansonFix missing "Unicode" reference.
2001-11-17 Chris HansonWrite documentation for parser-buffer abstraction.
2001-11-16 Chris HansonDocument the REXP abstraction.
2001-11-16 Chris HansonDocument the REXP abstraction.
2001-11-16 Chris HansonDocument the REXP abstraction.
2001-11-16 Chris HansonChange ASCII to ISO-8859-1 where needed. Document...
2001-11-15 Chris HansonFix bug: imported bindings in package extensions weren...
2001-11-14 Chris HansonUpdate version number for 7.6.0 release.
2001-11-14 Chris HansonFix some problems in the pointer optimization: pointers...
2001-11-14 Chris HansonFix some problems in the pointer optimization: pointers...
2001-11-14 Chris HansonChange naming of peephole optimizer. Fold all optimiza...
2001-11-14 Chris HansonChange naming of peephole optimizer. Fold all optimiza...
2001-11-14 Chris HansonAdd optimizer to elide unnecessary buffer-pointer assig...
2001-11-14 Chris HansonUpdate for name changes in runtime system:
2001-11-11 Chris HansonRuntime support for *PARSER now integrated into the...
2001-11-11 Chris HansonMove unicode support into runtime system.
2001-11-11 Chris HansonFix typo.
2001-11-11 Chris HansonMove parser-buffer abstraction into runtime system.
2001-11-11 Chris HansonReorganize code for presentation style -- no change...
2001-11-10 Chris HansonAdd comment explaining the WITH-POINTER kludge.
2001-11-09 Chris HansonImplement substitution optimizer, which does a kind...
2001-11-09 Chris HansonImplement substitution optimizer, which does a kind...
2001-11-09 Chris HansonNeed SOS loaded for proper compilation.
2001-11-06 Chris HansonAdd locking mechanism for the IMAP folder cache. There...
2001-11-06 Chris HansonAdd locking mechanism for the IMAP folder cache. There...
2001-11-05 Chris HansonMake sure *PARSER is loaded for IMAIL. It's not necess...
2001-11-05 Chris HansonMove URL support back to IMAIL from the runtime system.
2001-11-05 Chris HansonMove URL support back to IMAIL from the runtime system.
2001-11-05 Chris HansonMove this back to IMAIL from the runtime system. Unlik...
2001-11-05 Chris HansonAdd missing option dependencies.
2001-11-05 Chris HansonMany changes to closure analysis require incrementing...
2001-11-05 Chris HansonAdd long explanation of the analysis.
2001-11-05 Chris HansonStylistic changes.
2001-11-05 Chris HansonThree fixes that together resolve the problem of compil...
2001-11-03 Chris HansonUse new names for LIST-TRANSFORM- procedures; eliminate...
2001-11-02 Chris HansonAdd indentation bindings for new names in runtime system.
2001-11-02 Chris HansonFix bug: ENVIRONMENT-BOUND? wasn't examining ancestors of
2001-11-02 Chris HansonFix bug: ENVIRONMENT-BOUND? wasn't examining ancestors of
2001-11-02 Chris HansonRearrange code to separate out manipulation of constrai...
2001-11-02 Chris HansonAdd explicit CONDITION datatype to track the conditions...
2001-11-02 Chris HansonGuarantee that empty constraint entries are entirely...
2001-11-02 Chris HansonChange names:
next