mit-scheme.git
24 years agoChange definition of DOS/FS-DRIVE-TYPE so that it can recognize Samba
Chris Hanson [Wed, 19 Apr 2000 01:00:17 +0000 (01:00 +0000)]
Change definition of DOS/FS-DRIVE-TYPE so that it can recognize Samba
even when it advertises itself as NTFS.

24 years agoFix typo.
Chris Hanson [Tue, 18 Apr 2000 21:52:57 +0000 (21:52 +0000)]
Fix typo.

24 years agoFix compilation problems.
Chris Hanson [Tue, 18 Apr 2000 21:50:35 +0000 (21:50 +0000)]
Fix compilation problems.

24 years agoInitial registration.
Chris Hanson [Tue, 18 Apr 2000 21:48:31 +0000 (21:48 +0000)]
Initial registration.

24 years agoAdd new files, rearrange package structure.
Chris Hanson [Tue, 18 Apr 2000 21:44:48 +0000 (21:44 +0000)]
Add new files, rearrange package structure.

24 years agoMove IMAP syntax into separate file.
Chris Hanson [Tue, 18 Apr 2000 21:30:57 +0000 (21:30 +0000)]
Move IMAP syntax into separate file.

24 years agoMove parser support into separate file.
Chris Hanson [Tue, 18 Apr 2000 21:30:42 +0000 (21:30 +0000)]
Move parser support into separate file.

24 years agoEliminate INSERT-MESSAGE, which isn't supported by IMAP and isn't
Chris Hanson [Tue, 18 Apr 2000 21:20:01 +0000 (21:20 +0000)]
Eliminate INSERT-MESSAGE, which isn't supported by IMAP and isn't
needed.

24 years agoSimplify -- we aren't going to support the full IMAP URL syntax. But
Chris Hanson [Tue, 18 Apr 2000 18:54:50 +0000 (18:54 +0000)]
Simplify -- we aren't going to support the full IMAP URL syntax.  But
leave the parsers here -- they may come in handy later.

24 years agoHandle decoding properly -- can't decode entire URL string, only those
Chris Hanson [Tue, 18 Apr 2000 18:44:31 +0000 (18:44 +0000)]
Handle decoding properly -- can't decode entire URL string, only those
parts that have already matched as encoded.

24 years agoHandle decoding properly -- can't decode entire URL string, only those
Chris Hanson [Tue, 18 Apr 2000 18:23:03 +0000 (18:23 +0000)]
Handle decoding properly -- can't decode entire URL string, only those
parts that have already matched as encoded.

24 years agoUse MB_OK argument to MessageBeep -- using -1 doesn't do reasonable
Chris Hanson [Sat, 15 Apr 2000 02:42:32 +0000 (02:42 +0000)]
Use MB_OK argument to MessageBeep -- using -1 doesn't do reasonable
thing under Windows 9x.

24 years agoAdd new files.
Chris Hanson [Fri, 14 Apr 2000 18:11:14 +0000 (18:11 +0000)]
Add new files.

24 years agoRename "imail-imap" to "imail-imap-url".
Chris Hanson [Fri, 14 Apr 2000 18:01:36 +0000 (18:01 +0000)]
Rename "imail-imap" to "imail-imap-url".

24 years agoFirst pass implementing parser for IMAP URLs.
Chris Hanson [Fri, 14 Apr 2000 17:58:23 +0000 (17:58 +0000)]
First pass implementing parser for IMAP URLs.

24 years agoUse new runtime procedures SUBSTRING-MOVE! and
Chris Hanson [Fri, 14 Apr 2000 01:45:49 +0000 (01:45 +0000)]
Use new runtime procedures SUBSTRING-MOVE! and
DECORATED-STRING-APPEND.

24 years agoImplement DECORATED-STRING-APPEND.
Chris Hanson [Fri, 14 Apr 2000 01:31:04 +0000 (01:31 +0000)]
Implement DECORATED-STRING-APPEND.

24 years agoImplement DECORATED-STRING-APPEND.
Chris Hanson [Fri, 14 Apr 2000 01:30:10 +0000 (01:30 +0000)]
Implement DECORATED-STRING-APPEND.

