mit-scheme.git
1988-08-05 Chris HansonExtend `->environment' to handle package objects.
1988-08-05 Chris HansonReplace occurrences of `*the-non-printing-object*'...
1988-08-05 Chris HansonMove `*the-non-printing-object*' to "global" since...
1988-08-05 Chris HansonAdd variable `unspecific' which the compiler may treat...
1988-08-05 Chris HansonRegularize argument structure to `pp'. Extend to handl...
1988-08-02 Chris HansonChange `procedure?' to handle entities specially, recur...
1988-08-01 Chris HansonChange `environment?' to be true of `system-global...
1988-08-01 Chris HansonChange `procedure?' to handle entities specially, recur...
1988-07-22 Chris HansonFor "operator" microcode error handlers, the irritants...
1988-07-21 Chris HansonPut default pathnames in file "paths.h".
1988-07-20 Chris HansonIt is now legal for a continuation to have a noop node...
1988-07-20 Chris HansonAdd new operation `sc' for running `sf' on compiler...
1988-07-20 Chris HansonDo not delete fg-noop nodes that are still needed....
1988-07-20 Chris HansonFix two bugs in the object unparsing code.
1988-07-19 Chris HansonImplement primitive `print-graphics-inverse'.
1988-07-19 Chris HansonGrab X error hooks. When errors occur, signal Scheme...
1988-07-19 Chris HansonAdd imports for `compiler-entries-tag', which is define...
1988-07-16 Chris HansonProcedure `condition/message' flushed. Use `condition...
1988-07-16 Chris HansonProcedure `primitive-datum' now called `object-datum'.
1988-07-16 Hal AbelsonFix stupid bug involving `standard-unparser'; it requir...
1988-07-16 Chris HansonWhen unparsing `manifest-closure' objects, use `compile...
1988-07-16 Chris HansonFix stupid bug in `cond' syntaxer.
1988-07-16 Chris HansonStarbase graphics: export procedures to control line...
1988-07-16 Chris HansonCorrectly implement closing of graphics device. Make...
1988-07-15 Chris HansonAdjust handling of `=>' option to `cond' special form...
1988-07-15 Chris HansonChange string parser to allow escape sequence consistin...
1988-07-15 Chris HansonChange string unparser to notice character sets and...
1988-07-15 Chris HansonMake `char-set?' more discriminating (previously it...
1988-07-15 Chris HansonEliminate `syntaxer/cond-=>-helper'. Add `char-set...
1988-07-15 Chris HansonChange handling of `=>' option to `cond' special form...
1988-07-15 Chris HansonChange `delayed' type name to be `promise'; make `delay...
1988-07-15 Chris HansonIndent `delay' specially.
1988-07-15 Chris HansonPurify option files as they are loaded.
1988-07-15 Chris HansonAdd new file "SgX.c". Upgrade Starbase graphics to...
1988-07-15 Chris HansonInitial revision
1988-07-15 Chris HansonAdd starbase graphics primitives as option package.
1988-07-14 Chris HansonChange the names of the `standard-repl-{environment...
1988-07-13 Hal AbelsonChange paranoid error hook so that it aborts the error...
1988-07-13 Chris HansonChange `parser-table/set-entry!' to default its "collec...
1988-07-11 Chris HansonFix defaulting of `interval' argument in `char-ready?'.
1988-07-11 Chris HansonMake the default REPL value procedure write ";Value...
1988-07-10 Panayotis Skordosarray-search-value-tolerance-from
1988-07-09 Panayotis Skordosmodified the c_make_polar macro to return angle=0 for...
1988-07-09 Panayotis Skordos1.array-make-polar returns angle=0 for x,y=0,0
1988-07-09 Chris HansonChange default radix of `string->number' to decimal.
1988-07-08 Chris HansonAdd new primitive to get memory usage statistics.
1988-07-08 Chris HansonAdd new primitive to get memory usage statistics.
1988-07-07 Chris HansonChange default size of constant space.
1988-07-07 Chris HansonChange unparsing of compiled procedures and entries...
1988-07-07 Chris HansonAdd option files and procedure `load-option' to load...
1988-07-07 Chris HansonFix various bugs having to do with naming of low level...
1988-07-07 Chris HansonEliminate "unreferenced bound variable" warnings.
1988-07-07 Chris HansonInitial release for version 14.
1988-07-06 Chris HansonIn `make-cmdl', change the point at which the cmdl...
1988-06-30 Chris HansonChange the handling of the microcode version so that...
1988-06-30 Chris HansonAdd procedures to modify the version and modification...
1988-06-29 Arthur GlecklerPortable multiply function Mul() was broken because...
1988-06-28 Arthur GlecklerProcedure fixnum-constant didn't realize that maximum...
1988-06-22 Chris HansonExport `condition/internal?' (not `condition-type/inter...
1988-06-22 Chris HansonChange the stack parser to ignore frames of type
1988-06-22 Joe MarshallExport compiler-info/symbol-table from info-package.
1988-06-22 Joe MarshallNo changes.
1988-06-21 Chris Hanson*** empty log message ***
1988-06-21 Chris HansonVariety of changes to condition system, to generalize...
1988-06-21 Chris HansonAdd new procedures:
1988-06-21 Chris Hanson`format-error-message' now takes a port as a third...
1988-06-21 Chris HansonChange error reporting mechanism so that condition...
1988-06-21 Chris HansonAdd `stack-frame/return-address' operation. This will...
1988-06-16 Chris HansonChange to use new procedure `add-identification!'.
1988-06-16 Chris HansonAdd procedure `add-identification!' which provides...
1988-06-16 Chris HansonIncrease the number of primitives that are constant...
1988-06-16 Chris HansonMove some items from () to other packages, then export...
1988-06-16 Chris HansonAdd initialization for (runtime compiler-info).
1988-06-16 Chris HansonComment out code for unused keyboard interrupts.
1988-06-16 Chris HansonSeveral bug fixes.
1988-06-16 Chris HansonMove several definitions from here to more appropriate...
1988-06-16 Chris HansonFlush occurrences of `make-named-tag'.
1988-06-16 Chris HansonChange method of recording named structure descriptions...
1988-06-16 Chris HansonFlush occurrences of `make-named-tag'.
1988-06-15 Joe MarshallChanges to reflect changes in infutl
1988-06-15 Joe MarshallRemove loading of base/infutl as it is now in the runti...
1988-06-15 Joe MarshallChange unparsing of compiled procedures to be more...
1988-06-15 Joe MarshallAdded compiler-info package.
1988-06-15 Joe MarshallInitial revision
1988-06-15 Joe MarshallAdd procedures DISCRIMINATE-COMPILED-ENTRY and
1988-06-14 Chris HansonDo not unsyntax a `make-environment' special form unles...
1988-06-14 Chris HansonAlways load compiled if possible. Adjust version to...
1988-06-14 Chris HansonAdjust formatting of package filenames.
1988-06-14 Chris HansonMerge in vector range checking.
1988-06-14 Chris HansonMerge in vector range checking.
1988-06-14 Chris HansonInitial revision
1988-06-14 Chris HansonFirst checkin for runtime system version 14.
1988-06-14 Chris HansonFirst checkin for runtime system version 14.
1988-06-14 Chris HansonFirst checkin for runtime version 14.
1988-06-13 Chris Hanson*** empty log message ***
1988-06-13 Chris Hanson*** empty log message ***
1988-06-13 Chris HansonInitial revision
1988-06-13 Chris HansonFirst checkin for runtime system version 14.
1988-06-13 Chris HansonFirst checkin for version 14.
1988-06-13 Chris HansonFirst checkin for version 14.
next