mit-scheme.git
1999-08-13 Chris HansonUpdate socket/host-name stuff.
1999-08-13 Chris HansonFix typo.
1999-08-13 Chris HansonFix calling arguments to gethostbyaddr.
1999-08-13 Chris HansonFix typo.
1999-08-13 Chris HansonImplement and export various host-name manipulating...
1999-08-13 Chris HansonAdd new ECB and OFB modes.
1999-08-13 Chris HansonFix typo.
1999-08-13 Chris HansonAdd new primitive GET-HOST-BY-ADDRESS.
1999-08-13 Chris HansonAdd ECB and OFB modes.
1999-08-13 Chris HansonDon't mention encapsulation; this feature will probably...
1999-08-10 Chris HansonDon't load krypt.
1999-08-10 Chris HansonWipe buffer strings that might contain plaintext.
1999-08-10 Chris HansonEliminate use of krypt and the ".ky" file suffix. ...
1999-08-10 Chris HansonEliminate PROMPT-FOR-PASSWORD in favor of CALL-WITH...
1999-08-09 Chris HansonTweak /dev/random loop to be a little cleaner.
1999-08-09 Chris HansonMore changes for cold-load problems.
1999-08-09 Chris HansonTweak previous change so that cold-load sequence works...
1999-08-09 Chris HansonIf /dev/random is available, use it to seed the PRNG.
1999-08-09 Chris HansonFix typo.
1999-08-09 Chris HansonEliminate BLOWFISH-CFB64. Modify BLOWFISH-CBC and
1999-08-09 Chris HansonFix typo.
1999-08-09 Chris HansonChange to use new primitives that reduce consing. ...
1999-08-09 Chris HansonChange internal name from WRITE-SUBSTRING to WRITE...
1999-08-09 Chris HansonChange calls to PROMPT-FOR-PASSWORD to say "pass phrase...
1999-08-09 Chris HansonRuntime system no longer runs MD5 on the passphrase...
1999-08-09 Chris HansonAdd new procedure WRITE-SUBSTRING.
1999-08-09 Chris HansonUpdate copyright; restructure to have multiple chapters.
1999-08-09 Chris HansonAdd key to enable krypt support, just like the one...
1999-08-09 Chris HansonArrgh. Fix another instance of the init-vector thinko.
1999-08-09 Chris HansonArrgh. Fix another instance of the init-vector thinko.
1999-08-09 Chris HansonModify usage of blowfish encryption to match new design...
1999-08-09 Chris HansonFix my broken understanding of the role of the init...
1999-08-04 Chris HansonDocument interface to TCP sockets.
1999-08-04 Chris HansonA final round of changes for the release. This should...
1999-07-31 Chris HansonFix thinko.
1999-07-26 Chris HansonChange TCP-SERVER-CONNECTION-ACCEPT to return two value...
1999-07-16 Chris HansonMore changes for release.
1999-07-16 Chris HansonMore changes for release.
1999-07-16 Chris HansonMore changes for release.
1999-07-06 Chris HansonMore changes for the upcoming release.
1999-07-06 Chris HansonFix argument order for SUBSTRING?. Reformat.
1999-07-06 Chris HansonCopy the arguments list returned by *ARGS*.
1999-07-03 Chris HansonFix typo in previous change.
1999-07-03 Chris HansonMany changes in preparation for the upcoming 7.5 releas...
1999-06-26 Chris HansonDon't use RE-REGISTERS and SET-RE-REGISTERS! any more...
1999-06-22 Chris HansonDocument optional argument to re-match-start-index and
1999-06-22 Chris HansonChange external representation of regular-expression...
1999-06-22 Chris HansonFix fencepost error in STRING-SEARCH-ALL.
1999-06-22 Chris HansonChange info filename to "scheme.info".
1999-06-22 Chris HansonAdd documentation for regular-expression procedures...
1999-06-21 Chris HansonChange arguments to string-search procedures to make...
1999-06-21 Chris HansonChange string regexp search procedures to make their...
1999-06-21 Chris HansonFix bug: scheme-under-emacs stopped working due to...
1999-06-10 Chris HansonFix fencepost error in string-search-forward.
1999-06-06 Chris HansonAdd support for files compressed with bzip2.
1999-06-03 Chris HansonChange to run on a linux box.
1999-06-03 Chris HansonChange to run on a linux box.
1999-06-03 Chris HansonAdd a few more directories to have their RCS.log files...
1999-05-28 Chris HansonAdd documentation for subprocesses, machine time, and...
1999-05-21 Chris HansonRename re-string-search to re-string-search-forward.
1999-05-18 Chris HansonAdd lock to blowfish code. The code now will work...
1999-05-15 Chris HansonEliminate #!aux quoting problem.
1999-05-15 Chris HansonEliminate '#!aux, which parses to the wrong thing ...
1999-05-15 Chris HansonFix previous change. Problem is subtle -- LAMBDA-AUXIL...
1999-05-14 Chris HansonChange #!aux to be an interned symbol.
1999-05-13 Chris HansonMove regular-expression support to the runtime system...
1999-05-13 Chris HansonInitial revision
1999-05-13 Chris HansonFix typo.
1999-05-11 Chris HansonImplement new procedures SIMPLE-COMMAND-LINE-PARSER and
1999-05-11 Chris HansonUse new procedure SIMPLE-COMMAND-LINE-PARSER in place of
1999-05-11 Chris HansonImplement new procedures SIMPLE-COMMAND-LINE-PARSER and
1999-05-11 Chris HansonChange option code so that "-compiler" and "-edwin...
1999-05-11 Chris HansonChange option code so that "-compiler" and "-edwin...
1999-05-08 Chris HansonDelete definitions of FIX:MIN and FIX:MAX, which are...
1999-05-08 Chris HansonDocument new string-search procedures and string-revers...
1999-05-08 Chris HansonFix thinko in previous change.
1999-05-08 Chris HansonImplement STRING-SEARCH-ALL and SUBSTRING-SEARCH-ALL.
1999-05-07 Chris HansonFix fencepost bug.
1999-05-07 Chris HansonImplement Boyer-Moore string search. Also add procedur...
1999-05-07 Chris HansonFix bug: "string.scm" had wrong package designation.
1999-05-07 Chris HansonImplement Boyer-Moore string search. Also add procedur...
1999-05-07 Chris HansonImplement Boyer-Moore string search. Also add procedur...
1999-05-07 Chris HansonImplement FIX:MIN and FIX:MAX.
1999-05-04 Chris HansonInterpret contents of password-file variable as relativ...
1999-05-04 Chris HansonDefine variable that specifies the password filename...
1999-05-04 Chris HansonDefine variable that specifies the password filename...
1999-05-04 Chris HansonDefine variable that specifies the password filename...
1999-04-29 Chris HansonChange documentation for time procedures to match new...
1999-04-28 Chris HansonChange default font to "8.Courier".
1999-04-28 Chris HansonAdd definition needed for use with newer versions of...
1999-04-27 Chris HansonFix thinko in error call.
1999-04-26 Chris HansonFix logic so that CURRENT-HOME-DIRECTORY doesn't genera...
1999-04-24 Chris HansonFix bug that occurred when the HOME environment variabl...
1999-04-20 Chris HansonUse reasonable default working directory.
1999-04-08 Chris HansonImplement remaining time-representation conversions.
1999-04-07 Chris HansonImplement remainder of RFC-822 syntax: optional day...
1999-04-07 Chris HansonThis change requires microcode 11.163 or later.
1999-04-07 Chris HansonThis change requires microcode 11.163 or later.
1999-04-07 Chris HansonImplement BURST-STRING.
1999-04-07 Chris HansonImplement primitive to decode unix time to UTC.
next