24 years agoUse fixnum arithmetic everywhere. Various other small changes.
Chris Hanson [Thu, 13 Apr 2000 22:23:03 +0000 (22:23 +0000)]
Use fixnum arithmetic everywhere.  Various other small changes.

24 years agoUse fixnum arithmetic everywhere. Various other small changes.
Chris Hanson [Thu, 13 Apr 2000 22:21:01 +0000 (22:21 +0000)]
Use fixnum arithmetic everywhere.  Various other small changes.

24 years agoUse fixnum arithmetic everywhere. Various other small changes.
Chris Hanson [Thu, 13 Apr 2000 22:18:09 +0000 (22:18 +0000)]
Use fixnum arithmetic everywhere.  Various other small changes.

24 years agoFix some bugs caused by STRING? being true of CHAR-SET?.
Chris Hanson [Thu, 13 Apr 2000 20:23:29 +0000 (20:23 +0000)]
Fix some bugs caused by STRING? being true of CHAR-SET?.

24 years agoMove this code into the runtime system's package heirarchy.
Chris Hanson [Thu, 13 Apr 2000 20:16:07 +0000 (20:16 +0000)]
Move this code into the runtime system's package heirarchy.

24 years agoSTRING-MOVE! now in runtime system.
Chris Hanson [Thu, 13 Apr 2000 20:14:25 +0000 (20:14 +0000)]
STRING-MOVE! now in runtime system.

24 years agoImplement STRING-MOVE! and SUBSTRING-MOVE!.
Chris Hanson [Thu, 13 Apr 2000 20:11:32 +0000 (20:11 +0000)]
Implement STRING-MOVE! and SUBSTRING-MOVE!.

24 years agoFix infinite recursion.
Chris Hanson [Thu, 13 Apr 2000 19:47:34 +0000 (19:47 +0000)]
Fix infinite recursion.

24 years agoFix compiler warnings.
Chris Hanson [Thu, 13 Apr 2000 19:47:14 +0000 (19:47 +0000)]
Fix compiler warnings.

24 years agoFix compiler warnings.
Chris Hanson [Thu, 13 Apr 2000 18:00:53 +0000 (18:00 +0000)]
Fix compiler warnings.

24 years agoChange all one-arg rexp combinators to accept any number of args and
Chris Hanson [Thu, 13 Apr 2000 16:58:40 +0000 (16:58 +0000)]
Change all one-arg rexp combinators to accept any number of args and
treat it as an implicit sequence.  Change sequence combinator to
collapse nested sequences.

24 years agoChange rexp compiler to be case sensitive, and add REXP-CASE-FOLD to
Chris Hanson [Thu, 13 Apr 2000 16:42:16 +0000 (16:42 +0000)]
Change rexp compiler to be case sensitive, and add REXP-CASE-FOLD to
delimit regions that should be case insensitive.

24 years agoChange rexp compiler to be case sensitive, and add REXP-CASE-FOLD to
Chris Hanson [Thu, 13 Apr 2000 16:40:23 +0000 (16:40 +0000)]
Change rexp compiler to be case sensitive, and add REXP-CASE-FOLD to
delimit regions that should be case insensitive.

24 years agoChange automatic grouping so that it happens in the constructors
Chris Hanson [Thu, 13 Apr 2000 16:23:50 +0000 (16:23 +0000)]
Change automatic grouping so that it happens in the constructors
rather than in the compiler.

24 years agoChange automatic grouping so that it happens in the constructors
Chris Hanson [Thu, 13 Apr 2000 16:19:17 +0000 (16:19 +0000)]
Change automatic grouping so that it happens in the constructors
rather than in the compiler.

24 years agoWhen ALTERNATIVES appears within SEQUENCE, it must be GROUPed.
Chris Hanson [Thu, 13 Apr 2000 16:14:40 +0000 (16:14 +0000)]
When ALTERNATIVES appears within SEQUENCE, it must be GROUPed.

24 years agoChange to use new rexp abstraction.
Chris Hanson [Thu, 13 Apr 2000 15:59:32 +0000 (15:59 +0000)]
Change to use new rexp abstraction.

24 years agoChange REXP-GROUP to take just one argument.
Chris Hanson [Thu, 13 Apr 2000 15:55:56 +0000 (15:55 +0000)]
Change REXP-GROUP to take just one argument.

