mit-scheme.git
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.
1992-09-18 Chris HansonImplement new procedure X-GRAPHICS/DISCARD-EVENTS to...
1992-09-18 Chris HansonSignal error if user tries to set the pathname of a...
1992-09-18 Guillermo J... Use ulong_to_integer instead of long_to_integer to...
1992-09-18 Guillermo J... Add ulong_to_integer and integer_to_ulong.
1992-09-18 Guillermo J... Add ulong_to_bignum and bignum_to_ulong.
1992-09-18 Guillermo J... Add the arities for all the primitives so the file...
1992-09-18 Guillermo J... Fix bug in last edit.
1992-09-18 Guillermo J... Add the arities for all the primitives so the file...
1992-09-18 Guillermo J... Add hardware stack overflow protection under DPMI.
1992-09-18 Guillermo J... Add STACK_RESET macro for machines/OSs in which we...
1992-09-18 Guillermo J... Initialize Scheme_Stack_Segment_Selector only if it...
1992-09-18 Guillermo J... Add Scheme_Stack_Segment_Selector for DOS, and make...
1992-09-18 Guillermo J... Rename improperly declared extern (i386_interface_initi...
1992-09-17 Chris HansonAdd code to recognize the "write-protected" error when...
1992-09-17 Chris HansonIn TYPEIN-EDIT-OTHER-WINDOW, don't return a window...
1992-09-17 Guillermo J... int 21h 60h only writes 128 bytes.
1992-09-17 Chris HansonAdd code to detect non-DOS filenames and discourage...
1992-09-17 Guillermo J... Fix the adjustment for real-time timer wrap around.
1992-09-17 Guillermo J... Add a patch to deliver-timer-events for real-time timer...
1992-09-17 Guillermo J... Flush references to indirect primitives. They do not...
1992-09-17 Guillermo J... Flush indirect primitives. They make no sense in DOS.
1992-09-17 Guillermo J... Add file-access-time-direct, file-access-time-indirect,
1992-09-17 Guillermo J... Fix broken conditional in notifier.
1992-09-15 Guillermo J... Get rid of IntEnb and IntCode as independent variables...
1992-09-15 Guillermo J... Make FILE-EQ? work correctly under DOS.
1992-09-14 Chris HansonAdd HOOK/REPL-PROMPT.
1992-09-14 Chris HansonDefine NIL and USER-INITIAL-ENVIRONMENT.
1992-09-14 Chris HansonDisable EXIT and QUIT so that students aren't logged...
1992-09-14 Chris HansonUse new %QUIT.
1992-09-14 Chris HansonAdd %QUIT to guarantee access to basic QUIT mechanism.
1992-09-14 Chris HansonAdd HOOK/EXIT and HOOK/QUIT to allow EXIT and QUIT...
1992-09-14 Chris HansonChange mail to insert both "From:" and "Reply-to:"...
1992-09-14 Chris HansonInstall new login window text from LAS.
1992-09-14 Chris HansonUse home directory if "work/" doesn't exist.
1992-09-14 Chris HansonAdd code to support a "motd" file.
1992-09-14 Chris HansonAdd dependencies for "lookprm".
1992-09-14 Chris HansonFix occurrences of `set_IntEnb'.
1992-09-14 Chris HansonIn definitions of interrupt registers, use `Registers...
1992-09-14 Chris HansonFor FOCUS-IN events, don't generate a SELECT-SCREEN...
1992-09-12 Chris HansonAdd new hook for close-coded stack/interrupt check.
1992-09-12 Chris HansonAdd new hook for close-coded stack/interrupt check.
1992-09-11 Chris HansonAdd new hook for close-coded stack/interrupt check.
1992-09-11 Chris HansonMove IntCode and IntEnb to the register block so that...
1992-09-11 Chris HansonDisable generation of stack checks until implementation...
1992-09-11 Chris HansonHandle stack checks correctly. Previous code was jumpi...
next