mit-scheme.git
1995-01-19 Stephen AdamsAdded environment part of debugging information. This...
1995-01-19 Stephen AdamsNew procedures for
1995-01-19 Stephen AdamsTidying layout.
1995-01-19 Stephen AdamsChanged debugging info from a variable name to a LOOKUP...
1995-01-19 Stephen AdamsAdded FORM/COPY-TRANSFORMING
1995-01-19 Stephen Adams*** empty log message ***
1995-01-17 Stephen AdamsExported COMPILER:GURU?
1995-01-17 Stephen Adams*** empty log message ***
1995-01-17 Stephen AdamsAdded COMPILER:GURU?
1995-01-17 Stephen AdamsRemoved constant progagation message.
1995-01-16 Chris HansonChange SELECT-DESCRIPTOR to return process-status flag...
1995-01-16 Chris HansonChange many of the fatal window-system errors to non...
1995-01-16 Chris HansonError pop-ups are now disabled all the time. Additiona...
1995-01-16 Chris HansonDisable random error/exception pop-ups generated by...
1995-01-16 Chris HansonFix bug in pathname merging -- if the user specifies...
1995-01-16 Chris HansonFix bug in previous change: OS/NUMERIC-BACKUP-FILENAME...
1995-01-16 Chris HansonUse new CREF directives to improve packaging.
1995-01-16 Chris HansonFix bug in C indentation: side-effect occurring at...
1995-01-14 Stephen AdamsAdded annotations for trampolines.
1995-01-14 Stephen AdamsExported *pp-arity-dispatched-procedure-style*.
1995-01-14 Stephen AdamsTaught the top level PP procedure about a range of...
1995-01-13 Stephen AdamsChanged all the default procedures for the entities...
1995-01-13 Stephen AdamsFixed typo in previous edit.
1995-01-13 Stephen AdamsIf an arity-dispatched-procedure has a named compiled...
1995-01-13 Stephen AdamsAdded pretty printer method for CASE which works like...
1995-01-12 ssmithFixed bug: editted target-register so that it always...
1995-01-12 ssmithFixed bug in invocations: It jmped to the address at...
1995-01-12 ssmithMade fixes. Still doesn't handle addressing forms.
1995-01-12 ssmithOne missing close-paren...
1995-01-12 ssmithAdded Pentium timing procedure.
1995-01-12 Stephen AdamsEntities used to inplement arity-dispatched-procedures...
1995-01-12 Stephen AdamsAdded the predicate ARITY-DISPATCHED-PROCEDURE?, which...
1995-01-12 ssmithMore bug fixes: Incorrect function names, bad pattern...
1995-01-12 ssmithFixed a bug in referencing instruction part of the...
1995-01-12 ssmithStupid bug in call (car) of procedure get-instruction...
1995-01-12 ssmithAdded clock timing. Still needs much work.
1995-01-12 ssmithMade it print instructions so I can learn what linear...
1995-01-12 ssmithFixed assumption that raw continuation is 4 bytes after...
1995-01-11 ssmithAdded internal-closure-code-word.
1995-01-11 ssmithCopied CLOSURE and EXPRESSION rules verbatim.
1995-01-11 ssmithFixed missing close-paren.
1995-01-11 ssmithAdded invocations.
1995-01-11 ssmithAdded standard-source!. Also added comment on *privile...
1995-01-11 ssmithAdded COERCE-VALUE-CLASS rules. Copied verbatim from...
1995-01-11 ssmithAdded rules for interrupt-check'ing. Also added privil...
1995-01-11 ssmithAdded *privilege-level*
1995-01-11 ssmithAdded the hook register (eax) so invoke-hook calls...
1995-01-11 ssmithAdded trivial closures -- copied from Spectrum's.
1995-01-10 ssmithAdded max-type-code and machine/cont-adjustment --...
1995-01-10 ssmithAdded *rtlgen/argument-registers* to be ecx and edx.
1995-01-10 Stephen AdamsInitial revision
1995-01-10 Stephen AdamsInitial revision
1995-01-10 Chris HansonAdd new directives INCLUDE and EXTEND-PACKAGE.
1995-01-10 Stephen AdamsRemoved `Missing debugging info' message as it was...
1995-01-07 Chris HansonChange 4-character filename suffixes to 3-character.
1995-01-06 Chris HansonDon't enable interrupts which currently have no handlers.
1995-01-06 Chris HansonDon't enable interrupts which currently have no handlers.
1995-01-06 Chris HansonEliminate extra period in OS/2 error messages.
1995-01-06 Chris HansonEliminate extra period in OS/2 error messages.
1995-01-06 Chris HansonEliminate extra period in OS/2 error messages.
1995-01-06 Chris HansonSignal error when attempting to read non-existant direc...
1995-01-06 Chris HansonUpdate to reflect change to runtime system.
1995-01-06 Chris HansonUse LOAD-OPTION to load CREF.
1995-01-06 Chris HansonChange \\ to / in file specification so that unix syste...
1995-01-06 Chris HansonFix typos from last change.
1995-01-06 Chris HansonAdd definition for OS2WIN-SET-MIX.
1995-01-06 Chris HansonUse explicit reference to SYSTEM-GLOBAL-ENVIRONMENT...
1995-01-06 Chris HansonChange 4-character suffixes used by package system...
1995-01-06 Chris HansonMerge in #F/() bug fix from split code.
1995-01-06 Chris HansonChange 4-character suffixes used by package system...
1995-01-06 Chris HansonChange 4-character suffixes used by package system...
1995-01-06 Chris HansonChange default output file name to be limited to a...
1995-01-06 Chris HansonSimplify interface to OS/2 API by moving all definition...
1995-01-06 Chris HansonFix problem with init-file loading: if the init file...
1995-01-06 Chris HansonFix problem with init-file loading: if the init file...
1995-01-06 Chris HansonSimplify interface to OS/2 API by moving all definition...
1995-01-06 Chris HansonUnder OS/2, guarantee that correct number of type bits...
1995-01-06 Chris HansonAdd OS conditionalizations so that OS/2 can be supported.
1995-01-06 Chris HansonAdd OS conditionalizations so that OS/2 can be supporte...
1995-01-06 Chris HansonChange to use runtime system's "os2winp" support. ...
1995-01-06 Chris HansonImplement OS-specific part of subprocess support.
1995-01-06 Chris HansonExtend M-x count-lines to show the number of characters...
1995-01-06 Chris HansonChange text-mode translation to be done during buffer...
1995-01-06 Chris HansonDon't signal an error if a file has a "find-file initia...
1995-01-06 Chris HansonChange to use new CREF OS-conditionalization expression...
1995-01-06 Chris HansonChange to load subprocess support for OS/2 as well...
1995-01-06 Chris HansonDon't allow the mouse to select the typein window if...
1995-01-06 Chris HansonChange loading of editor init file so that it is perfor...
1995-01-06 Chris HansonFIND-PROGRAM is now operating-system specific.
1995-01-06 Chris HansonGeneralize code that finds the extent of a partial...
1995-01-06 Chris HansonInitial revision
1995-01-06 Chris HansonImplement COLOR? predicate to determine if a given...
1995-01-06 Chris HansonAdd OS/2 graphics. Conditionalize loading of other...
1995-01-06 Chris HansonFix OS/2 directory sorting algorithm to be normal alpha...
1995-01-06 Chris HansonConsole no longer does line translation, so writes...
1995-01-06 Chris HansonChange MAKE-INPUT-BUFFER and MAKE-OUTPUT-BUFFER to...
1995-01-06 Chris HansonAdd new files for OS/2 graphics.
1995-01-06 Chris HansonAdd OS-specific definitions for EOL and EOF markers.
1995-01-06 Chris HansonDon't look for old files with 4-character suffixes...
1995-01-06 Chris HansonInitial revision
next