24 years agoAdd REXP-SEQUENCE.
Chris Hanson [Thu, 13 Apr 2000 15:43:52 +0000 (15:43 +0000)]
Add REXP-SEQUENCE.

24 years agoAdd file "rexp.scm" implementing list-based regular expressions.
Chris Hanson [Thu, 13 Apr 2000 15:36:02 +0000 (15:36 +0000)]
Add file "rexp.scm" implementing list-based regular expressions.

24 years agoEliminate reference to now-obsolete protection lists.
Chris Hanson [Thu, 13 Apr 2000 03:13:46 +0000 (03:13 +0000)]
Eliminate reference to now-obsolete protection lists.

24 years agoFix two bugs in CHAR-SET->REGEXP.
Chris Hanson [Thu, 13 Apr 2000 03:01:38 +0000 (03:01 +0000)]
Fix two bugs in CHAR-SET->REGEXP.

24 years agoDon't do mhash initialization if the primitives are unimplemented.
Chris Hanson [Thu, 13 Apr 2000 02:59:12 +0000 (02:59 +0000)]
Don't do mhash initialization if the primitives are unimplemented.

24 years agoInitial unfinished pass to generate IMAP URL parser.
Chris Hanson [Wed, 12 Apr 2000 03:56:33 +0000 (03:56 +0000)]
Initial unfinished pass to generate IMAP URL parser.

24 years agoInitial unfinished pass to generate IMAP URL parser.
Chris Hanson [Wed, 12 Apr 2000 03:53:59 +0000 (03:53 +0000)]
Initial unfinished pass to generate IMAP URL parser.

24 years agoDefine URL:REGEXP:HOSTPORT and subsidiaries.
Chris Hanson [Wed, 12 Apr 2000 03:50:32 +0000 (03:50 +0000)]
Define URL:REGEXP:HOSTPORT and subsidiaries.

24 years agoReconcile the character sets and regexps used here with the
Chris Hanson [Wed, 12 Apr 2000 03:08:15 +0000 (03:08 +0000)]
Reconcile the character sets and regexps used here with the
descriptions in RFC 1738.  Also export them since the IMAP URL code
needs access to some of them.

24 years agoImplement CHAR-SET->REGEXP.
Chris Hanson [Wed, 12 Apr 2000 02:36:23 +0000 (02:36 +0000)]
Implement CHAR-SET->REGEXP.

24 years agoImplement procedures to encode and decode URLs.
Chris Hanson [Wed, 12 Apr 2000 02:26:05 +0000 (02:26 +0000)]
Implement procedures to encode and decode URLs.

24 years agoCHAR-SET-UNION and CHAR-SET-INTERSECTION now take any number of
Chris Hanson [Wed, 12 Apr 2000 00:40:52 +0000 (00:40 +0000)]
CHAR-SET-UNION and CHAR-SET-INTERSECTION now take any number of
arguments.

24 years agoAllow CHAR-SET-UNION and CHAR-SET-INTERSECTION to take any number of
Chris Hanson [Wed, 12 Apr 2000 00:37:20 +0000 (00:37 +0000)]
Allow CHAR-SET-UNION and CHAR-SET-INTERSECTION to take any number of
arguments.  Eliminate use of CHAR->ASCII and ASCII->CHAR.

24 years agoAllow CHAR-SET-UNION and CHAR-SET-INTERSECTION to take any number of
Chris Hanson [Tue, 11 Apr 2000 18:17:49 +0000 (18:17 +0000)]
Allow CHAR-SET-UNION and CHAR-SET-INTERSECTION to take any number of
arguments.  Eliminate use of CHAR->ASCII and ASCII->CHAR.

24 years agoChange keygen-type generation so that salt is supplied in the call to
Chris Hanson [Tue, 11 Apr 2000 16:01:42 +0000 (16:01 +0000)]
Change keygen-type generation so that salt is supplied in the call to
MHASH-KEYGEN, if needed.  This is desirable because the salt is
usually unique for each passphrase.

