mit-scheme.git
1989-05-03 Guillermo J... Add a cast from enum_type to int so it can be used...
1989-05-03 Chris HansonDon't use _toupper() since it doesn't exist in non...
1989-05-01 Chris HansonAssociate new operation `object-description' with objec...
1989-05-01 Chris HansonAdd operation `object-description' which is to be used...
1989-05-01 Chris HansonUpdate copyright notice on regular-expression and synta...
1989-04-28 Chris HansonGuarantee that the process-filter's state is correctly...
1989-04-28 Chris HansonAdd GNU License warning to copyright headers.
1989-04-28 Chris Hanson*** empty log message ***
1989-04-28 Chris HansonChange group deletion operation to limit the gap length...
1989-04-28 Chris HansonFix "double body indent" feature of special forms so...
1989-04-28 Chris HansonAlways clear the minibuffer message after an incrementa...
1989-04-28 Chris HansonFix typo in `insert-register' command.
1989-04-28 Chris HansonChange `mark-{right,left}-inserting' to be the same as
1989-04-28 Chris HansonImplement new primitive: `set-string-maximum-length!'.
1989-04-27 Chris HansonFix bug in rules to push or cons fixnums, so that they...
1989-04-26 Chris HansonAdd variable `edwin-reset-args' which is passed to...
1989-04-26 Chris HansonChange `find-file' and friends to check file-modificati...
1989-04-26 Chris HansonAdd new RTL optimization pass: `invertible-expression...
1989-04-26 Chris HansonInitial revision
1989-04-26 Chris HansonAdd new phase to find pairs of invertible RTL expressio...
1989-04-26 Chris HansonAdd new file "rtlopt/rinvex". Remove all integration...
1989-04-25 Chris HansonFix bug which occurred when moving to last line of...
1989-04-25 Chris HansonImprove performance problem introduced in last revision.
1989-04-25 Chris HansonFix drastic performance loss caused by previous revisio...
1989-04-25 Chris HansonChange `xterm-read-chars': if called with non-false...
1989-04-25 Chris HansonVarious changes. This version requires microcode versi...
1989-04-25 Chris HansonChange name of `interaction' mode to be `scheme-interac...
1989-04-25 Chris HansonGenerate variable to hold mode object of initial buffer...
1989-04-25 Chris HansonImplement new procedures `guarantee-newline' and
1989-04-25 Chris Hanson`os/make-dired-line' now returns #F if it is unable...
1989-04-25 Chris Hanson`os/make-dired-line' can now return #F if it is unable...
1989-04-25 Chris HansonChanges because `xterm-read-chars' can now return an...
1989-04-25 Chris HansonCall `keyboard-active?' in the `flush-output' operation...
1989-04-25 Chris HansonFix stupid bug in `file-writable?'.
1989-04-25 Chris Hanson*** empty log message ***
1989-04-24 Chris HansonDon't call `pathname->input-truename' for primitives...
1989-04-23 Chris Hanson*** empty log message ***
1989-04-23 Chris HansonFix error in definition of `unix/current-file-time'.
1989-04-23 Chris HansonRewrite mark comparisons for increased speed. Redesign...
1989-04-23 Chris HansonFix bug in `y-or-n?'.
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'.
next