mit-scheme.git
2000-04-19 Chris HansonModify Win32 tracing mechanism so that it is always...
2000-04-19 Chris HansonChange definition of DOS/FS-DRIVE-TYPE so that it can...
2000-04-18 Chris HansonFix typo.
2000-04-18 Chris HansonFix compilation problems.
2000-04-18 Chris HansonInitial registration.
2000-04-18 Chris HansonAdd new files, rearrange package structure.
2000-04-18 Chris HansonMove IMAP syntax into separate file.
2000-04-18 Chris HansonMove parser support into separate file.
2000-04-18 Chris HansonEliminate INSERT-MESSAGE, which isn't supported by...
2000-04-18 Chris HansonSimplify -- we aren't going to support the full IMAP...
2000-04-18 Chris HansonHandle decoding properly -- can't decode entire URL...
2000-04-18 Chris HansonHandle decoding properly -- can't decode entire URL...
2000-04-15 Chris HansonUse MB_OK argument to MessageBeep -- using -1 doesn...
2000-04-14 Chris HansonAdd new files.
2000-04-14 Chris HansonRename "imail-imap" to "imail-imap-url".
2000-04-14 Chris HansonFirst pass implementing parser for IMAP URLs.
2000-04-14 Chris HansonUse new runtime procedures SUBSTRING-MOVE! and
2000-04-14 Chris HansonImplement DECORATED-STRING-APPEND.
2000-04-14 Chris HansonImplement DECORATED-STRING-APPEND.
2000-04-13 Chris HansonUse fixnum arithmetic everywhere. Various other small...
2000-04-13 Chris HansonUse fixnum arithmetic everywhere. Various other small...
2000-04-13 Chris HansonUse fixnum arithmetic everywhere. Various other small...
2000-04-13 Chris HansonFix some bugs caused by STRING? being true of CHAR...
2000-04-13 Chris HansonMove this code into the runtime system's package heirarchy.
2000-04-13 Chris HansonSTRING-MOVE! now in runtime system.
2000-04-13 Chris HansonImplement STRING-MOVE! and SUBSTRING-MOVE!.
2000-04-13 Chris HansonFix infinite recursion.
2000-04-13 Chris HansonFix compiler warnings.
2000-04-13 Chris HansonFix compiler warnings.
2000-04-13 Chris HansonChange all one-arg rexp combinators to accept any numbe...
2000-04-13 Chris HansonChange rexp compiler to be case sensitive, and add...
2000-04-13 Chris HansonChange rexp compiler to be case sensitive, and add...
2000-04-13 Chris HansonChange automatic grouping so that it happens in the...
2000-04-13 Chris HansonChange automatic grouping so that it happens in the...
2000-04-13 Chris HansonWhen ALTERNATIVES appears within SEQUENCE, it must...
2000-04-13 Chris HansonChange to use new rexp abstraction.
2000-04-13 Chris HansonChange REXP-GROUP to take just one argument.
2000-04-13 Chris HansonAdd REXP-SEQUENCE.
2000-04-13 Chris HansonAdd file "rexp.scm" implementing list-based regular...
2000-04-13 Chris HansonEliminate reference to now-obsolete protection lists.
2000-04-13 Chris HansonFix two bugs in CHAR-SET->REGEXP.
2000-04-13 Chris HansonDon't do mhash initialization if the primitives are...
2000-04-12 Chris HansonInitial unfinished pass to generate IMAP URL parser.
2000-04-12 Chris HansonInitial unfinished pass to generate IMAP URL parser.
2000-04-12 Chris HansonDefine URL:REGEXP:HOSTPORT and subsidiaries.
2000-04-12 Chris HansonReconcile the character sets and regexps used here...
2000-04-12 Chris HansonImplement CHAR-SET->REGEXP.
2000-04-12 Chris HansonImplement procedures to encode and decode URLs.
2000-04-12 Chris HansonCHAR-SET-UNION and CHAR-SET-INTERSECTION now take any...
2000-04-12 Chris HansonAllow CHAR-SET-UNION and CHAR-SET-INTERSECTION to take...
2000-04-11 Chris HansonAllow CHAR-SET-UNION and CHAR-SET-INTERSECTION to take...
2000-04-11 Chris HansonChange keygen-type generation so that salt is supplied...
2000-04-11 Chris HansonChange keygen-type generation so that salt is supplied...
2000-04-11 Chris HansonChange MHASH-KEYGEN to accept all of the key-generation...
2000-04-11 Chris HansonChange MHASH-KEYGEN to accept all of the key-generation...
2000-04-11 Chris HansonImprove error message for incorrect salt size.
2000-04-11 Chris HansonAdd "crypto.scm" to the list of known files.
2000-04-11 Chris HansonFix interface to MHASH-KEYGEN so that it is usable.
2000-04-11 Chris HansonDefine RANDOM-BYTE-VECTOR to generate random bytes...
2000-04-10 Chris HansonREMOVE-FROM-GC-FINALIZER! must return the value of...
2000-04-10 Chris HansonAdd new implementation of GC finalizers, a cleaner...
2000-04-10 Chris HansonRepackage new crypto stuff. Use new GC finalizers...
2000-04-10 Chris HansonRepackage new crypto stuff. Use new GC finalizers...
2000-04-10 Chris HansonAdd new implementation of GC finalizers, a cleaner...
2000-04-10 Chris HansonUpdate to match change to MD5 support in runtime system.
2000-04-10 Chris HansonImplement support for the mhash library. Generalize...
2000-04-10 Chris HansonInitial revision.
2000-04-10 Chris HansonInitial revision.
2000-04-10 Chris HansonChange FALSE to #F and TRUE to #T.
2000-04-10 Chris HansonAdd code to detect case where the first visible line...
2000-04-10 Chris HansonAdd code to detect case where the first visible line...
2000-04-07 Chris HansonDon't offer to save the VC log buffer.
2000-04-07 Chris HansonFix bugs in IMAIL-READ-FLAG.
2000-04-07 Chris HansonAdd hook to notice modifications to folders and reflect...
2000-04-07 Chris HansonAdd hook to notice modifications to folders and reflect...
2000-04-07 Chris HansonExport EVENT-DISTRIBUTOR/RECEIVERS.
2000-04-07 Chris HansonDon't allow event receivers to be added twice.
2000-04-07 Chris HansonRepaginate.
2000-04-07 Chris HansonTry harder to restore the window configuration to what...
2000-04-07 Chris HansonImplement MAKE-BUFFER-INVISIBLE.
2000-04-07 Chris HansonTry harder to restore the window configuration to what...
2000-04-07 Chris HansonTry harder to restore the window configuration to what...
2000-04-07 Chris HansonTry harder to restore the window configuration to what...
2000-04-07 Chris HansonPOP-UP-BUFFER could return a window that wasn't popped up.
2000-04-07 Chris HansonFix a variety of small bugs.
2000-04-07 Chris HansonFix a variety of small bugs.
2000-04-07 Chris HansonDon't duplicate logic that is already available in...
2000-04-07 Chris HansonDon't duplicate logic that is already available in...
2000-04-07 Chris HansonDefine EDWIN-VARIABLE-VALUE.
2000-04-06 Chris HansonImplement the RMAIL-PRIMARY-INBOX-LIST and RMAIL-SPOOL...
2000-04-06 Chris HansonFix a handful of small bugs.
2000-04-06 Chris HansonMake MESSAGE-FOLDER be #F if not defined. Customize...
2000-04-06 Chris HansonMake sure that variable references in the expansion...
2000-04-06 Chris HansonChange "writable" to "writeable".
2000-04-06 Chris HansonFix typo.
2000-04-06 Chris HansonEliminate half-baked notion of "importing" and "exporti...
2000-04-06 Chris HansonFix typo.
2000-04-06 Chris HansonFix typo: some instances of BUFFER-VC-MASTER that shoul...
2000-04-06 Chris HansonChange vc-next-action so that it doesn't read in files...
2000-04-05 Chris HansonAdd missing exports for RMAIL summary mode.
next