24 years agoChange keygen-type generation so that salt is supplied in the call to
Chris Hanson [Tue, 11 Apr 2000 16:00:12 +0000 (16:00 +0000)]
Change keygen-type generation so that salt is supplied in the call to
MHASH-KEYGEN, if needed.  This is desirable because the salt is
usually unique for each passphrase.

24 years agoChange MHASH-KEYGEN to accept all of the key-generation parameters as
Chris Hanson [Tue, 11 Apr 2000 15:24:54 +0000 (15:24 +0000)]
Change MHASH-KEYGEN to accept all of the key-generation parameters as
a compound structure, and implement MAKE-MHASH-KEYGEN-TYPE to build
that structure.

24 years agoChange MHASH-KEYGEN to accept all of the key-generation parameters as
Chris Hanson [Tue, 11 Apr 2000 15:19:18 +0000 (15:19 +0000)]
Change MHASH-KEYGEN to accept all of the key-generation parameters as
a compound structure, and implement MAKE-MHASH-KEYGEN-TYPE to build
that structure.

24 years agoImprove error message for incorrect salt size.
Chris Hanson [Tue, 11 Apr 2000 04:17:37 +0000 (04:17 +0000)]
Improve error message for incorrect salt size.

24 years agoAdd "crypto.scm" to the list of known files.
Chris Hanson [Tue, 11 Apr 2000 04:01:05 +0000 (04:01 +0000)]
Add "crypto.scm" to the list of known files.

24 years agoFix interface to MHASH-KEYGEN so that it is usable.
Chris Hanson [Tue, 11 Apr 2000 04:00:28 +0000 (04:00 +0000)]
Fix interface to MHASH-KEYGEN so that it is usable.

24 years agoDefine RANDOM-BYTE-VECTOR to generate random bytes. This is useful
Chris Hanson [Tue, 11 Apr 2000 03:46:57 +0000 (03:46 +0000)]
Define RANDOM-BYTE-VECTOR to generate random bytes.  This is useful
for cryptographic applications that don't require an RNG with
cryptographic properties, e.g. to generate an init vector or to salt a
password.

24 years agoREMOVE-FROM-GC-FINALIZER! must return the value of the finalization
Chris Hanson [Mon, 10 Apr 2000 19:10:53 +0000 (19:10 +0000)]
REMOVE-FROM-GC-FINALIZER! must return the value of the finalization
procedure for the object being finalized.

24 years agoAdd new implementation of GC finalizers, a cleaner replacement for the
Chris Hanson [Mon, 10 Apr 2000 19:09:18 +0000 (19:09 +0000)]
Add new implementation of GC finalizers, a cleaner replacement for the
old protection list abstraction.  Unlike protection lists, GC
finalizers keep themselves clean, eliminating the need for the
programmer to interact with GC daemons and events.

24 years agoRepackage new crypto stuff. Use new GC finalizers to add GC
Chris Hanson [Mon, 10 Apr 2000 19:04:17 +0000 (19:04 +0000)]
Repackage new crypto stuff.  Use new GC finalizers to add GC
protection to the context indices generated by the hash code.

24 years agoRepackage new crypto stuff. Use new GC finalizers to add GC
Chris Hanson [Mon, 10 Apr 2000 19:01:30 +0000 (19:01 +0000)]
Repackage new crypto stuff.  Use new GC finalizers to add GC
protection to the context indices generated by the hash code.

24 years agoAdd new implementation of GC finalizers, a cleaner replacement for the
Chris Hanson [Mon, 10 Apr 2000 18:32:39 +0000 (18:32 +0000)]
Add new implementation of GC finalizers, a cleaner replacement for the
old protection list abstraction.  Unlike protection lists, GC
finalizers keep themselves clean, eliminating the need for the
programmer to interact with GC daemons and events.

24 years agoUpdate to match change to MD5 support in runtime system.
Chris Hanson [Mon, 10 Apr 2000 04:03:37 +0000 (04:03 +0000)]
Update to match change to MD5 support in runtime system.

24 years agoImplement support for the mhash library. Generalize MD5 support to
Chris Hanson [Mon, 10 Apr 2000 03:34:03 +0000 (03:34 +0000)]
Implement support for the mhash library.  Generalize MD5 support to
use mhash if available, otherwise the md5-karn library.

