mit-scheme.git
2009-02-03 Taylor R. CampbellAsk STRING? before calling STRING-LENGTH when parsing...
2009-02-02 Taylor R. CampbellFix more mistaken references to top-level variables...
2009-02-02 Taylor R. CampbellUse SCODE/PRIMITIVE-PROCEDURE?, not PRIMITIVE-PROCEDURE...
2009-02-02 Taylor R. CampbellFix another CONS -> (UCODE-PRIMITIVE CONS).
2009-02-02 Taylor R. CampbellUse the CONS primitive, not the value of the top-level...
2009-02-02 Taylor R. CampbellWhen testing for combinations of NOT and GENERAL-CAR...
2009-02-02 Taylor R. CampbellExpand the list of declarations known to be handled...
2009-01-15 Taylor R. Campbell(FIX:> 0 (STRING-LENGTH LINE)) is always false. No...
2008-12-24 Taylor R. CampbellIf a message's header claims a structure that is not...
2008-12-12 Taylor R. CampbellAdd the name #\formfeed to #\U+0C.
2008-12-06 Taylor R. CampbellPass the history to MAKE-KEYWORD-VALUE-ITEM.
2008-12-06 Taylor R. CampbellStore histories with keyword value items so that passin...
2008-12-02 Taylor R. CampbellExclude \Recent flags from STORE and APPEND commands...
2008-11-12 Taylor R. CampbellUnstackify the components of rectangular numbers in...
2008-10-29 Chris HansonDon't follow semicolon by space in parameter lists.
2008-10-26 Chris HansonAllow XML I/O on ports that don't support coding.
2008-10-26 Chris HansonAdd FRESH-LINE operation.
2008-10-26 Chris HansonOn input, allow any combination of ISO 8601 basic and...
2008-10-23 Taylor R. CampbellNew variable DEFAULT-MIME-TEXT-CHARSET to support speci...
2008-10-19 Taylor R. CampbellRemove spurious parameter in STRINGIFY-DATA/TRADITIONAL...
2008-10-18 Taylor R. CampbellMinor improvements.
2008-10-12 Chris HansonAllow white space in empty blank node.
2008-10-11 Chris HansonChange REMOVE-DOT-SEGMENTS so it affects only absolute...
2008-10-11 Chris HansonDelete misleading section title.
2008-10-11 Chris HansonBind #\c-m-r to isearch-backward-regexp to match Emacs.
2008-10-11 Chris HansonAlways run REMOVE-DOT-SEGMENTS when creating absolute...
2008-10-11 Chris HansonMake sure absolute URIs are correctly resolved.
2008-10-10 Chris HansonExpand mail aliases in "resent-XXX" headers.
2008-10-08 Chris HansonExplicitly specify the band to use when cross compiling...
2008-10-03 Chris HansonUpdate my email address.
2008-10-02 Taylor R. CampbellUse HTTP headers in XML-RPC requests, not RFC 2822...
2008-09-29 Chris HansonImplement procedures to control flonum rounding mode.
2008-09-28 Chris HansonChange SET-FLOAT-ROUNDING-MODE to signal an error on...
2008-09-27 Chris HansonImplement primitives to control the floating-point...
2008-09-26 Chris HansonGreatly simplify configuration choices:
2008-09-25 Taylor R. CampbellDiscard the deleted flag when filing messages.
2008-09-25 Taylor R. CampbellOops -- forgot to commit changes to imail-imap.scm...
2008-09-25 Taylor R. CampbellSort by ordered message index before summarizing search...
2008-09-25 Taylor R. CampbellWhen expunging messages, preload only deleted messages...
2008-09-25 Chris HansonUpdate KNOWN-STATUS-CODES.
2008-09-24 Chris HansonAllow LWS in a few more places on input.
2008-09-24 Chris HansonFix implementation of ISO 8601 date/time:
2008-09-24 Chris HansonEliminate ISO8601-SEPARATE-WITH-T?; according to the...
2008-09-24 Chris HansonAdd optional ERROR? arg to XML-ELEMENT-CHILD and FIND...
2008-09-24 Chris HansonImplement XML-ELEMENT-CHILD and XML-ELEMENT-CHILDREN.
2008-09-24 Chris HansonChange FIND-XML-ATTR to accept a string name as well.
2008-09-24 Chris HansonChange XML-ATTRS to accept strings as attribute names.
2008-09-24 Chris HansonChange MAKE-XML-NAME so that URI arg is optional.
2008-09-23 Chris HansonAdd basic support for converting between CamelCase...
2008-09-22 Chris HansonMajor rewrite: header definitions now use combinator...
2008-09-21 Chris HansonProvide "TE: trailers" header. Generalize default...
2008-09-21 Chris HansonFix some more thinkos.
2008-09-21 Chris HansonTweak unparser for requests.
2008-09-21 Chris HansonGenerate error when MAKE-HTTP-HEADER called with incorr...
2008-09-21 Chris HansonAdd unparser methods for HTTP datatypes.
2008-09-21 Chris HansonUse HTTP/1.1 now that chunked transfer coding is supported.
2008-09-21 Chris HansonImplement "chunked" transfer encoding, required by...
2008-09-20 Taylor R. CampbellReport a message when probing a folder. Use OVERRIDE...
2008-09-18 Taylor R. CampbellDon't assume that X-CLOSE-ALL-DISPLAYS is available.
2008-09-17 Taylor R. CampbellUse INSTALL_SCRIPT, rather than INSTALL_PROGRAM, to...
2008-09-17 Taylor R. CampbellInclude the file handle in generated names even if...
2008-09-17 Chris HansonHair up handling of HTTP headers. In new model, there...
2008-09-17 Chris HansonAdd many coding aliases defined by the IANA.
2008-09-17 Chris HansonFix bugs: a bunch related to the STRUCTURE-PARSER-VALUE...
2008-09-17 Chris HansonAllow ADD-BOOT-INIT! to work after the cold load, by...
2008-09-16 Taylor R. CampbellWrite output for temporary compilation into a file...
2008-09-16 Chris HansonAdd post-pass to suppress "unreferenced variable" error...
2008-09-16 Chris HansonBe more aggressive about substituting primitives for...
2008-09-16 Chris HansonFix order-of-args thinko.
2008-09-16 Chris HansonFix WRITE-HTTP-REQUEST to handle weird URI variants.
2008-09-16 Chris HansonExport WRITE-URI-AUTHORITY.
2008-09-16 Chris HansonFix typo in previous change.
2008-09-15 Chris HansonAdd CHAR-CTL? and CHAR-WSP? predicates.
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...
next