mit-scheme.git
1989-04-23 Chris HansonUpdate some documentation strings.
1989-04-23 Chris HansonChange usage of `mark-permanent!'.
1989-04-23 Chris HansonIn `repeat-complex-command', range check the argument...
1989-04-23 Chris HansonHandle #\return character correctly in incremental...
1989-04-23 Chris HansonChange interaction mode to be more like scheme-interact...
1989-04-23 Chris HansonChange name `%set-mark-position!' to `set-mark-position!'.
1989-04-23 Chris HansonChange definition of `guarantee-mark' to make it more...
1989-04-23 Chris HansonAdd argument to `dispatch-on-command' to force recordin...
1989-04-23 Chris HansonRewrite changes and clip daemons to reduce consing...
1989-04-23 Chris HansonChange `%window-y-center' to restrict its result to...
1989-04-23 Chris HansonAdd argument to `dispatch-on-command' to force recordin...
1989-04-23 Chris HansonEnable `delete-auto-save-files' by default. Update...
1989-04-21 Chris HansonExport new procedures `weak-list->list' and `list-...
1989-04-21 Chris HansonReturn unspecific value for weak-pair side-effects...
1989-04-21 Mark FriedmanSupport for passing arguments in registers.
1989-04-21 Mark FriedmanSupport for passing arguments in registers.
1989-04-21 Mark FriedmanSupport for passing arguments in registers.
1989-04-21 Mark FriedmanSupport for passing arguments in registers.
1989-04-21 Mark FriedmanSupport for passing arguments to procedures in registers.
1989-04-21 Mark FriedmanInitial revision
1989-04-21 Mark FriedmanNew version of compiler which includes support for...
1989-04-20 Chris Hanson*** empty log message ***
1989-04-20 Chris HansonMake sure that "make" is resyntaxed.
1989-04-20 Chris HansonAdd new operations `os/file-directory?', `os/make-filen...
1989-04-20 Chris HansonAdd indentation methods for `there-exists?' and `for...
1989-04-20 Chris HansonDon't sort the strings returned by the `list-completion...
1989-04-20 Chris HansonImplement `completion-ignored-extensions'. When direct...
1989-04-20 Chris HansonTrivial rewriting of some code.
1989-04-20 Chris HansonTreat ALL ascii control characters specially when decid...
1989-04-20 Chris HansonFix bug: C range checks don't work the way I foolishly...
1989-04-20 Chris HansonDon't simplify the directory "./" to the null string.
1989-04-19 Arthur GlecklerMake floating-point spill area.
1989-04-18 Chris HansonImprove script so that it will work from bare sources.
1989-04-18 Chris HansonChange `get-primitive-name' to return a string instead...
1989-04-18 Chris HansonEliminate use of `make-named-tag', which has been flush...
1989-04-18 Chris HansonUpdate runtime system to use lower case as the canonica...
1989-04-18 Chris HansonIt's OK to assume that the GC header of an object passed to
1989-04-18 Chris HansonUpdate copyright date.
1989-04-18 Chris Hanson*** empty log message ***
1989-04-18 Chris HansonChange `get-primitive-name' to return a string instead...
1989-04-17 Chris HansonEliminate references to `string->symbol'.
1989-04-17 Chris HansonDon't need special structure tag for `syntax-table...
1989-04-17 Chris HansonFix typo.
1989-04-17 Chris HansonRepackage the operator-analysis code.
1989-04-17 Chris HansonNow that continuations have their `continuation/combina...
1989-04-17 Chris HansonMake the `continuation/combinations' field of a procedu...
1989-04-17 Chris HansonFix typo in `combination/constant!'. Also add some...
1989-04-15 Chris HansonEliminate case sensitivities in the primitive lookup...
1989-04-15 Chris HansonEliminate case sensitivities in the primitive lookup...
1989-04-15 Chris HansonRewrite all case-sensitive symbol operations to be...
1989-04-15 Chris HansonFix bug in lookup of integrated stack-allocated compile...
1989-04-15 Chris Hanson*** empty log message ***
1989-04-15 Chris HansonExport new procedure `%make-combination' to the debuggi...
1989-04-15 Chris HansonUse new procedure `%make-combination' to construct...
1989-04-15 Chris HansonCreate procedure `%make-combination' that does not...
1989-04-15 Chris HansonChange `symbol->string' so that it returns a lower...
1989-04-15 Chris HansonFix typo in `scan-sexps-forward'.
1989-04-15 Chris HansonMany changes for GNU Emacs compatibility:
1989-04-15 Chris HansonMany changes for GNU Emacs compatibility:
1989-04-15 Chris HansonFix typo in `scan-sexps-forward'.
1989-04-05 Chris Hanson*** empty log message ***
1989-04-05 Chris HansonModify `char-controlify' and `char-control-metafy'...
1989-04-05 Chris HansonUpdate to reflect changes in `find-file-noselect'.
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...
next