24 years agoInitial revision.
Chris Hanson [Mon, 10 Apr 2000 03:32:32 +0000 (03:32 +0000)]
Initial revision.

24 years agoInitial revision.
Chris Hanson [Mon, 10 Apr 2000 02:52:53 +0000 (02:52 +0000)]
Initial revision.

24 years agoChange FALSE to #F and TRUE to #T.
Chris Hanson [Mon, 10 Apr 2000 02:31:17 +0000 (02:31 +0000)]
Change FALSE to #F and TRUE to #T.

24 years agoAdd code to detect case where the first visible line in a window is a
Chris Hanson [Mon, 10 Apr 2000 02:27:47 +0000 (02:27 +0000)]
Add code to detect case where the first visible line in a window is a
partially-visible continued line and is subsequently deleted.
Previously this caused the redisplay to go into an uninterruptible
infinite loop.

24 years agoAdd code to detect case where the first visible line in a window is a
Chris Hanson [Mon, 10 Apr 2000 02:27:41 +0000 (02:27 +0000)]
Add code to detect case where the first visible line in a window is a
partially-visible continued line and is subsequently deleted.
Previously this caused the redisplay to go into an uninterruptible
infinite loop.

This is yet another change in the series of revisions 1.25 and 1.30.
Revision 1.30 only partially fixed this bug.  This revision introduces
a new fix that should be more robust.

24 years agoDon't offer to save the VC log buffer.
Chris Hanson [Fri, 7 Apr 2000 20:59:48 +0000 (20:59 +0000)]
Don't offer to save the VC log buffer.

24 years agoFix bugs in IMAIL-READ-FLAG.
Chris Hanson [Fri, 7 Apr 2000 20:59:26 +0000 (20:59 +0000)]
Fix bugs in IMAIL-READ-FLAG.

24 years agoAdd hook to notice modifications to folders and reflect them in the
Chris Hanson [Fri, 7 Apr 2000 20:58:49 +0000 (20:58 +0000)]
Add hook to notice modifications to folders and reflect them in the
mode line.

24 years agoAdd hook to notice modifications to folders and reflect them in the
Chris Hanson [Fri, 7 Apr 2000 20:45:55 +0000 (20:45 +0000)]
Add hook to notice modifications to folders and reflect them in the
mode line.

24 years agoExport EVENT-DISTRIBUTOR/RECEIVERS.
Chris Hanson [Fri, 7 Apr 2000 20:43:01 +0000 (20:43 +0000)]
Export EVENT-DISTRIBUTOR/RECEIVERS.

24 years agoDon't allow event receivers to be added twice.
Chris Hanson [Fri, 7 Apr 2000 20:42:30 +0000 (20:42 +0000)]
Don't allow event receivers to be added twice.

24 years agoRepaginate.
Chris Hanson [Fri, 7 Apr 2000 20:34:14 +0000 (20:34 +0000)]
Repaginate.

24 years agoTry harder to restore the window configuration to what it was before
Chris Hanson [Fri, 7 Apr 2000 20:16:33 +0000 (20:16 +0000)]
Try harder to restore the window configuration to what it was before
the log buffer was popped up.

24 years agoImplement MAKE-BUFFER-INVISIBLE.
Chris Hanson [Fri, 7 Apr 2000 20:12:50 +0000 (20:12 +0000)]
Implement MAKE-BUFFER-INVISIBLE.

24 years agoTry harder to restore the window configuration to what it was before
Chris Hanson [Fri, 7 Apr 2000 20:02:28 +0000 (20:02 +0000)]
Try harder to restore the window configuration to what it was before
the log buffer was popped up.

24 years agoTry harder to restore the window configuration to what it was before
Chris Hanson [Fri, 7 Apr 2000 19:57:55 +0000 (19:57 +0000)]
Try harder to restore the window configuration to what it was before
the log buffer was popped up.

24 years agoTry harder to restore the window configuration to what it was before
Chris Hanson [Fri, 7 Apr 2000 19:54:21 +0000 (19:54 +0000)]
Try harder to restore the window configuration to what it was before
the log buffer was popped up.

