mit-scheme.git
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...
2001-10-04 Chris HansonMove MATCH-UTF8-CHAR-IN-ALPHABET into parser-buffer...
2001-10-04 Chris HansonDon't unnecessarily change the length of a string when...
2001-10-04 Chris HansonDon't unnecessarily change the length of a string when...
2001-10-04 Chris HansonDon't unnecessarily change the length of a string when...
2001-10-04 Chris HansonMove MATCH-UTF8-CHAR-IN-ALPHABET into parser-buffer...
2001-10-04 Chris HansonRemove all references to parser buffers.
2001-10-04 Chris HansonOptimize code to read and match characters from the...
2001-10-02 Chris HansonAdd binding for UNBIND-VARIABLE.
2001-10-01 Chris HansonFix bug that was causing some variables to erroneously...
2001-10-01 Chris HansonLeave attachment markers in the output message. The...
2001-10-01 Chris HansonUpdate for new CREF.
2001-09-30 Chris HansonMake changes related to new cache mechanism.
2001-09-29 Chris HansonSTART-PROBE-FOLDER-THREAD is being called whenever...
2001-09-29 Chris HansonDon't generate "Reading ..." messages unless actually...
2001-09-29 Chris HansonAdd disk cache for IMAP folders.
2001-09-28 Chris HansonAdd disk cache for IMAP folders.
2001-09-28 Chris HansonAdd disk cache for IMAP folders.
2001-09-28 Chris HansonImplement new command M-x imail-file-message, which...
2001-09-28 Chris HansonChange handling of file folders so that their type...
2001-09-28 Chris HansonFix bug: package parent can sometimes be the symbol...
2001-09-25 Chris HansonCREF should now be included in the install directory.
2001-09-25 Chris HansonUpdate to reflect changes to packaging.
2001-09-25 Chris HansonUpdate to reflect changes to packaging.
2001-09-25 Chris HansonRemove four more definitions that are no longer bound...
2001-09-25 Chris HansonFix bug: documentation string for M-x repeat-complex...
2001-09-25 Chris HansonEliminate calls to IMPLEMENTED-PRIMITIVE-PROCEDURE...
2001-09-25 Chris HansonFix typo in previous change.
2001-09-25 Chris HansonEliminate use of DEFINE-METHOD syntactic keyword.
2001-09-25 Chris HansonDon't open-code any of the cell primitives.
2001-09-25 Chris HansonExtensive rewriting to make type-checking more uniform...
2001-09-25 Chris HansonSplit off unchecked character comparisons, for inclusion in
2001-09-25 Chris HansonAdd type checking to all procedures, and rewrite some...
2001-09-25 Chris HansonFix bug in previous change.
2001-09-25 Chris HansonThe file "char.scm" must now be compiled early as it...
next