mit-scheme.git
1993-04-19 Chris HansonAdd primitives to set the baud rate of a terminal.
1993-04-19 Chris HansonAdd primitives to set the baud rate of a terminal.
1993-04-15 Chris HansonAdd support for "gzipped" files.
1993-04-15 Chris HansonAdd support for "gzipped" files.
1993-04-15 Chris HansonExpand rule for "locked" to include subdirectories.
1993-04-06 Chris HansonImplement primitive to detect availability of `select...
1993-04-06 Chris HansonImplement primitive to detect availability of `select...
1993-04-04 Michael R.... Added document strings for primitives.
1993-04-02 Chris HansonAdd declarations to ignore unused variables.
1993-04-01 Chris HansonAdd M-x show-parameter-list to Scheme mode as M-A.
1993-04-01 Chris HansonAdd M-x show-parameter-list to Scheme mode as M-A.
1993-04-01 Chris HansonUpdate for HP-UX 9.01.
1993-03-31 Michael R.... Add request-interrupts! primitive and re-document inter...
1993-03-28 Guillermo J... Add missing B suffix to use of MOVZX instruction.
1993-03-25 Jason Wilsonfixed a misleading DEFINE-INSTRUCTION example.
1993-03-24 Guillermo J... Fix bug in canonicalize/lambda. Lambda expressions...
1993-03-23 Chris HansonWork around what is apparently a bug in the HP-UX 9...
1993-03-22 Chris Hanson*** empty log message ***
1993-03-17 Chris HansonReformat DEFINE-STRUCTURE definition slightly to follow...
1993-03-17 Arthur GlecklerAdded Dave Espinosa's DEFINE-STRUCTURE documentation.
1993-03-17 Chris HansonImprove error message for NAMED option without TYPE...
1993-03-17 Guillermo J... rm in install causes no problems.
1993-03-17 Guillermo J... Remove early stack-pop instructions.
1993-03-16 Guillermo J... Add ``M'' command to print the stack frame in raw format.
1993-03-16 Guillermo J... Declare the assembly hook region for the trap handler...
1993-03-16 Guillermo J... Teach continue_from_trap about assembly hooks.
1993-03-16 Guillermo J... After disk-restore, the display list must be flushed.
1993-03-16 Stephen AdamsInitial revision
1993-03-16 Chris HansonFix some typos.
1993-03-15 Stephen AdamsAdded more examples in the strings section.
1993-03-15 Guillermo J... Remove more alpha problems.
1993-03-15 Guillermo J... Remove more alpha problems.
1993-03-15 Chris HansonWork around stupid restrictions on aggregate initializers.
1993-03-14 Guillermo J... Move includes before code so that external decls for...
1993-03-14 Guillermo J... New alpha trap definitions.
1993-03-13 Jason WilsonFix magic constant in load/purification-root.
1993-03-11 Stephen AdamsAmended pathname documentation to conform to implementation
1993-03-11 Chris HansonAutomatically disable GC reference trace at end of GC.
1993-03-10 Chris HansonAdd documentation for record classes and the METHOD...
1993-03-10 Chris HansonImplement new interface to `select' system call, which...
1993-03-10 Chris HansonInitial revision
1993-03-10 Chris HansonAdd new primitive GC-TRACE-REFERENCES which will comput...
1993-03-10 Guillermo J... Fix bug in canonicalize/comment.
1993-03-09 Chris HansonDon't hold on to continuation of caller to CREATE-THREAD.
1993-03-08 Guillermo J... Modify load/purification-root to allow the C back end...
1993-03-07 Chris HansonAdd hooks to the runtime system that are for use by...
1993-03-05 Guillermo J... Remove subprocess-job-control-available?, no longer...
1993-03-03 Chris HansonEliminate a few more error checks that were missed...
1993-03-03 Guillermo J... Enable use of MOVZX.
1993-03-02 Guillermo J... Fix some bugs in the last edit.
1993-03-02 Guillermo J... Improve code generated by multi-definition by using...
1993-03-02 Guillermo J... Add CONSTANTIFY directive.
1993-03-01 Arthur GlecklerInsert missing comma (after "COMPILED-CODE-BLOCK" in...
1993-03-01 Guillermo J... Make DEFINE-MULTIPLE return the value returned by the...
1993-03-01 Guillermo J... Turn compress-top-level? on.
1993-03-01 Guillermo J... Add generate/remote-links.
1993-02-28 Chris HansonAdjustments so that TeX output is good. Add new stuff...
1993-02-28 Chris HansonEliminate prohibition against using syntactic keywords...
1993-02-28 Guillermo J... Fix bug in fix-complex-return. The instr moved could...
1993-02-28 Guillermo J... Add generate/remote-links, PC caching, and cache hints...
1993-02-28 Guillermo J... Add generate/remote-links, PC caching, and cache hints...
1993-02-28 Guillermo J... Add generate/remote-links and PC caching.
1993-02-27 Guillermo J... Eliminate spurious ZDEPs.
1993-02-27 Guillermo J... Speed up the uncompressor.
1993-02-27 Guillermo J... Speed up the uncompressor.
1993-02-26 Chris HansonFix various bugs from previous edit.
1993-02-25 Chris HansonInstall missing error checks in various procedures...
1993-02-25 Chris HansonInstall missing error checks in various procedures...
1993-02-25 Guillermo J... Fix package for dosprocess.
1993-02-25 Guillermo J... shell-command must be autoloaded. `M-x shell' needs it.
1993-02-25 Guillermo J... Directory must be passed to os/quit. By the time it...
1993-02-25 Guillermo J... Fix backwards conditional.
1993-02-25 Guillermo J... Remove the disassembler.
1993-02-25 Guillermo J... Add doscom and dosshell
1993-02-25 Guillermo J... Fix transposed characters (c-t).
1993-02-25 Guillermo J... Eliminate warning from SF.
1993-02-25 Guillermo J... Add dos commands and pseudo shell.
1993-02-25 Guillermo J... Add load-option.
1993-02-25 Guillermo J... Add package (edwin dosjob)
1993-02-25 Guillermo J... Initial revision
1993-02-25 Guillermo J... Add option DOSPROCESS
1993-02-25 Guillermo J... Add os/quit and os/scheme-can-quit?
1993-02-25 Guillermo J... Export available-machine-registers and remove the disas...
1993-02-25 Guillermo J... Changes for the C back end and to improve the open...
1993-02-25 Guillermo J... Improve code generated by TYPED-CONS:VECTOR.
1993-02-25 Guillermo J... Add compiler:avoid-scode?
1993-02-25 Guillermo J... Add new rewrite that avoids Scode lambdas. Originally...
1993-02-25 Guillermo J... Fix bug in last edit.
1993-02-25 Guillermo J... Add changes for the C back end.
1993-02-24 Guillermo J... Change the name of the file where dates are stored.
1993-02-24 Chris HansonChange INSTANCE-OF? to accept any object as its first...
1993-02-24 Chris HansonUpdate to match revision 1.7 of "sos.scm". Flesh out...
1993-02-23 Chris HansonInitial revision
1993-02-23 Guillermo J... Bug when checking in the last version.
1993-02-23 Guillermo J... Bug when checking in.
1993-02-23 Guillermo J... Fix bug in reference->register-transfer. The bug was...
1993-02-23 Guillermo J... Add C_call_scheme.
1993-02-23 Guillermo J... Add new errors.
1993-02-22 Chris HansonHandle case where REGISTER-LIVE-LENGTH of a register...
1993-02-22 Guillermo J... Remove warnings.
next