24 years agoPOP-UP-BUFFER could return a window that wasn't popped up.
Chris Hanson [Fri, 7 Apr 2000 19:53:16 +0000 (19:53 +0000)]
POP-UP-BUFFER could return a window that wasn't popped up.

24 years agoFix a variety of small bugs.
Chris Hanson [Fri, 7 Apr 2000 19:50:39 +0000 (19:50 +0000)]
Fix a variety of small bugs.

24 years agoFix a variety of small bugs.
Chris Hanson [Fri, 7 Apr 2000 19:41:25 +0000 (19:41 +0000)]
Fix a variety of small bugs.

24 years agoDon't duplicate logic that is already available in "rmail.scm"; share
Chris Hanson [Fri, 7 Apr 2000 19:39:10 +0000 (19:39 +0000)]
Don't duplicate logic that is already available in "rmail.scm"; share
it.

24 years agoDon't duplicate logic that is already available in "rmail.scm"; share
Chris Hanson [Fri, 7 Apr 2000 19:12:24 +0000 (19:12 +0000)]
Don't duplicate logic that is already available in "rmail.scm"; share
it.

24 years agoDefine EDWIN-VARIABLE-VALUE.
Chris Hanson [Fri, 7 Apr 2000 19:08:18 +0000 (19:08 +0000)]
Define EDWIN-VARIABLE-VALUE.

24 years agoImplement the RMAIL-PRIMARY-INBOX-LIST and RMAIL-SPOOL-DIRECTORY
Chris Hanson [Thu, 6 Apr 2000 22:05:53 +0000 (22:05 +0000)]
Implement the RMAIL-PRIMARY-INBOX-LIST and RMAIL-SPOOL-DIRECTORY
procedures.

24 years agoFix a handful of small bugs.
Chris Hanson [Thu, 6 Apr 2000 04:23:01 +0000 (04:23 +0000)]
Fix a handful of small bugs.

24 years agoMake MESSAGE-FOLDER be #F if not defined. Customize written
Chris Hanson [Thu, 6 Apr 2000 04:22:21 +0000 (04:22 +0000)]
Make MESSAGE-FOLDER be #F if not defined.  Customize written
representation for messages and folders.

24 years agoMake sure that variable references in the expansion refer to global
Chris Hanson [Thu, 6 Apr 2000 03:43:15 +0000 (03:43 +0000)]
Make sure that variable references in the expansion refer to global
variables.  The lack of this protection caused trouble when this code
was used in Edwin, which has a different definition for MAKE-CLASS.

24 years agoChange "writable" to "writeable".
Chris Hanson [Thu, 6 Apr 2000 03:27:10 +0000 (03:27 +0000)]
Change "writable" to "writeable".

24 years agoFix typo.
Chris Hanson [Thu, 6 Apr 2000 03:26:41 +0000 (03:26 +0000)]
Fix typo.

24 years agoEliminate half-baked notion of "importing" and "exporting" files. If
Chris Hanson [Thu, 6 Apr 2000 03:25:27 +0000 (03:25 +0000)]
Eliminate half-baked notion of "importing" and "exporting" files.  If
pursued, this results in particular files being marked as "external",
and others as "internal", and it becomes clumsy.

24 years agoFix typo.
Chris Hanson [Thu, 6 Apr 2000 03:14:36 +0000 (03:14 +0000)]
Fix typo.

24 years agoFix typo: some instances of BUFFER-VC-MASTER that should have been
Chris Hanson [Thu, 6 Apr 2000 03:10:45 +0000 (03:10 +0000)]
Fix typo: some instances of BUFFER-VC-MASTER that should have been
changed to CURRENT-VC-MASTER.

24 years agoChange vc-next-action so that it doesn't read in files that aren't
Chris Hanson [Thu, 6 Apr 2000 02:31:23 +0000 (02:31 +0000)]
Change vc-next-action so that it doesn't read in files that aren't
already in buffers.

24 years agoAdd missing exports for RMAIL summary mode.
Chris Hanson [Wed, 5 Apr 2000 14:22:55 +0000 (14:22 +0000)]
Add missing exports for RMAIL summary mode.

24 years agoDelete old files.
Chris Hanson [Tue, 4 Apr 2000 18:54:22 +0000 (18:54 +0000)]
Delete old files.