mit-scheme.git
2008-09-15 Chris HansonAdd missing binding.
2008-09-15 Chris HansonSplit "http-io.scm" to create new file "http-syntax...
2008-09-13 Taylor R. CampbellIn OPTIONAL-PORT, require only that if an argument...
2008-09-13 Taylor R. CampbellFix WRITE-CHAR operation in restart interface port...
2008-09-13 Taylor R. CampbellFix package name comment.
2008-09-12 Taylor R. CampbellIn SIGNAL-IO-THREAD-EVENTS, we may not always find...
2008-09-11 Taylor R. CampbellFix bug in updating folder orders after a message is...
2008-09-11 Taylor R. CampbellFix mistake in previous commit: COMPILE-DATA-FROM-FILE...
2008-09-10 Taylor R. CampbellFix compilation of non-expression data files, broken...
2008-09-10 Taylor R. CampbellChange COMPILE-SCODE/INTERNAL/HOOK into three separate...
2008-09-10 Taylor R. CampbellAdd an optional argument to TEMPORARY-FILE-PATHNAME...
2008-09-09 Taylor R. CampbellImplement FLUSH-OUTPUT and DISCRETIONARY-FLUSH-OUTPUT...
2008-09-09 Chris HansonFix typo in WRITE-DECODED-TIME-AS-CTIME.
2008-09-09 Chris HansonRename DECODED-TIME->GMT to DECODED-TIME->UTC.
2008-09-09 Taylor R. CampbellUse the IMAIL-SEARCH prompt history for IMAIL-SEARCH...
2008-09-09 Chris HansonFix thinko in PARSER:HOSTPORT.
2008-09-09 Chris HansonImplement CONDITION-TYPE:DECODE-BASE64.
2008-09-09 Taylor R. CampbellClarify IMAP MIME body sections, which are confusing...
2008-09-09 Chris HansonAdjustments to help support HTTP. Deleted these proced...
2008-09-09 Chris HansonImplement STRUCTURE-PARSER-VALUES.
2008-09-09 Chris HansonFix typo in RFC 850 date parser.
2008-09-08 Taylor R. CampbellWhen walking the body of a message/rfc822 body to inser...
2008-09-08 Taylor R. CampbellEnsure a blank line before each boundary. Don't break...
2008-09-08 Chris HansonAdd DISQUALIFY keyword.
2008-09-08 Chris HansonImplement MATCH keyword: like QUOTE but generates a...
2008-09-08 Taylor R. CampbellRefactor MIME support,
2008-09-08 Chris HansonRebind forward/backward-paragraph to same commands...
2008-09-07 Chris HansonRewrite of LIST-PARSER to be more general. Now there...
2008-09-04 Taylor R. CampbellImplement kludges to incrementally expand and contract...
2008-09-03 Taylor R. CampbellBack out earlier changes concerning a phantom race...
2008-09-03 Chris HansonRename FILTER to QUALIFY.
2008-09-03 Chris HansonImplement FILTER keyword in parser language.
2008-09-03 Chris HansonImplement LIST->LIST-PARSER-VALS and MAP-LIST-PARSER...
2008-09-03 Chris HansonImplement LIST-PARSER-VALS-REF and LIST-PARSER-VALS...
2008-09-03 Chris HansonImplement WRAP-LIST-PARSER. Implement VALUES parser...
2008-09-03 Chris HansonAdd optional argument to control whether to authenticat...
2008-09-03 Chris HansonImplement LIST-PARSER macro.
2008-09-02 Taylor R. CampbellEliminate unused parameter to DIFF-BUFFER.
2008-09-02 Taylor R. CampbellWhen parsing address lists, disregard all-whitespace...
2008-09-02 Taylor R. CampbellWhen diffing with a buffer, ignore whether it is modifi...
2008-09-02 Taylor R. CampbellUse the term `dynamic', not `ephemeral', for parts...
2008-09-01 Taylor R. CampbellIf, when resynchronizing the mapping between sequence...
2008-09-01 Taylor R. CampbellTighten synchronization with the server:
2008-08-31 Taylor R. CampbellNew generic procedure MESSAGE-PERMANENT-FLAGS returns...
2008-08-31 Taylor R. CampbellWhen computing from strings in summaries, avoid empty...
2008-08-31 Chris HansonImplement new *parser forms ENCAPSULATE* and TRANSFORM...
2008-08-31 Chris HansonImplement WRITE-MIME-TYPE.
2008-08-31 Chris HansonImplement new mechanism to simplify initialization...
2008-08-31 Chris HansonImplement new mechanism to simplify initialization...
2008-08-30 Taylor R. CampbellSimplify previous change.
2008-08-30 Taylor R. CampbellIn expansion of VALUES, number the local variables...
2008-08-30 Taylor R. CampbellUse an RFC 2822 header object, rather than a list of...
2008-08-30 Taylor R. CampbellIn IOTA, multiply the index by the increment, rather...
2008-08-29 Chris HansonFix fencepost error in parsing of months.
2008-08-29 Taylor R. CampbellChange EXPUNGE folder modification event so that it...
2008-08-29 Taylor R. CampbellIn `imail-browser-view-container', if no resource is...
2008-08-28 Taylor R. CampbellIn `vc-version-diff', ask to save the file only if...
2008-08-28 Taylor R. CampbellWhen stringifying data, declare data objects after...
2008-08-28 Taylor R. CampbellWhen reading Info files into buffers, don't visit the...
2008-08-27 Taylor R. CampbellImplement a preliminary `imail-search-summary' command...
2008-08-27 Taylor R. CampbellDon't cache message flags on disk.
2008-08-27 Taylor R. CampbellPut bci files in the library directory, not in the...
2008-08-27 Chris HansonImplement simple parser for RFC 850 date strings (neede...
2008-08-27 Chris Hansonhttpio.scm, runtime.pkg: Rename HTTP-URI to HTTP-REQUES...
2008-08-27 Chris HansonFix bug: HTTP status codes are arbitrary three-digit...
2008-08-26 Chris HansonRewrite date parsers to use *PARSER and export them...
2008-08-26 Chris HansonAdd guarantors for DECODED-TIME? and TIME-ZONE?.
2008-08-26 Chris HansonMake sure that user-agent string is an HTTP token.
2008-08-25 Taylor R. CampbellBehave as before with no prefix given to INPUT-PORT...
2008-08-25 Chris HansonExport character sets for HTTP text and token.
2008-08-25 Chris HansonRename HTTP-ENTITY to HTTP-MESSAGE.
2008-08-25 Chris HansonUse hyphens rather than underscores in user-agent string.
2008-08-25 Chris HansonAdd support for generating the HTTP date strings: requi...
2008-08-25 Chris HansonChange definition of HTTP version to that from RFC...
2008-08-25 Taylor R. CampbellWhen resynchronizing message UIDs with the server,...
2008-08-24 Taylor R. CampbellEliminate FILENAME->COMPILED-OBJECT and the call to...
2008-08-24 Taylor R. CampbellIn FASLOAD-UPDATE-SUB-BLOCKS, use DEBUG-INFO-PATHNAME...
2008-08-24 Taylor R. CampbellIgnore errors while trying to read the uidvalidity...
2008-08-24 Chris HansonChange to use new http-client support.
2008-08-24 Chris HansonReplace http-client.scm with new HTTP support. The...
2008-08-24 Chris HansonRename XML->STRING to XML->OCTETS; define alias for...
2008-08-23 Chris HansonWorkaround for (what looks like) a bug in XQuartz on...
2008-08-23 Taylor R. CampbellTrim whitespace surrounding addresses in
2008-08-22 Taylor R. CampbellDefine __ppc64__ to 1, not just to an empty token seque...
2008-08-22 Taylor R. CampbellIf __powerpc__ or __powerpc64__ is defined, define...
2008-08-21 Chris HansonName and export standard hash-table types.
2008-08-20 Chris HansonImplement HASH-TABLE/TYPE.
2008-08-19 Chris HansonMake TEXT line ending be the more generic XML-1.0 on...
2008-08-18 Chris HansonChange DETERMINE-CODING to use the new prefix mechanism...
2008-08-18 Chris HansonAdd optional argument to INPUT-PORT->PARSER-BUFFER...
2008-08-18 Chris Hansonin PROVIDE-INPUT-FEATURES, don't advertise operations...
2008-08-18 Chris HansonSimplify DETERMINE-CODING.
2008-08-18 Chris HansonUse UTF-16 surrogate support.
2008-08-18 Chris HansonExport procedures for managing UTF-16 surrogate pairs.
2008-08-17 Chris HansonFix fencepost error in UNICODE-CODE-POINT?.
2008-08-16 Taylor R. CampbellRevert previous change to close I/O ports of subprocess...
2008-08-15 Taylor R. CampbellUse MAKE-INITIALIZED-MAIL-BUFFER rather than MAKE-MAIL...
2008-08-15 Taylor R. CampbellNew procedure MAKE-INITIALIZED-MAIL-BUFFER creates...
2008-08-15 Taylor R. CampbellSplit COMPUTE-MIME-MESSAGE-OUTLINE's method on <MIME...
2008-08-15 Taylor R. CampbellRearrange MIME part parsing entry points so that MIME...
next