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