mit-scheme.git
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:
2001-11-01 Chris HansonAdd hooks to generate debugging info about constraints.
2001-11-01 Chris HansonUse RVALUE/TRUE-PROCEDURE? where appropriate.
2001-11-01 Chris HansonRewrite for style.
2001-11-01 Chris HansonChange value of PROCEDURE-FREE-CALLEES so that it conta...
2001-10-30 Chris HansonChange M-x imail-file-message to default to the last...
2001-10-30 Chris HansonUse PROMPT-OPTIONS-DEFAULT-STRING to determine default...
2001-10-30 Chris HansonImplement PROMPT-OPTIONS-DEFAULT-STRING to determine...
2001-10-25 Chris HansonModern GNU/Linux implementations provide full siginfo...
2001-10-25 Chris HansonAdd code to reinitialize the floating-point control...
2001-10-25 Chris HansonAdd workaround for non-standard MIME encoding types...
2001-10-24 Chris HansonImplement RVALUE/TRUE-PROCEDURE?.
2001-10-23 Chris HansonFix problem: I was interpreting the meaning of mhash_count
2001-10-22 Chris HansonUpdate for style.
2001-10-22 Chris HansonUpdate for style.
2001-10-22 Chris HansonUpdate for style.
2001-10-22 Chris HansonAdd FLO:FINITE?.
2001-10-17 Chris HansonFix newline convention of debugging tools to match...
2001-10-16 Chris HansonFix problem in declaration parser.
2001-10-16 Chris HansonAdd *PARSER and XML options.
2001-10-16 Chris HansonFix bug: don't avoid coloring part of the graph just...
2001-10-16 Chris HansonAdd code to reuse existing buffer pointers where possible.
2001-10-16 Chris HansonOK, this time it's right. I've gone through all the...
2001-10-16 Chris HansonFix bug: don't avoid coloring part of the graph just...
2001-10-16 Chris HansonRewrite control structures again. These seem correct...
2001-10-15 Chris HansonComplete rewrite of output control structure. New...
2001-10-14 Chris HansonFix bug: large message-body parts were being stored...
2001-10-13 Chris HansonRewrite so we don't depend on matchers lifting complex...
2001-10-10 Chris HansonFix LOAD-OPTION so that a loading option can load any...
2001-10-10 Chris HansonThe parser language developed for IMAIL has been replac...
2001-10-10 Chris HansonThe parser language developed for IMAIL has been replac...
2001-10-09 Chris HansonFix quoting problem.
2001-10-09 Chris HansonFix case of symbol.
2001-10-09 Chris HansonInterpret bare string or char as self.
2001-10-09 Chris HansonInterpret bare string or char to be noise.
2001-10-05 Chris HansonRemove URL and rexp support, which are now in the runti...
2001-10-05 Chris HansonDon't forget to compile *parser and xml support.
2001-10-05 Chris HansonDon't clear the screen on restore.
2001-10-05 Chris HansonAdd URL-encoding support.
2001-10-05 Chris HansonFix copyright. Guarantee regular-expression is loaded...
2001-10-05 Chris HansonFix copyright dates.
2001-10-05 Chris HansonAdd missing file: ntdir.
2001-10-05 Chris HansonAdd rexp abstraction.
2001-10-05 Chris HansonUpdate copyright. Add comment explaining contents...
2001-10-04 Chris HansonIntegrate *PARSER and XML support into system.
2001-10-04 Chris HansonIntegrate into MIT Scheme.
2001-10-04 Chris HansonFix typo.
2001-10-04 Chris HansonIntegrate into MIT Scheme.
2001-10-04 Chris HansonIntegrate into MIT Scheme.
2001-10-04 Chris HansonImplement READ-UTF8-CODE-POINT and WRITE-UTF8-CODE...
next