1989-04-18 |
Chris Hanson | Change `get-primitive-name' to return a string instead... |
commit | commitdiff | tree | snapshot |
1989-04-18 |
Chris Hanson | Eliminate use of `make-named-tag', which has been flush... |
commit | commitdiff | tree | snapshot |
1989-04-18 |
Chris Hanson | Update runtime system to use lower case as the canonica... |
commit | commitdiff | tree | snapshot |
1989-04-18 |
Chris Hanson | It's OK to assume that the GC header of an object passed to |
commit | commitdiff | tree | snapshot |
1989-04-18 |
Chris Hanson | Update copyright date. |
commit | commitdiff | tree | snapshot |
1989-04-18 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-04-18 |
Chris Hanson | Change `get-primitive-name' to return a string instead... |
commit | commitdiff | tree | snapshot |
1989-04-17 |
Chris Hanson | Eliminate references to `string->symbol'. |
commit | commitdiff | tree | snapshot |
1989-04-17 |
Chris Hanson | Don't need special structure tag for `syntax-table... |
commit | commitdiff | tree | snapshot |
1989-04-17 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
1989-04-17 |
Chris Hanson | Repackage the operator-analysis code. |
commit | commitdiff | tree | snapshot |
1989-04-17 |
Chris Hanson | Now that continuations have their `continuation/combina... |
commit | commitdiff | tree | snapshot |
1989-04-17 |
Chris Hanson | Make the `continuation/combinations' field of a procedu... |
commit | commitdiff | tree | snapshot |
1989-04-17 |
Chris Hanson | Fix typo in `combination/constant!'. Also add some... |
commit | commitdiff | tree | snapshot |
1989-04-15 |
Chris Hanson | Eliminate case sensitivities in the primitive lookup... |
commit | commitdiff | tree | snapshot |
1989-04-15 |
Chris Hanson | Eliminate case sensitivities in the primitive lookup... |
commit | commitdiff | tree | snapshot |
1989-04-15 |
Chris Hanson | Rewrite all case-sensitive symbol operations to be... |
commit | commitdiff | tree | snapshot |
1989-04-15 |
Chris Hanson | Fix bug in lookup of integrated stack-allocated compile... |
commit | commitdiff | tree | snapshot |
1989-04-15 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-04-15 |
Chris Hanson | Export new procedure `%make-combination' to the debuggi... |
commit | commitdiff | tree | snapshot |
1989-04-15 |
Chris Hanson | Use new procedure `%make-combination' to construct... |
commit | commitdiff | tree | snapshot |
1989-04-15 |
Chris Hanson | Create procedure `%make-combination' that does not... |
commit | commitdiff | tree | snapshot |
1989-04-15 |
Chris Hanson | Change `symbol->string' so that it returns a lower... |
commit | commitdiff | tree | snapshot |
1989-04-15 |
Chris Hanson | Fix typo in `scan-sexps-forward'. |
commit | commitdiff | tree | snapshot |
1989-04-15 |
Chris Hanson | Many changes for GNU Emacs compatibility: |
commit | commitdiff | tree | snapshot |
1989-04-15 |
Chris Hanson | Many changes for GNU Emacs compatibility: |
commit | commitdiff | tree | snapshot |
1989-04-15 |
Chris Hanson | Fix typo in `scan-sexps-forward'. |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | Modify `char-controlify' and `char-control-metafy'... |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | Update to reflect changes in `find-file-noselect'. |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | Update pathnames to reflect current installation. ... |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | Rewrite handling of tutorial so that the file pathnames... |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | Change `find-file', `read-buffer', and related procedur... |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | Create procedure `ascii-controlified?' which is true... |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | In direct-update, must wrap the redrawing code with |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | Change `load-edwin-file' to default the directory of... |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | Remove filter queuing mechanism. Rewrite filter state... |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | Make file-system errors have a common generalization. |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | Random typo in previous change. |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | Organize handling of file system errors so that they... |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | Use proper error-type to signal open file error. |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | Move unix primitives elsewhere. |
commit | commitdiff | tree | snapshot |
1989-04-05 |
Chris Hanson | Can't use `po' in the runtime system -- it is strictly... |
commit | commitdiff | tree | snapshot |
1989-04-03 |
Chris Hanson | When a procedure appears in the operator position,... |
commit | commitdiff | tree | snapshot |
1989-03-30 |
Guillermo J... | 1) Add support for ordinary terminals by using the... |
commit | commitdiff | tree | snapshot |
1989-03-29 |
Panayotis Skordos | array-cons-reals: use double precision as much as possible |
commit | commitdiff | tree | snapshot |
1989-03-29 |
Guillermo J... | Fix a trivial bug in the open coding of SYSTEM-VECTOR... |
commit | commitdiff | tree | snapshot |
1989-03-29 |
Guillermo J... | Add support for trap recovery: |
commit | commitdiff | tree | snapshot |
1989-03-28 |
Arthur Gleckler | Deleted second copy of copyright message. |
commit | commitdiff | tree | snapshot |
1989-03-28 |
Guillermo J... | Registers[REGBLOCK_PRIMITIVE] is now cleared when a... |
commit | commitdiff | tree | snapshot |
1989-03-27 |
Guillermo J... | Trap recovery has been changed. The microcode attempts... |
commit | commitdiff | tree | snapshot |
1989-03-23 |
Guillermo J... | Add optional filename argument to read-microcode-tables... |
commit | commitdiff | tree | snapshot |
1989-03-15 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-03-15 |
Chris Hanson | Changes to make Dired work better. |
commit | commitdiff | tree | snapshot |
1989-03-15 |
Chris Hanson | Changes to make this work with Emacs' tags tables. |
commit | commitdiff | tree | snapshot |
1989-03-15 |
Chris Hanson | Change `read-buffer' to correctly update the read-only... |
commit | commitdiff | tree | snapshot |
1989-03-15 |
Chris Hanson | Change `current-default-pathname' and `pathname->buffer... |
commit | commitdiff | tree | snapshot |
1989-03-15 |
Chris Hanson | When evaluation errors occur, pop up buffer with error... |
commit | commitdiff | tree | snapshot |
1989-03-15 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-03-15 |
Chris Hanson | A number of changes to accomodate the unix environment. |
commit | commitdiff | tree | snapshot |
1989-03-15 |
Chris Hanson | Remove `writeable?' flag; define writability in terms of |
commit | commitdiff | tree | snapshot |
1989-03-15 |
Chris Hanson | Don't echo fasloads to REPL when loading libraries. |
commit | commitdiff | tree | snapshot |
1989-03-15 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | Changes to repackage the environment optimizer. |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | `undrift-procedure!' must set the block-parent of the... |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | Rule which prevents lifting procedures of some "LET... |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | Can't pass a context to `make-return', because it expec... |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | The `block/procedure' of a block is not always a proced... |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | Export `condition/message' for use in error-reporting... |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | Fix another trivial bug. |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | Initial working version for C-Scheme. |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | Don't use vector-ref on result of file-attributes. |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | Change `delete-file' to return #F if the file does... |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | Add new operations to support Edwin: |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | Change `identify-world' to accept an output port as... |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | Various changes to support Edwin. |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | Implement new primitives to support Edwin: |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1989-03-14 |
Chris Hanson | Fix some random typos. |
commit | commitdiff | tree | snapshot |
1989-03-10 |
Chris Hanson | Add rule for |
commit | commitdiff | tree | snapshot |
1989-03-07 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-03-07 |
Chris Hanson | Add handlers for other errors that can be signalled by |
commit | commitdiff | tree | snapshot |
1989-03-07 |
Chris Hanson | Add `weak-memq'. Make compound car/cdr operations... |
commit | commitdiff | tree | snapshot |
1989-03-06 |
Chris Hanson | Export new operations to global environment. |
commit | commitdiff | tree | snapshot |
1989-03-06 |
Chris Hanson | Add new operations `with-cmdl/{in,out}put-port'. |
commit | commitdiff | tree | snapshot |
1989-03-06 |
Chris Hanson | Add new operation `object-component-binder'. |
commit | commitdiff | tree | snapshot |
1989-03-06 |
Chris Hanson | Add new operation `set-current-output-port!'. |
commit | commitdiff | tree | snapshot |
1989-03-06 |
Chris Hanson | Add new operation `set-current-input-port!'. |
commit | commitdiff | tree | snapshot |
1989-03-02 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-03-01 |
Gerald Jay... | Add \n\ to end of each line in primitive procedure... |
commit | commitdiff | tree | snapshot |
1989-02-28 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-02-28 |
Chris Hanson | Add "record" package from JAR. |
commit | commitdiff | tree | snapshot |
1989-02-28 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1989-02-28 |
Chris Hanson | Allow stored description of named structure to be eithe... |
commit | commitdiff | tree | snapshot |
1989-02-28 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-02-28 |
Chris Hanson | Fencepost error in `zellers-congruence' caused day... |
commit | commitdiff | tree | snapshot |
1989-02-28 |
Chris Hanson | `proceed' from an error, with an argument, wasn't skipp... |
commit | commitdiff | tree | snapshot |
next |