mit-scheme.git
1988-08-18 Chris HansonFix editing error.
1988-08-18 Chris HansonExport `syntax-files!' to the compiler package.
1988-08-18 Chris HansonImprove code generated for inputs like the following:
1988-08-18 Chris HansonImprove code generated for inputs like the following:
1988-08-16 Mark FriedmanSlight typo in &= definition fixed.
1988-08-16 Mark FriedmanSlight typo in &= definition fixed.
1988-08-15 Chris HansonUpdate documentation strings.
1988-08-15 Chris HansonCause `disk-save' to run `event:after-restart' when...
1988-08-15 Chris HansonParameterize `pp' to print uninterned symbols by name.
1988-08-15 Chris HansonDefine `primitive-procedure-documentation'.
1988-08-15 Chris HansonAdd parameterization to print uninterned symbols by...
1988-08-15 Chris HansonChange definition of `DEFINE_PRIMITIVE' macro to includ...
1988-08-15 Chris HansonChange definition of `DEFINE_PRIMITIVE' macro to includ...
1988-08-12 Chris HansonGuarantee that the `cd' requested by the Scheme process...
1988-08-11 Chris HansonVarious bug fixes, also some efficiency improvements...
1988-08-11 Chris HansonBe more specific about what kind of combination is...
1988-08-11 Chris HansonVarious efficiency and organization changes. Eliminate...
1988-08-11 Chris Hanson(assemble-objects!) Never use / when doing integer...
1988-08-11 Chris HansonImplement compiled code reference trap errors.
1988-08-11 Chris HansonExport `stack-frame/return-address' to global environment.
1988-08-11 Chris HansonDo not barf if error combination is malformed.
1988-08-10 Panayotis Skordosadded halftoning routines: psam, ht-od, ht-bn, ht-ibn
1988-08-10 Panayotis Skordosadded halftoning routines: psam, ht-od, ht-bn, ht-ibn
1988-08-09 Chris HansonDo not perform automagic integrations by default. ...
1988-08-09 Chris HansonDisable downward coercion of flonums.
1988-08-09 Guillermo J... table_length and table_size are stored with Make_Non_Po...
1988-08-05 Chris HansonChange call to `pp' to match change in runtime system.
1988-08-05 Chris HansonIntroduce new variable `unspecific' which the compiler...
1988-08-05 Chris HansonRepaginate.
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...
next