mit-scheme.git
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;...
2008-02-13 Chris HansonFix fatal error: FASDUMP wasn't cleaning up correctly...
2008-02-13 Chris HansonAdd an error check to MAKE-COMBINATION for an operator...
2008-02-13 Chris HansonRewrite some more variable references as explicit primi...
2008-02-13 Chris HansonRedo the previous change: it was causing VERY BAD thing...
2008-02-13 Chris HansonEliminate three special cases (compiled_with_interrupt_...
2008-02-12 Chris HansonFix bug: setup_compiled_invocation_from_primitive wasn...
2008-02-12 Chris HansonFix bug: setup_compiled_invocation_from_primitive wasn...
2008-02-12 Taylor R. CampbellFix bug in last commit. %MESSAGE-ORDER-KEY yields...
2008-02-12 Taylor R. CampbellOne more stab at it: turns out that what I thought...
2008-02-11 Taylor R. CampbellFix think-o in previous commit -- wetware pattern match...
2008-02-11 Taylor R. CampbellMeter the progress of summary buffer generation.
2008-02-11 Taylor R. CampbellCache the keys by which messages are ordered in a hash...
2008-02-11 Taylor R. CampbellImplement incremental processing of IMAP responses...
2008-02-11 Taylor R. CampbellSimplify code to invoke compiled procedures from primit...
2008-02-11 Taylor R. CampbellActually do avoid the race condition.
2008-02-11 Chris HansonFix bug: it's necessary to close the I/O channels of...
2008-02-10 Taylor R. CampbellAvoid a race condition with the GC daemon in LOOKUP...
2008-02-10 Taylor R. CampbellImplement SMTP AUTH LOGIN and AUTH PLAIN extensions...
2008-02-10 Taylor R. CampbellMove support for temporarily stored pass-phrases into...
2008-02-10 Chris HansonChange lots of global primitives to be defined as compo...
2008-02-10 Chris HansonAdd LAMBDA-TAG:UNNAMED, needed for cold load.
2008-02-10 Chris HansonAdd FIXNUM? to list of primitives.
2008-02-10 Chris HansonChange handling of global primitives; they are now...
2008-02-09 Taylor R. CampbellMake SAVE-RESOURCE on file folders gracefully handle...
2008-02-02 Chris HansonConditionally defined OS/2 packages.
2008-02-02 Chris HansonWhen initializing packages, ignore missing packages.
2008-02-02 Chris HansonGive FIND-PACKAGE an optional argument for controlling...
2008-02-02 Chris HansonNow that linking works, change WRITE-NOTIFICATION-LINE...
2008-02-02 Chris HansonSimpler fix for variable-linking problem: clobber the...
2008-02-02 Chris HansonFix bug: a relatively rare circumstance was causing...
2008-02-02 Chris HansonMake sure there's only one instance of a name in each...
2008-02-02 Chris HansonWork around bug in variable linking mechanism.
2008-02-02 Chris HansonEliminate unused variable.
2008-02-02 Chris HansonDoh.
2008-02-02 Chris HansonFix typo.
2008-02-02 Chris HansonFix some bugs in the previous change.
2008-02-02 Chris HansonChange WITH-NOTIFICATION so that the port it passes...
2008-02-02 Chris HansonEliminate cross-file dependency on gstate structure...
2008-02-02 Chris HansonExport GUARANTEE-THUNK.
2008-02-02 Chris HansonFix comment.
2008-02-02 Chris HansonEliminate direct use of make-gstate in file I/O ports.
2008-02-02 Chris HansonEliminate direct use of make-gstate in string I/O ports...
2008-02-02 Chris HansonRename and export MAKE-NON-CHANNEL-PORT-{SOURCE,SINK}.
2008-02-02 Chris HansonImplement PORT-TYPE/PARENT.
2008-01-31 Chris HansonUpdate current copyright year.
2008-01-31 Chris HansonUpdate to match Debian directory.
2008-01-31 Chris HansonFix xscheme-prompt-for-expression-exit with patch from...
2008-01-31 Chris HansonUpdate for some of the srfi-1 procedures.
2008-01-30 Chris HansonUpdate copyright for 2008.
2008-01-30 Chris HansonOptimize handling of #F events, so that they are added...
2008-01-30 Chris HansonFix bug in previous change. Repaginate.
2008-01-30 Chris HansonIn INFERIOR-THREAD-OUTPUT!, signal one thread event...
2008-01-30 Chris HansonMake sure %MAYBE-TOGGLE-THREAD-TIMER is called at every...
2008-01-29 Chris HansonUpdate RC-code tables for version 4.6. Implement Schem...
2008-01-29 Chris HansonEliminate mixed fix/flo cases in binary operations...
next