mit-scheme.git
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...
2008-08-12 Taylor R. CampbellWhen making new cache entries, write them to a file...
2008-08-12 Taylor R. CampbellRemove or ignore the now unused variables since the...
2008-08-12 Taylor R. CampbellRemove vestige of progress metering in CACHE-FOLDER...
2008-08-11 Taylor R. CampbellRetain names with addresses when replying to mail.
2008-08-11 Taylor R. CampbellUse APPEND-MAP, not MAP, over the list of internal...
2008-08-11 Taylor R. CampbellPreload folder outlines before popping up a summary...
2008-08-11 Taylor R. CampbellRemember what IMAP message keywords have been cached...
2008-08-11 Taylor R. CampbellIn GUARANTEE-IMAP-FOLDER-OPEN, send a SELECT command...
2008-08-08 Taylor R. CampbellChange IMAIL-READ-FLAG to use visible defaults, rather...
2008-07-31 Chris HansonClosing string and octet ports is a no-op, so don't...
2008-07-31 Chris HansonEliminate now-unused helper procedures.
2008-07-27 Chris HansonChange mime-type parsing to use parser language; export...
2008-07-26 Chris HansonExport CHAR-SET:MIME-TOKEN.
2008-07-26 Chris HansonExport STRING-IS-MIME-TOKEN? and STRING-IS-MIME-TYPE...
2008-07-26 Chris HansonAdd HTTP line ending.
2008-07-26 Chris HansonProvide better error for invalid match index in RE...
2008-07-26 Chris HansonFix CALL-WITH-TRUNCATED-OUTPUT-STRING: return type...
2008-07-26 Chris HansonFix stupid typo in CALL-WITH-TRUNCATED-OUTPUT-PORT.
2008-07-26 Chris HansonRename 'bytes' I/O to 'octets'.
2008-07-26 Chris HansonEliminate port operations {READ,WRITE}-{WIDE,EXTERNAL...
2008-07-24 Chris HansonFix input transcription problem that was introduced...
2008-07-23 Chris HansonEliminate explicit operations on wide and external...
2008-07-23 Chris HansonBroaden definitions of XSTRING?, XSTRING-LENGTH, XSTRIN...
2008-07-19 Chris HansonRewrite I/O string implementation to eliminate coding...
2008-07-19 Chris HansonEliminate reference to PORT/UNREAD by implementing...
2008-07-18 Chris HansonTighten up handling of UNREAD-CHAR: a READ-CHAR followe...
2008-07-18 Chris HansonEliminate cold-load call to SYMBOL->STRING.
2008-07-18 Chris HansonForce errors for coding operations when the given port...
2008-07-14 Chris HansonChange terminology slight to emphasize that sources...
2008-07-11 Chris HansonChange handling of PEEK-CHAR and UNREAD-CHAR so that...
2008-07-08 Chris HansonFix typo: ASCII -> US-ASCII. Eliminate unused loop...
2008-07-08 Chris HansonAdd a few char sets used in many RFCs.
2008-07-07 Taylor R. CampbellUpdate (EDWIN IMAIL FRONT-END) package to reflect remov...
2008-07-07 Taylor R. CampbellRemove now unused Edwin variable IMAIL-PASS-PHRASE...
2008-07-03 Chris HansonEliminate problem where RMAIL and IMAIL are both trying...
2008-06-20 Taylor R. CampbellCheck for end of input from server in SMTP-READ-LINE...
2008-06-20 Taylor R. CampbellWhen attaching MIME info records to the buffer, respect...
2008-06-18 Taylor R. CampbellUse the name LIAR/C to find the subsystem's version...
2008-06-09 Chris HansonDon't inline sin, cos, or tan: Intel instruction has...
2008-05-20 Chris HansonEliminate use of kinit/aklog so this script can be...
2008-05-19 Taylor R. CampbellUse BODY.PEEK[...] rather than BODY[...] when fetching...
2008-05-19 Taylor R. CampbellFix typo: the word `transact' has two `a's in it. ...
2008-05-19 Taylor R. CampbellDon't cache messages' envelopes in folder outlines...
2008-05-19 Taylor R. CampbellElaborate upon an important detail of the comment above
2008-05-18 Taylor R. CampbellEnhance preloading of folder outlines for IMAP folders...
2008-05-18 Taylor R. CampbellFix typo in READ-QUOTED-TO-PORT: READ-CHAR-NO-EOF wants...
2008-05-17 Taylor R. CampbellAllow service numbers in news server proxy entries.
2008-05-05 Chris HansonImplement mail-yank-prefix (closes Bug#22946).
2008-05-04 Chris HansonAdd workaround for AppArmor rule that blocks use of...
2008-05-02 Taylor R. CampbellChange mode in BIND-MODE only if the port is still...
2008-04-25 Chris HansonHandle NaN objects specially when comparing them agains...
next