mit-scheme.git
1989-04-05 Chris HansonUpdate pathnames to reflect current installation. ...
1989-04-05 Chris HansonRewrite handling of tutorial so that the file pathnames...
1989-04-05 Chris HansonChange `find-file', `read-buffer', and related procedur...
1989-04-05 Chris HansonCreate procedure `ascii-controlified?' which is true...
1989-04-05 Chris HansonIn direct-update, must wrap the redrawing code with
1989-04-05 Chris HansonChange `load-edwin-file' to default the directory of...
1989-04-05 Chris HansonRemove filter queuing mechanism. Rewrite filter state...
1989-04-05 Chris HansonMake file-system errors have a common generalization.
1989-04-05 Chris HansonRandom typo in previous change.
1989-04-05 Chris HansonOrganize handling of file system errors so that they...
1989-04-05 Chris HansonUse proper error-type to signal open file error.
1989-04-05 Chris HansonInitial revision
1989-04-05 Chris HansonMove unix primitives elsewhere.
1989-04-05 Chris HansonCan't use `po' in the runtime system -- it is strictly...
1989-04-03 Chris HansonWhen a procedure appears in the operator position,...
1989-03-30 Guillermo J... 1) Add support for ordinary terminals by using the...
1989-03-29 Panayotis Skordosarray-cons-reals: use double precision as much as possible
1989-03-29 Guillermo J... Fix a trivial bug in the open coding of SYSTEM-VECTOR...
1989-03-29 Guillermo J... Add support for trap recovery:
1989-03-28 Arthur GlecklerDeleted second copy of copyright message.
1989-03-28 Guillermo J... Registers[REGBLOCK_PRIMITIVE] is now cleared when a...
1989-03-27 Guillermo J... Trap recovery has been changed. The microcode attempts...
1989-03-23 Guillermo J... Add optional filename argument to read-microcode-tables...
1989-03-15 Chris Hanson*** empty log message ***
1989-03-15 Chris HansonChanges to make Dired work better.
1989-03-15 Chris HansonChanges to make this work with Emacs' tags tables.
1989-03-15 Chris HansonChange `read-buffer' to correctly update the read-only...
1989-03-15 Chris HansonChange `current-default-pathname' and `pathname->buffer...
1989-03-15 Chris HansonWhen evaluation errors occur, pop up buffer with error...
1989-03-15 Chris Hanson*** empty log message ***
1989-03-15 Chris HansonA number of changes to accomodate the unix environment.
1989-03-15 Chris HansonRemove `writeable?' flag; define writability in terms of
1989-03-15 Chris HansonDon't echo fasloads to REPL when loading libraries.
1989-03-15 Chris Hanson*** empty log message ***
1989-03-14 Chris HansonChanges to repackage the environment optimizer.
1989-03-14 Chris Hanson`undrift-procedure!' must set the block-parent of the...
1989-03-14 Chris HansonRule which prevents lifting procedures of some "LET...
1989-03-14 Chris HansonCan't pass a context to `make-return', because it expec...
1989-03-14 Chris HansonThe `block/procedure' of a block is not always a proced...
1989-03-14 Chris HansonExport `condition/message' for use in error-reporting...
1989-03-14 Chris HansonFix another trivial bug.
1989-03-14 Chris HansonInitial revision
1989-03-14 Chris HansonInitial working version for C-Scheme.
1989-03-14 Chris HansonDon't use vector-ref on result of file-attributes.
1989-03-14 Chris Hanson*** empty log message ***
1989-03-14 Chris HansonChange `delete-file' to return #F if the file does...
1989-03-14 Chris HansonAdd new operations to support Edwin:
1989-03-14 Chris HansonChange `identify-world' to accept an output port as...
1989-03-14 Chris HansonVarious changes to support Edwin.
1989-03-14 Chris HansonImplement new primitives to support Edwin:
1989-03-14 Chris HansonInitial revision
1989-03-14 Chris HansonFix some random typos.
1989-03-10 Chris HansonAdd rule for
1989-03-07 Chris Hanson*** empty log message ***
1989-03-07 Chris HansonAdd handlers for other errors that can be signalled by
1989-03-07 Chris HansonAdd `weak-memq'. Make compound car/cdr operations...
1989-03-06 Chris HansonExport new operations to global environment.
1989-03-06 Chris HansonAdd new operations `with-cmdl/{in,out}put-port'.
1989-03-06 Chris HansonAdd new operation `object-component-binder'.
1989-03-06 Chris HansonAdd new operation `set-current-output-port!'.
1989-03-06 Chris HansonAdd new operation `set-current-input-port!'.
1989-03-02 Chris Hanson*** empty log message ***
1989-03-01 Gerald Jay... Add \n\ to end of each line in primitive procedure...
1989-02-28 Chris Hanson*** empty log message ***
1989-02-28 Chris HansonAdd "record" package from JAR.
1989-02-28 Chris HansonInitial revision
1989-02-28 Chris HansonAllow stored description of named structure to be eithe...
1989-02-28 Chris Hanson*** empty log message ***
1989-02-28 Chris HansonFencepost error in `zellers-congruence' caused day...
1989-02-28 Chris Hanson`proceed' from an error, with an argument, wasn't skipp...
1989-02-24 Chris Hanson*** empty log message ***
1989-02-24 Chris HansonAdd support for X11 graphics on HP machines.
1989-02-24 Chris HansonInitial revision
1989-02-22 Chris HansonDon't treat data lists like combinations.
1989-02-19 Guillermo J... Fix a problem whereby invalid C was generated when...
1989-02-19 Guillermo J... Fix problem with duplicate definition of PI.
1989-02-19 Guillermo J... Some changes to unix.c to remove most conditionalizatio...
1989-02-17 Guillermo J... Fix a declaration in Mul.
1989-02-15 Guillermo J... Fix some documentation on flags, and add sun4 info.
1989-02-15 Guillermo J... Improve mantissa bit computation so that it takes round...
1989-02-15 Guillermo J... Some enhancements for floating alignment and error...
1989-02-14 Guillermo J... Fix uninitialized variable bug.
1989-02-10 Guillermo J... Fix within-continuation and rewrite invocation-method...
1989-02-10 Guillermo J... Add #@ to read back hashed objects.
1989-02-10 Guillermo J... Add #@ to read back hashed objects.
1989-02-09 Chris HansonPretty-printer needs definition of `unparse-list/prefix...
1989-02-09 Chris Hanson*** empty log message ***
1989-02-09 Chris HansonUnparser now treats QUASIQUOTE, UNQUOTE, and UNQUOTE...
1989-02-08 Chris Hanson`define-structure' macro should return the name of...
1989-01-30 Chris HansonEliminate C compiler warning.
1989-01-21 Chris HansonEliminate unreferenced variable warning.
1989-01-21 Chris Hanson*** empty log message ***
1989-01-21 Chris HansonDefine `combination/inline/simple?'.
1989-01-21 Chris HansonAdd several new rules which are needed because of chang...
1989-01-21 Chris HansonChange the expression-simplification to generate tempor...
1989-01-21 Chris HansonImplement more aggressive compression of the RTL, becau...
1989-01-21 Chris HansonOpen coding of primitives: flesh out the type and range...
1989-01-21 Chris HansonChange simplicity analysis: previously all inline coded...
1989-01-21 Chris HansonChange CSE to record expressions as their values are...
1989-01-18 Chris HansonRemove all dependencies on "rtlbase/rtlcon".
next