mit-scheme.git
1992-10-19 Guillermo J... Move set-current-branches! from lapgn3.scm to linear...
1992-10-19 Guillermo J... Split toplev.scm into two pieces:
1992-10-19 Guillermo J... Initial revision
1992-10-19 Guillermo J... Move last reference to base/macros.scm .
1992-10-19 Guillermo J... Move last reference here.
1992-10-17 Guillermo J... QUIT not yet implemented under DOS.
1992-10-17 Guillermo J... Use bios:initialize! instead of bios:enter!, with envir...
1992-10-17 Guillermo J... Do not install keyboard hooks if the standard input...
1992-10-17 Guillermo J... Add range-checking to bios:INITIALIZE!
1992-10-17 Guillermo J... Use set-environment-variable-default! instead of an...
1992-10-17 Guillermo J... Add definition of set-environment-variable-default!
1992-10-17 Guillermo J... Reorder initialization so that environment variables...
1992-10-17 Guillermo J... Get rid of environment variables in the microcode.
1992-10-17 Guillermo J... Flush set-run-light! -- It has not been used in a while.
1992-10-15 Guillermo J... Add stack checking code to closures (they do not use...
1992-10-15 Guillermo J... Add definition of reg:stack-guard.
1992-10-15 Guillermo J... Update interrupt-check to avoid generating stack checks...
1992-10-15 Guillermo J... Update interrupt-check to avoid generating stack checks...
1992-10-12 Guillermo J... Make X32_DPMI_system raise the global interrupt on...
1992-10-08 Guillermo J... Add hook/dos/end-of-line-string.
1992-10-08 Guillermo J... Change definitions of dos/user-home-directory and
1992-10-07 Guillermo J... Remove unused DOS code.
1992-10-07 Guillermo J... Stack checks are disabled on the 386 by default because...
1992-10-02 Guillermo J... Flush spurious primitives.
1992-10-02 Guillermo J... Get rid of uses of spurious primitives.
1992-10-01 Chris HansonUse -ldvio instead of -lndvio.
1992-10-01 Guillermo J... Add missing call to long_to_integer.
1992-10-01 Guillermo J... Add rudimentary (synchronous) subprocesses.
1992-10-01 Arthur GlecklerFix bug that made SWITCH-TO-BUFFER, SWITCH-TO-BUFFER...
1992-09-30 Chris HansonFix typo.
1992-09-30 Chris HansonTurn on COMPILER:GENERATE-STACK-CHECKS? by default.
1992-09-30 Chris HansonTweak definition of RTL-PROCEDURE/STACK-LEAF? to be...
1992-09-30 Guillermo J... Add system under X32 but not DPMI (does not interact...
1992-09-30 Chris HansonDon't generate stack checks for continuations or for...
1992-09-30 Chris HansonAdd STACK-LEAF? element to RTL procedure objects. ...
1992-09-30 Chris HansonAdjust presentation appearance.
1992-09-30 Chris HansonConfirm before deleting any files from floppy disk.
1992-09-30 Chris HansonUse SELECT-BUFFER-NOT-FOUND-HOOKS to change behavior...
1992-09-30 Chris HansonFix definition of SELECT-BUFFER-NOT-FOUND-HOOKS so...
1992-09-30 Chris HansonMake PATHNAME-DEFAULT-MODE public, so that it can be...
1992-09-30 Chris HansonFix sense of SELECT-BUFFER-CREATE.
1992-09-30 Guillermo J... Remove HAS_COMPILER_SUPPORT and TYPE_CODE_LENGTH. ...
1992-09-30 Guillermo J... Cast Stack_Guard before passing it to DPMI_alloc_scheme...
1992-09-30 Guillermo J... Change invocations of utilities from arith to include...
1992-09-30 Guillermo J... Eliminate spurious variable binding.
1992-09-30 Guillermo J... Improve the real-mode keyboard interrupt handler to...
1992-09-30 Guillermo J... Bump 386 SMALL_CONSTANT and EDWIN_CONSTANT by 5.
1992-09-30 Guillermo J... Change read-buffer-interactive to invoke find-file...
1992-09-30 Chris HansonAdd editor variable SELECT-BUFFER-NOT-FOUND-HOOKS to...
1992-09-29 Chris HansonUse MAJOR-MODE-LOCKED feature to prevent users from...
1992-09-29 Chris HansonAdd MAJOR-MODE-LOCKED feature.
1992-09-28 Chris HansonReimplement in-line combined stack and interrupt check...
1992-09-28 Chris HansonEliminate an additional instruction in the in-line...
1992-09-26 Guillermo J... Allow UNSPECIFIC as a directory specifier.
1992-09-26 Chris HansonTighten up the code sequence for the combined interrupt...
1992-09-26 Chris HansonTighten up the code sequence for the combined interrupt...
1992-09-26 Chris HansonDon't refer to COMPLEX:COMPLEX? here -- use NUMBER...
1992-09-26 Chris HansonThe microcode no longer knows how many bytes the interr...
1992-09-26 Chris HansonAdd conditional to allow this file to be included multi...
1992-09-26 Chris HansonAdd conditional to allow this file to be included multi...
1992-09-26 Chris HansonChange `(Registers[REGBLOCK_STACK_GUARD])' to be a...
1992-09-26 Chris HansonMove definitions of TYPE_CODE_LENGTH and HAS_COMPILER_S...
1992-09-26 Chris HansonChange `(Registers[REGBLOCK_STACK_GUARD])' to be a...
1992-09-26 Chris HansonMove definitions of TYPE_CODE_LENGTH and HAS_COMPILER_S...
1992-09-25 Guillermo J... Add critical-error handling outside of DPMI (Windows).
1992-09-25 Guillermo J... Work around bug in X32 by which it swaps ss if it is...
1992-09-25 Guillermo J... Remove unnecessary segment overrides.
1992-09-25 Chris HansonRemove some now-unnecessary compiler switches.
1992-09-25 Chris HansonImplement close-coded stack and interrupt check.
1992-09-25 Chris HansonOverride DEFAULT-HOMEDIR-DIRECTORY to be the "work...
1992-09-25 Chris HansonAdd binding of DEFAULT-HOMEDIR-PATHNAME to allow 6...
1992-09-24 Brian A. LaMacchiamore bug fixes; prevented rmail-sort-messages from...
1992-09-24 Chris HansonExport variables controlling generation of debugging...
1992-09-24 Chris HansonBypass use of shell for DOS file commands. This obviat...
1992-09-24 Chris HansonQuote unusual characters in filenames that are passed...
1992-09-24 Chris HansonChange typing of procedure to match arguments that...
1992-09-24 Chris HansonChange typing of procedure to match arguments that...
1992-09-24 Chris HansonUse incorrect typing of references to `make_primitive...
1992-09-24 Chris HansonAdd conditionalization that works with ANSI cpp when...
1992-09-23 Guillermo J... Add comhst and dirunx.
1992-09-23 Guillermo J... Split dired and comint into system-independent and...
1992-09-23 Guillermo J... Move dired system-dependent stuff elsewhere (dos.scm...
1992-09-23 Guillermo J... Initial revision
1992-09-23 Guillermo J... Move system-dependent stuff elsewhere (dos.scm, unix...
1992-09-23 Guillermo J... Remove most of the contents. dired and comint have...
1992-09-23 Guillermo J... Split comint into history manipulation and subprocess...
1992-09-23 Guillermo J... Update date.
1992-09-22 Chris HansonFix implementation of X-GRAPHICS/DISCARD-EVENTS.
1992-09-22 Chris HansonRe-enable stack checks -- they're fixed now.
1992-09-22 Chris HansonFix typo in sense of conditional branch.
1992-09-22 Chris HansonCOMPRESSED-LOADER now takes a second argument, the...
1992-09-22 Chris HansonChanges to match those to runtime system's arithmetic.
1992-09-21 Chris HansonAdd hack to eliminate (lambda #f ...).
1992-09-21 Chris HansonAdd hack to eliminate (lambda #f ...).
1992-09-21 Chris HansonSome n-ary procedures return their argument when they...
1992-09-19 Guillermo J... Fix DPMI_stack_fault_handler to use INT_Stack_Overflow.
1992-09-19 Guillermo J... Fix limit handling in DPMI_alloc_scheme_stack.
1992-09-18 Guillermo J... Use OS_channel_close_noerror instead of OS_channel_close in
1992-09-18 Guillermo J... Fix typo.
1992-09-18 Guillermo J... Can't use signed as a variable name.
next