Chris Hanson [Fri, 5 Nov 1999 05:36:14 +0000 (05:36 +0000)]
Implement SPLIT-LIST.
Chris Hanson [Mon, 1 Nov 1999 03:40:23 +0000 (03:40 +0000)]
Eliminate macro DEFINE-NAMED-STRUCTURE.
Chris Hanson [Mon, 1 Nov 1999 03:38:10 +0000 (03:38 +0000)]
Fix typo.
Chris Hanson [Mon, 1 Nov 1999 03:29:06 +0000 (03:29 +0000)]
Eliminate reference to GROUP-INDEX:MODIFIED-TICK.
Chris Hanson [Mon, 1 Nov 1999 01:17:36 +0000 (01:17 +0000)]
Retain inheritance information for major modes.
Chris Hanson [Mon, 1 Nov 1999 01:05:36 +0000 (01:05 +0000)]
Eliminate %SYMBOL->STRING.
Chris Hanson [Sun, 31 Oct 1999 15:04:23 +0000 (15:04 +0000)]
Fix thinko.
Chris Hanson [Sun, 31 Oct 1999 04:36:37 +0000 (04:36 +0000)]
Change argument to CURRENT-REPL-BUFFER and CURRENT-REPL-BUFFER* to be
optional.
Chris Hanson [Sun, 31 Oct 1999 04:34:09 +0000 (04:34 +0000)]
Create mechanism and command to associate an inferior REPL buffer with
another buffer for evaluation purposes. Change M-x repl to
automatically associate a newly-created REPL buffer with the current
buffer.
Chris Hanson [Thu, 28 Oct 1999 03:53:51 +0000 (03:53 +0000)]
Eliminate compiler warning.
Chris Hanson [Tue, 26 Oct 1999 20:51:25 +0000 (20:51 +0000)]
Set the working directory when loading this file.
Chris Hanson [Sat, 23 Oct 1999 03:16:22 +0000 (03:16 +0000)]
Don't add newline before prompt at beginning of buffer.
Chris Hanson [Sat, 23 Oct 1999 03:08:03 +0000 (03:08 +0000)]
Fix thinko.
Chris Hanson [Sat, 23 Oct 1999 03:02:22 +0000 (03:02 +0000)]
Rewrite M-x repl so that it is easy to generate new REPL buffers in
new environments.
Chris Hanson [Sat, 23 Oct 1999 03:01:46 +0000 (03:01 +0000)]
Implement EXTEND-IC-ENVIRONMENT.
Chris Hanson [Sat, 23 Oct 1999 02:46:46 +0000 (02:46 +0000)]
Bind USER-INITIAL-SYNTAX-TABLE to USER-INITIAL-ENVIRONMENT.
Chris Hanson [Sat, 9 Oct 1999 03:52:46 +0000 (03:52 +0000)]
Change $ back to prefix character in PHP mode. This is required for
it to work right with ${...} syntax.
Chris Hanson [Fri, 8 Oct 1999 04:38:49 +0000 (04:38 +0000)]
Don't modify c-continued-brace-offset in PHP mode. PHP mode no longer
inherits from Java mode.
Chris Hanson [Thu, 7 Oct 1999 17:16:00 +0000 (17:16 +0000)]
Define $ to be symbol constituent rather than prefix character in PHP
mode.
Chris Hanson [Thu, 7 Oct 1999 17:08:16 +0000 (17:08 +0000)]
Add suffixes for HTML mode.
Chris Hanson [Thu, 7 Oct 1999 17:06:20 +0000 (17:06 +0000)]
HTML mode must be loaded after Text mode.
Chris Hanson [Thu, 7 Oct 1999 17:01:54 +0000 (17:01 +0000)]
Update for new directory arrangement.
Chris Hanson [Thu, 7 Oct 1999 17:00:42 +0000 (17:00 +0000)]
Implement HTML mode.
Chris Hanson [Thu, 7 Oct 1999 17:00:07 +0000 (17:00 +0000)]
Initial revision
Chris Hanson [Thu, 7 Oct 1999 15:18:57 +0000 (15:18 +0000)]
Fix typo.
Chris Hanson [Thu, 7 Oct 1999 15:13:19 +0000 (15:13 +0000)]
Tweak syntax and naming a bit.
Chris Hanson [Thu, 7 Oct 1999 15:11:47 +0000 (15:11 +0000)]
Implement PHP mode.
Chris Hanson [Thu, 7 Oct 1999 15:01:49 +0000 (15:01 +0000)]
Implement PHP mode.
Chris Hanson [Wed, 15 Sep 1999 02:23:59 +0000 (02:23 +0000)]
Fix thinko.
Chris Hanson [Tue, 14 Sep 1999 20:18:52 +0000 (20:18 +0000)]
Poll subprocess for output after it has exited, to make sure output
isn't lost.
Chris Hanson [Tue, 14 Sep 1999 20:18:23 +0000 (20:18 +0000)]
Always run compilation subprocesses with pipes.
Chris Hanson [Sat, 11 Sep 1999 05:06:20 +0000 (05:06 +0000)]
Change calls to gzip and bzip2 to pass "-c" option.
Chris Hanson [Sat, 11 Sep 1999 03:27:41 +0000 (03:27 +0000)]
Look for USER environment variable before searching password file.
This is needed for systems in which users aren't recorded in the
password file.
Chris Hanson [Sat, 11 Sep 1999 03:26:06 +0000 (03:26 +0000)]
Don't hack mail address any longer. Students now have real accounts.
Chris Hanson [Tue, 7 Sep 1999 00:53:24 +0000 (00:53 +0000)]
Add "krypt" to standard set of load options.
Chris Hanson [Thu, 26 Aug 1999 18:20:44 +0000 (18:20 +0000)]
Fix FOO-flush-output so that it works right when the output doesn't
start with a newline.
Chris Hanson [Tue, 24 Aug 1999 02:59:37 +0000 (02:59 +0000)]
Fix typo.
Chris Hanson [Mon, 23 Aug 1999 04:47:16 +0000 (04:47 +0000)]
Fix typo.
Chris Hanson [Fri, 20 Aug 1999 20:52:45 +0000 (20:52 +0000)]
Update regular-expression documentation to reflect new implementation
in which the match registers are returned as the value of the match.
Chris Hanson [Fri, 20 Aug 1999 20:35:56 +0000 (20:35 +0000)]
Change string/substring regular-expression procedures to return a
set of registers on a successful match rather than modifying a global
set of registers. This fixes the problem in which an unlucky thread
switch can generate an error or incorrect answer.
Chris Hanson [Thu, 19 Aug 1999 22:17:31 +0000 (22:17 +0000)]
Fix version number.
Chris Hanson [Thu, 19 Aug 1999 15:08:52 +0000 (15:08 +0000)]
Tweak description of characters to account for changed representation.
Chris Hanson [Thu, 19 Aug 1999 14:50:58 +0000 (14:50 +0000)]
Replace description of dynamic-wind with text from R5RS.
Chris Hanson [Sun, 15 Aug 1999 15:25:45 +0000 (15:25 +0000)]
Fix typo.
Chris Hanson [Sat, 14 Aug 1999 03:41:01 +0000 (03:41 +0000)]
Improve method used to compute initialization vectors.
Chris Hanson [Sat, 14 Aug 1999 03:40:26 +0000 (03:40 +0000)]
Improve method used to compute initialization vectors.
Chris Hanson [Fri, 13 Aug 1999 21:25:08 +0000 (21:25 +0000)]
Update socket/host-name stuff.
Chris Hanson [Fri, 13 Aug 1999 18:49:07 +0000 (18:49 +0000)]
Fix typo.
Chris Hanson [Fri, 13 Aug 1999 18:47:57 +0000 (18:47 +0000)]
Fix calling arguments to gethostbyaddr.
Chris Hanson [Fri, 13 Aug 1999 18:43:05 +0000 (18:43 +0000)]
Fix typo.
Chris Hanson [Fri, 13 Aug 1999 18:40:43 +0000 (18:40 +0000)]
Implement and export various host-name manipulating procedures.
Change TCP-SERVER-CONNECTION-ACCEPT to accept the peer address as an
argument and to return only a single value.
Chris Hanson [Fri, 13 Aug 1999 18:32:11 +0000 (18:32 +0000)]
Add new ECB and OFB modes.
Chris Hanson [Fri, 13 Aug 1999 18:31:52 +0000 (18:31 +0000)]
Fix typo.
Chris Hanson [Fri, 13 Aug 1999 18:29:38 +0000 (18:29 +0000)]
Add new primitive GET-HOST-BY-ADDRESS.
Chris Hanson [Fri, 13 Aug 1999 17:03:48 +0000 (17:03 +0000)]
Add ECB and OFB modes.
Chris Hanson [Fri, 13 Aug 1999 00:24:30 +0000 (00:24 +0000)]
Don't mention encapsulation; this feature will probably go away.
Chris Hanson [Tue, 10 Aug 1999 17:01:21 +0000 (17:01 +0000)]
Don't load krypt.
Chris Hanson [Tue, 10 Aug 1999 16:59:46 +0000 (16:59 +0000)]
Wipe buffer strings that might contain plaintext.
Chris Hanson [Tue, 10 Aug 1999 16:54:57 +0000 (16:54 +0000)]
Eliminate use of krypt and the ".ky" file suffix. Change all
encryption commands to use Blowfish, and also to be more paranoid
about eliminating passphrases and plaintext after use.
Chris Hanson [Tue, 10 Aug 1999 16:53:42 +0000 (16:53 +0000)]
Eliminate PROMPT-FOR-PASSWORD in favor of CALL-WITH-PASS-PHRASE. The
latter wipes the string containing the pass phrase after use.
Chris Hanson [Mon, 9 Aug 1999 19:33:44 +0000 (19:33 +0000)]
Tweak /dev/random loop to be a little cleaner.
Chris Hanson [Mon, 9 Aug 1999 19:30:18 +0000 (19:30 +0000)]
More changes for cold-load problems.
Chris Hanson [Mon, 9 Aug 1999 19:27:13 +0000 (19:27 +0000)]
Tweak previous change so that cold-load sequence works. Change
MAKE-RANDOM-STATE to avoid use of CONGRUENTIAL-RNG when /dev/urandom
is being used.
Chris Hanson [Mon, 9 Aug 1999 19:08:50 +0000 (19:08 +0000)]
If /dev/random is available, use it to seed the PRNG.
Chris Hanson [Mon, 9 Aug 1999 18:33:25 +0000 (18:33 +0000)]
Fix typo.
Chris Hanson [Mon, 9 Aug 1999 18:29:38 +0000 (18:29 +0000)]
Eliminate BLOWFISH-CFB64. Modify BLOWFISH-CBC and
BLOWFISH-CFB64-SUBSTRING to accept the output buffer as an argument.
This allows better control of memory allocation. Also modify
BLOWFISH-CFB64-SUBSTRING to return the new value of `num' so that the
Scheme code need not re-compute it.
Chris Hanson [Mon, 9 Aug 1999 18:27:38 +0000 (18:27 +0000)]
Fix typo.
Chris Hanson [Mon, 9 Aug 1999 18:25:45 +0000 (18:25 +0000)]
Change to use new primitives that reduce consing. Eliminate
BLOWFISH-CFB64; rename BLOWFISH-CFB64-SUBSTRING to be BLOWFISH-CFB64.
Don't preprocess key-string with MD5 in BLOWFISH-ENCRYPT-PORT.
Eliminate BLOWFISH-ENCRYPT-STRING and BLOWFISH-ENCRYPT-SUBSTRING.
Chris Hanson [Mon, 9 Aug 1999 18:23:40 +0000 (18:23 +0000)]
Change internal name from WRITE-SUBSTRING to WRITE-BYTES to avoid
collision with new global procedure WRITE-SUBSTRING.
Chris Hanson [Mon, 9 Aug 1999 18:22:24 +0000 (18:22 +0000)]
Change calls to PROMPT-FOR-PASSWORD to say "pass phrase" rather than
"password", to encourage use of longer phrases.
Chris Hanson [Mon, 9 Aug 1999 18:19:24 +0000 (18:19 +0000)]
Runtime system no longer runs MD5 on the passphrase handed to
Blowfish.
Chris Hanson [Mon, 9 Aug 1999 18:12:11 +0000 (18:12 +0000)]
Add new procedure WRITE-SUBSTRING.
Chris Hanson [Mon, 9 Aug 1999 16:49:32 +0000 (16:49 +0000)]
Update copyright; restructure to have multiple chapters.
Chris Hanson [Mon, 9 Aug 1999 16:26:39 +0000 (16:26 +0000)]
Add key to enable krypt support, just like the one used for blowfish.
Chris Hanson [Mon, 9 Aug 1999 04:09:02 +0000 (04:09 +0000)]
Arrgh. Fix another instance of the init-vector thinko.
Chris Hanson [Mon, 9 Aug 1999 04:07:11 +0000 (04:07 +0000)]
Arrgh. Fix another instance of the init-vector thinko.
Chris Hanson [Mon, 9 Aug 1999 03:26:14 +0000 (03:26 +0000)]
Modify usage of blowfish encryption to match new design in which
header manipulation handles the init-vector.
Chris Hanson [Mon, 9 Aug 1999 03:24:27 +0000 (03:24 +0000)]
Fix my broken understanding of the role of the init-vector in the
encryption process. Essential property of the init-vector in CFB
encryption is that no two messages encrypted with the same key should
also use the same init-vector. New design will read files encrypted
with previous scheme, but writes them using the current time as the
init-vector, and writes the init-vector into the file as part of the
header.
Chris Hanson [Wed, 4 Aug 1999 01:42:54 +0000 (01:42 +0000)]
Document interface to TCP sockets.
Chris Hanson [Wed, 4 Aug 1999 01:12:42 +0000 (01:12 +0000)]
A final round of changes for the release. This should be the final
version.
Chris Hanson [Sat, 31 Jul 1999 18:39:59 +0000 (18:39 +0000)]
Fix thinko.
Chris Hanson [Mon, 26 Jul 1999 21:20:44 +0000 (21:20 +0000)]
Change TCP-SERVER-CONNECTION-ACCEPT to return two values rather than
three.
Chris Hanson [Fri, 16 Jul 1999 18:08:54 +0000 (18:08 +0000)]
More changes for release.
Chris Hanson [Fri, 16 Jul 1999 18:08:15 +0000 (18:08 +0000)]
More changes for release.
Chris Hanson [Fri, 16 Jul 1999 18:07:14 +0000 (18:07 +0000)]
More changes for release.
Chris Hanson [Tue, 6 Jul 1999 15:11:15 +0000 (15:11 +0000)]
More changes for the upcoming release.
Chris Hanson [Tue, 6 Jul 1999 15:08:44 +0000 (15:08 +0000)]
Fix argument order for SUBSTRING?. Reformat.
Chris Hanson [Tue, 6 Jul 1999 15:08:04 +0000 (15:08 +0000)]
Copy the arguments list returned by *ARGS*.
Chris Hanson [Sat, 3 Jul 1999 02:30:28 +0000 (02:30 +0000)]
Fix typo in previous change.
Chris Hanson [Sat, 3 Jul 1999 02:28:34 +0000 (02:28 +0000)]
Many changes in preparation for the upcoming 7.5 release. There's
still a fair amount left to do.
Chris Hanson [Sat, 26 Jun 1999 02:02:50 +0000 (02:02 +0000)]
Don't use RE-REGISTERS and SET-RE-REGISTERS! any more; use direct
access to the REGISTERS variable instead. This code broke when the
representation of RE-REGISTERS changed recently. Rather than expose
the entire abstraction to this code, it seems better to just bypass
it altogether.
Chris Hanson [Tue, 22 Jun 1999 18:31:35 +0000 (18:31 +0000)]
Document optional argument to re-match-start-index and
re-match-end-index.
Chris Hanson [Tue, 22 Jun 1999 18:07:19 +0000 (18:07 +0000)]
Change external representation of regular-expression registers so that
predicate is uniquely true of these objects. Modify
re-match-start-index and re-match-end-index to accept one of these
objects as an optional argument, meaning to reference the object
rather than the internal registers.
Chris Hanson [Tue, 22 Jun 1999 01:06:52 +0000 (01:06 +0000)]
Fix fencepost error in STRING-SEARCH-ALL.
Chris Hanson [Tue, 22 Jun 1999 00:47:08 +0000 (00:47 +0000)]
Change info filename to "scheme.info".
Chris Hanson [Tue, 22 Jun 1999 00:42:46 +0000 (00:42 +0000)]
Add documentation for regular-expression procedures. Change
string-search documentation to reflect rationalization of procedures.
Chris Hanson [Mon, 21 Jun 1999 21:05:27 +0000 (21:05 +0000)]
Change arguments to string-search procedures to make them consistent
with regular-expression searches.
Chris Hanson [Mon, 21 Jun 1999 20:58:56 +0000 (20:58 +0000)]
Change string regexp search procedures to make their returned indexes
consistent with the string search procedures.
Chris Hanson [Mon, 21 Jun 1999 03:47:29 +0000 (03:47 +0000)]
Fix bug: scheme-under-emacs stopped working due to port-encapsulation
changes. This isn't a general fix -- it only handles the one kind of
encapsulation that occurs in this place. If other kinds of
encapsulation are used, this will have to be generalized.
Chris Hanson [Thu, 10 Jun 1999 16:27:56 +0000 (16:27 +0000)]
Fix fencepost error in string-search-forward.