mit-scheme.git
1989-08-15 Chris HansonFix stupid typo.
1989-08-15 Chris Hanson* Implement `entity' data abstraction to manipulate...
1989-08-15 Chris HansonCanonicalization of expressions causes certain expressi...
1989-08-15 Chris HansonSpecial case: don't bother generating a new environment...
1989-08-15 Chris HansonBug report from Jinx: `prealloc' may change the file...
1989-08-14 Chris Hanson*** empty log message ***
1989-08-14 Chris HansonMove some of the window-control variables to the files...
1989-08-14 Chris HansonSuppress redisplay of minibuffer messages during keyboa...
1989-08-14 Chris HansonExport variable `completion-auto-help' to (edwin) package.
1989-08-14 Chris HansonSort list of key bindings before printing it.
1989-08-14 Chris Hanson* Rewrite core group operations, image operations,...
1989-08-14 Chris HansonChange file-loading prompts to use trailing dots.
1989-08-13 Chris HansonWhen subtracting register A from register B, where...
1989-08-12 Chris HansonInitial revision
1989-08-12 Chris Hanson* Change internal names of various user procedures...
1989-08-12 Chris Hanson* Change `environment-link-name' to call `->environment...
1989-08-12 Chris Hanson* Change `environment-link-name' to call `->environment...
1989-08-12 Chris Hansonenvironment-link-name is no longer a primitive.
1989-08-11 Chris HansonCause `edwin-initialization' to be executed inside...
1989-08-11 Chris Hanson* Arrange for local bindings of current buffer to be...
1989-08-11 Chris HansonUndo recent change which tried to replicate Emacs'...
1989-08-11 Chris HansonUse new procedure `integer-round' when computing the...
1989-08-11 Chris HansonFormatting.
1989-08-11 Chris HansonFormatting.
1989-08-11 Chris HansonFormatting.
1989-08-11 Chris HansonImplement `(flush-purification-queue!)', which tries...
1989-08-11 Chris Hanson*** empty log message ***
1989-08-11 Chris Hanson(disassembler/write-compiled-code-block): don't require...
1989-08-10 Chris HansonFix bug in previous changes.
1989-08-10 Chris HansonFix longstanding bug in compilation of predicates....
1989-08-10 Chris HansonChange unparsers so that type names are printed in...
1989-08-10 Chris HansonChange unparsers so that type names are printed in...
1989-08-10 Chris HansonAdd new operations to do integer division followed...
1989-08-10 Chris Hanson(inferior-containing-coordinates): the maximum addressa...
1989-08-10 Chris HansonChange unparser methods for buffers, commands, variable...
1989-08-09 Chris HansonFix typo in previous change.
1989-08-09 Chris HansonFix typo in previous change.
1989-08-09 Chris HansonInitial revision
1989-08-09 Chris Hanson* Major overhaul of evaluation commands. Now the trans...
1989-08-09 Chris HansonFix editing error from last changes.
1989-08-09 Chris HansonImplement new flag `*unparse-with-maximum-readability...
1989-08-09 Chris Hanson*** empty log message ***
1989-08-09 Panayotis Skordos*** empty log message ***
1989-08-08 Chris HansonInitial revision
1989-08-08 Chris HansonFix some inconsistencies in the constructor option...
1989-08-08 Chris HansonDon't call `subscreen-clear!' if the rectangle has...
1989-08-08 Chris Hanson* Implement `save-buffers-kill-edwin' which kills Edwin...
1989-08-08 Chris HansonFix typo in `stack-ccenv/parent'.
1989-08-08 Chris Hanson*** empty log message ***
1989-08-08 Chris HansonIn `continuation/next-continuation-offset', check to...
1989-08-07 Chris Hanson* Implemented new editor-based debugger, which uses...
1989-08-07 Chris Hanson* Major rewrite of `debug' and `where' to allow their...
1989-08-07 Chris Hanson`file-attributes' should use lstat instead of stat.
1989-08-06 Chris HansonEnable memoization -- it's a great time saver.
1989-08-04 Chris HansonFix `suspend-scheme' command so that it properly exits...
1989-08-04 Chris HansonIn Dired, sort files in standard unix fashion.
1989-08-04 Chris HansonChange error message from "Bound variable" to "Illegal...
1989-08-04 Chris HansonTeach unsyntaxer to recognize named LET and unsyntax...
1989-08-04 Chris HansonUse new primitive `directory-close' to guarantee that the
1989-08-04 Chris HansonAdd new primitive `directory-close'.
1989-08-03 Chris HansonDon't generate ".cref" file by default.
1989-08-03 Chris HansonChange library pathnames to be relative to
1989-08-03 Chris HansonDon't generate "cref.cref" by default.
1989-08-03 Chris Hanson`cref/generate-constructors' should write the ".glob...
1989-08-03 Chris HansonDon't generate ".free" files by default.
1989-08-03 Chris HansonDon't generate "runtim.cref" by default.
1989-08-03 Chris HansonExtend debugger to allow arbitrary evaluation in compil...
1989-08-03 Chris HansonAdd new operations:
1989-08-03 Chris HansonAdd initialization for new operation `extended-scode...
1989-08-03 Chris HansonAdd new operation to clobber compiled-closure frames.
1989-08-03 Chris HansonAdd new operation `system-library-directory-pathname...
1989-08-03 Chris HansonChange `print-gc-statistics' to show the current amount...
1989-08-03 Chris HansonInitial revision
1989-08-03 Chris HansonAllow compiled-code environments to be used in evaluati...
1989-08-03 Chris HansonAdd new operations `environment-assignable?' and `envir...
1989-08-03 Chris HansonAdd default Starbase device driver.
1989-08-03 Chris HansonAdd defininition required to fix Ultrix X11 library...
1989-08-03 Chris HansonRearrange the definitions comprising X_LIB so that...
1989-08-03 Chris HansonExtensive changes to permit use of indirect Info files.
1989-08-03 Chris HansonExport `message-args->string' to (edwin) package.
1989-08-03 Chris HansonImplement variable `debug-on-editor-error' which causes...
1989-08-03 Chris HansonMove definitions of `info-tags-table-{start,end}' to...
1989-08-03 Chris HansonFor "s" interactive command letter, allow null string...
1989-08-02 Chris HansonAdjust "umax" processor entry.
1989-08-02 Chris HansonAdd NS32K processor type.
1989-08-02 Chris HansonAdd Encore Multimax.
1989-08-02 Chris HansonInitial revision
1989-08-02 Chris HansonAdjust paths to be consistent with rest of release.
1989-08-02 Chris HansonInitialize disassembler macros.
1989-08-02 Chris HansonAdd definition of `ALTERNATE_M4'.
1989-08-02 Chris HansonCSH doesn't need to have $ doubled when it is wrapped...
1989-08-01 Chris HansonBug: code to extract ASCII from a char object was assum...
1989-07-30 Panayotis Skordos*** empty log message ***
1989-07-27 Chris HansonEliminate dependencies based on the version of cpp...
1989-07-27 Chris HansonInitial revision
1989-07-27 Chris HansonFor now, don't try to use -lddsox11.
1989-07-27 Chris HansonDon't doubly define -g.
1989-07-27 Chris HansonAllow definition of STARBASE_DEVICE_DRIVERS to be overr...
1989-07-27 Chris HansonInitial revision
1989-07-26 Chris HansonMove -ltermcap definition to hpux system file.
next