mit-scheme.git
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...
2008-04-25 Chris HansonEliminate special cases for flonums in generic predicat...
2008-03-11 Chris HansonReword missing-support error message to clarify its...
2008-03-09 Chris HansonEliminate type-size errors and warnings; some NO_CHANNE...
2008-03-08 Chris HansonCan't use UCODE-PRIMITIVE in this file; it breaks the...
2008-03-08 Chris HansonPrioritize .so files over .bin files -- we were loading...
2008-02-29 Taylor R. CampbellUnsyntax conditionals with the primitive NOT procedure...
2008-02-21 Chris HansonRegenerate tables with proper 0x prefix.
2008-02-21 Chris HansonDoh... Forgot to add missing 0x prefix to hex constants.
2008-02-15 Chris HansonEliminate now-unused exports.
2008-02-15 Taylor R. CampbellWhen calling %MAYBE-TOGGLE-THREAD-TIMER from WAIT-FOR...
2008-02-14 Taylor R. CampbellExport MHASH-HMAC-UPDATE from (RUNTIME CRYPTO).
2008-02-14 Taylor R. CampbellIron out two remaining little bugs in the recent flurry...
2008-02-14 Chris HansonFix errors in output for rewriting example.
2008-02-14 Chris HansonUndo previous change that removed primitive apply optim...
2008-02-14 Chris HansonFix various places where variables defined with DEFINE...
2008-02-14 Chris HansonOn Taylor's suggestion, change DEFINE-PRIMITIVES so...
2008-02-14 Chris HansonDon't insert top-level bindings of procedures into...
2008-02-14 Chris HansonFix a few bad instances of (ACCESS ...).
2008-02-13 Chris HansonDon't write (ACCESS <foo> ()).
2008-02-13 Chris HansonAdd SYSTEM-GLOBAL-ENVIRONMENT to global constants;...
next