1999-02-16 |
Chris Hanson | When doing port-type inheritance, don't inherit any... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Use new port types mechanism. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Use new port types mechanism. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Export MAKE-PORT. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Change the port implementation to have a type that... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Don't export {IN,OUT}PUT-PORT/OPERATION/ procedures... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Implement FRESH-LINE operation for generic, file, and... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Implement FRESH-LINE operation for generic, file, and... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Implement FRESH-LINE operation for generic, file, and... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Allow CLOSE-INPUT-PORT and CLOSE-OUTPUT-PORT to indepen... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Allow CLOSE-INPUT-PORT and CLOSE-OUTPUT-PORT to indepen... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Allow CLOSE-INPUT-PORT and CLOSE-OUTPUT-PORT to indepen... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Allow CLOSE-INPUT-PORT and CLOSE-OUTPUT-PORT to indepen... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Eliminate some randomness. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Eliminate WRITE-STRING output-port operation. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Change output port to implement WRITE-SUBSTRING rather... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Eliminate READ-CHARS input-port operation. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Eliminate use of READ-CHARS operation. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
Chris Hanson | Eliminate WRITE-CHARS operation on output ports. |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Chris Hanson | Fix fencepost error when printing bindings. Show compl... |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Chris Hanson | Fix fencepost error when printing bindings. Show compl... |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Chris Hanson | Guarantee that symbols are canonicalized when loading... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Chris Hanson | Fix thinko. |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Chris Hanson | Allow working directory to be a pathname. |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Chris Hanson | Run merge-pathnames on the working directory of a subpr... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Chris Hanson | Extensive changes to use the SYNCHRONOUS-SUBPROCESS... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Chris Hanson | Must load SYNCHRONOUS-SUBPROCESS support. |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Chris Hanson | Change calls to OS/FIND-PROGRAM so that they explicitly... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Chris Hanson | Reverse optional arguments for OS/FIND-PROGRAM. |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Chris Hanson | Eliminate DOS/DEFAULT-SHELL-FILE-NAME and DOS/WINDOWS... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Chris Hanson | Remove PROCESS-ENVIRONMENT-BIND, which has been moved... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Chris Hanson | Remove definitions that are now present in the runtime... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Chris Hanson | Increment runtime version to account for subprocess... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Chris Hanson | More subprocess changes. |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Chris Hanson | Procedure PROCESS-ENVIRONMENT-BIND moved from Edwin... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Chris Hanson | Eliminate CONDITION-TYPE:SUBPROCESS-EXITED. Add option... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Chris Hanson | Change name: RUN-SYNCHRONOUS-PROCESS to RUN-SYNCHRONOUS... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Chris Hanson | Change name: RUN-SYNCHRONOUS-PROCESS to RUN-SYNCHRONOUS... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Chris Hanson | Change name: RUN-SYNCHRONOUS-PROCESS to RUN-SYNCHRONOUS... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Chris Hanson | Fix bug: when evaluate-in-inferior-repl true, and there... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Chris Hanson | Fix thinko. |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Chris Hanson | Fix thinko. Change definition of RUN-SYNCHRONOUS-PROCE... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Chris Hanson | Add support for running synchronous subprocesses outsid... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Chris Hanson | Fix thinko. |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Chris Hanson | Change prompt history yet again. Now the history is... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Chris Hanson | Eliminate use of HISTORY-DEFAULT prompt option. |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Chris Hanson | Fix thinko in history mechanism. |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Chris Hanson | Use new prompt history. |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Chris Hanson | History never sets prompt default except when explicitl... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Chris Hanson | History never sets prompt default except when explicitl... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Chris Hanson | History never sets prompt default except when explicitl... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Chris Hanson | Use new prompt-history mechanism. |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Chris Hanson | Fix how defaults are derived from history. |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Chris Hanson | Make prompt history mechanism convenient: histories... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Chris Hanson | Change RING-LIST to copy the value that it returns. |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Chris Hanson | Bind eval-expression to M-: for compatibility with... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Chris Hanson | Add USUAL-INTEGRATIONS declaration. |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Chris Hanson | Change to match new prompting code in Edwin 3.96. |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Chris Hanson | Revamp of prompting code. New design supports keyword... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Chris Hanson | Don't quote description strings. Quoting precludes... |
commit | commitdiff | tree | snapshot |
1999-01-16 |
Chris Hanson | Fix bug from last change: don't check file header when... |
commit | commitdiff | tree | snapshot |
1999-01-16 |
Chris Hanson | Fix bug from last change: don't check file header when... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Chris Hanson | Fix compiler warnings. |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Chris Hanson | Implement M-x view-password-file to allow a password... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Chris Hanson | Fix formatting error. |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Chris Hanson | Fix binding: "home" key on PCs means beginning-of-line. |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Chris Hanson | Use new BLOWFISH-FILE? predicate to test .bf files... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Chris Hanson | Add procedure BLOWFISH-FILE?. |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Chris Hanson | Use more specific condition for signalling "non-blowfis... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Chris Hanson | Fix PATHNAME-DEFAULT-MODE so that application of auto... |
commit | commitdiff | tree | snapshot |
1999-01-09 |
Chris Hanson | Add copyright statement. |
commit | commitdiff | tree | snapshot |
1999-01-03 |
Chris Hanson | Fix mis-attributed copyright statement. These files... |
commit | commitdiff | tree | snapshot |
1999-01-03 |
Chris Hanson | Fix version. |
commit | commitdiff | tree | snapshot |
1999-01-02 |
Chris Hanson | Change copyright to GPL. |
commit | commitdiff | tree | snapshot |
1999-01-02 |
Chris Hanson | Change names of top-level /scheme directories. |
commit | commitdiff | tree | snapshot |
1999-01-02 |
Chris Hanson | Change copyright to GPL. |
commit | commitdiff | tree | snapshot |
1999-01-02 |
Chris Hanson | Change copyright to GPL. |
commit | commitdiff | tree | snapshot |
1999-01-02 |
Chris Hanson | Unknown changes by Stephen Adams. |
commit | commitdiff | tree | snapshot |
1999-01-02 |
Chris Hanson | Enable disassembler. |
commit | commitdiff | tree | snapshot |
1998-12-31 |
Chris Hanson | Don't stop news-article iteration for articles that... |
commit | commitdiff | tree | snapshot |
1998-12-31 |
Chris Hanson | Add ability to specify a proxy for a NNTP server. |
commit | commitdiff | tree | snapshot |
1998-12-29 |
Chris Hanson | Implement variable news-group-cache-policy to control... |
commit | commitdiff | tree | snapshot |
1998-12-29 |
Chris Hanson | Implement variable news-group-cache-policy to control... |
commit | commitdiff | tree | snapshot |
1998-12-29 |
Chris Hanson | Change news-group formatting once more -- this time... |
commit | commitdiff | tree | snapshot |
1998-12-25 |
Chris Hanson | Change news-group-truncate-subject variable to allow... |
commit | commitdiff | tree | snapshot |
1998-12-17 |
Chris Hanson | Fix typo in info-directory-list documentation string. |
commit | commitdiff | tree | snapshot |
1998-12-09 |
Chris Hanson | Implement M-x insert-filename. |
commit | commitdiff | tree | snapshot |
1998-12-04 |
Chris Hanson | Fix bug: under specific conditions the closure analyzer... |
commit | commitdiff | tree | snapshot |
1998-12-04 |
Chris Hanson | Fix bug: under some circumstances a null completion... |
commit | commitdiff | tree | snapshot |
1998-11-23 |
Chris Hanson | Change USER-HOME-DIRECTORY to generate an error if... |
commit | commitdiff | tree | snapshot |
1998-11-18 |
Chris Hanson | Eliminate another file error in prompting. |
commit | commitdiff | tree | snapshot |
1998-11-18 |
Chris Hanson | Eliminate another file error in prompting. |
commit | commitdiff | tree | snapshot |
1998-11-18 |
Chris Hanson | Eliminate mistaken extra binding for C-c C-u in interac... |
commit | commitdiff | tree | snapshot |
1998-11-18 |
Chris Hanson | Add additional argument to PROMPT-FOR-COMPLETED-STRING... |
commit | commitdiff | tree | snapshot |
1998-11-18 |
Chris Hanson | Eliminate various I/O errors that can occur during... |
commit | commitdiff | tree | snapshot |
1998-11-05 |
Chris Hanson | Special-case handling when the virtual/physical coordin... |
commit | commitdiff | tree | snapshot |
next |