mit-scheme.git
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...
1992-09-10 Chris HansonDon't do compensation kludge for 60-second granularity...
1992-09-10 Chris HansonTweak some of the presentations.
1992-09-10 Chris HansonAdd "floppy" to the list of files that need compilation.
1992-09-10 Chris HansonMove editor customizations from "make.scm" to "edextra...
1992-09-10 Chris HansonAdd first version of floppy code.
1992-09-10 Chris HansonAdd first version of floppy code.
1992-09-10 Chris HansonInitial revision
1992-09-10 Chris HansonExtend the definition of SELECT-BUFFER-IN-WINDOW so...
1992-09-08 Chris HansonFix think-o in window-configuration stuff.
1992-09-08 Chris HansonEliminate losing and unnecessary definitions of string...
1992-09-08 Chris HansonFix typo in previous change.
1992-09-08 Chris HansonInstall mechanism for saving and restoring window confi...
1992-09-07 Guillermo J... Fix off-by-one error.
1992-09-06 Guillermo J... Make caps-lock work correctly by adding a third transla...
1992-09-05 Guillermo J... Move attn key to F10. Some computers don't generate...
1992-09-05 Chris HansonAdd new procedures to read file access time and to...
1992-09-05 Chris HansonAdd primitives to read file access time.
1992-09-04 Nick Papadakisbugfixes to load-problem-set
1992-09-04 Nick Papadakisbugfixes to load-problem-set
1992-09-04 Nick PapadakisAdded support for load-problem-set
1992-09-03 Chris HansonDisable handling of compressed and encrypted files.
1992-09-03 Guillermo J... Flush obsolete primitive.
1992-09-03 Guillermo J... Change DOS timer interrupt behavior:
1992-09-02 Guillermo J... Remove timer interrupt hack. This stuff is done direct...
1992-09-02 Guillermo J... Timer interrupts are now only requested when there...
1992-09-02 Guillermo J... Copy the global GC handler from the old interrupt vecto...
1992-09-02 Guillermo J... Add hook for DOS to initialize part of the fixed object...
1992-09-02 Chris HansonAdd procedure to restore focus to the editor's screen.
1992-09-02 Chris HansonLoad PRINT library using new procedure LOAD-EDWIN-LIBRARY.
1992-09-02 Chris HansonCreate new procedure LOAD-EDWIN-LIBRARY that can be...
1992-09-02 Chris HansonExport procedures to force focus to a particular Edwin...
1992-09-02 Chris HansonMake sure printing library is loaded for this code.
1992-09-02 Chris HansonFix some bugs.
1992-09-02 Chris HansonChange switch-generation procedure to return a string...
1992-09-01 Chris HansonFix think-o in last change.
1992-09-01 Chris HansonTry different magic for edwin extensions package.
1992-09-01 Chris HansonTry different magic for edwin extensions package.
1992-09-01 Chris HansonAdd support for M-x print-graphics.
1992-09-01 Chris HansonIn picture->pgm-file, always scale.
1992-09-01 Chris HansonIn picture->pgm-file, always scale.
1992-09-01 Chris HansonAdd support for M-x print-graphics.
1992-09-01 Chris HansonInitial revision
next