1992-09-18 |
Guillermo J... | Can't use signed as a variable name. |
commit | commitdiff | tree | snapshot |
1992-09-18 |
Chris Hanson | Implement new procedure X-GRAPHICS/DISCARD-EVENTS to... |
commit | commitdiff | tree | snapshot |
1992-09-18 |
Chris Hanson | Signal error if user tries to set the pathname of a... |
commit | commitdiff | tree | snapshot |
1992-09-18 |
Guillermo J... | Use ulong_to_integer instead of long_to_integer to... |
commit | commitdiff | tree | snapshot |
1992-09-18 |
Guillermo J... | Add ulong_to_integer and integer_to_ulong. |
commit | commitdiff | tree | snapshot |
1992-09-18 |
Guillermo J... | Add ulong_to_bignum and bignum_to_ulong. |
commit | commitdiff | tree | snapshot |
1992-09-18 |
Guillermo J... | Add the arities for all the primitives so the file... |
commit | commitdiff | tree | snapshot |
1992-09-18 |
Guillermo J... | Fix bug in last edit. |
commit | commitdiff | tree | snapshot |
1992-09-18 |
Guillermo J... | Add the arities for all the primitives so the file... |
commit | commitdiff | tree | snapshot |
1992-09-18 |
Guillermo J... | Add hardware stack overflow protection under DPMI. |
commit | commitdiff | tree | snapshot |
1992-09-18 |
Guillermo J... | Add STACK_RESET macro for machines/OSs in which we... |
commit | commitdiff | tree | snapshot |
1992-09-18 |
Guillermo J... | Initialize Scheme_Stack_Segment_Selector only if it... |
commit | commitdiff | tree | snapshot |
1992-09-18 |
Guillermo J... | Add Scheme_Stack_Segment_Selector for DOS, and make... |
commit | commitdiff | tree | snapshot |
1992-09-18 |
Guillermo J... | Rename improperly declared extern (i386_interface_initi... |
commit | commitdiff | tree | snapshot |
1992-09-17 |
Chris Hanson | Add code to recognize the "write-protected" error when... |
commit | commitdiff | tree | snapshot |
1992-09-17 |
Chris Hanson | In TYPEIN-EDIT-OTHER-WINDOW, don't return a window... |
commit | commitdiff | tree | snapshot |
1992-09-17 |
Guillermo J... | int 21h 60h only writes 128 bytes. |
commit | commitdiff | tree | snapshot |
1992-09-17 |
Chris Hanson | Add code to detect non-DOS filenames and discourage... |
commit | commitdiff | tree | snapshot |
1992-09-17 |
Guillermo J... | Fix the adjustment for real-time timer wrap around. |
commit | commitdiff | tree | snapshot |
1992-09-17 |
Guillermo J... | Add a patch to deliver-timer-events for real-time timer... |
commit | commitdiff | tree | snapshot |
1992-09-17 |
Guillermo J... | Flush references to indirect primitives. They do not... |
commit | commitdiff | tree | snapshot |
1992-09-17 |
Guillermo J... | Flush indirect primitives. They make no sense in DOS. |
commit | commitdiff | tree | snapshot |
1992-09-17 |
Guillermo J... | Add file-access-time-direct, file-access-time-indirect, |
commit | commitdiff | tree | snapshot |
1992-09-17 |
Guillermo J... | Fix broken conditional in notifier. |
commit | commitdiff | tree | snapshot |
1992-09-15 |
Guillermo J... | Get rid of IntEnb and IntCode as independent variables... |
commit | commitdiff | tree | snapshot |
1992-09-15 |
Guillermo J... | Make FILE-EQ? work correctly under DOS. |
commit | commitdiff | tree | snapshot |
1992-09-14 |
Chris Hanson | Add HOOK/REPL-PROMPT. |
commit | commitdiff | tree | snapshot |
1992-09-14 |
Chris Hanson | Define NIL and USER-INITIAL-ENVIRONMENT. |
commit | commitdiff | tree | snapshot |
1992-09-14 |
Chris Hanson | Disable EXIT and QUIT so that students aren't logged... |
commit | commitdiff | tree | snapshot |
1992-09-14 |
Chris Hanson | Use new %QUIT. |
commit | commitdiff | tree | snapshot |
1992-09-14 |
Chris Hanson | Add %QUIT to guarantee access to basic QUIT mechanism. |
commit | commitdiff | tree | snapshot |
1992-09-14 |
Chris Hanson | Add HOOK/EXIT and HOOK/QUIT to allow EXIT and QUIT... |
commit | commitdiff | tree | snapshot |
1992-09-14 |
Chris Hanson | Change mail to insert both "From:" and "Reply-to:"... |
commit | commitdiff | tree | snapshot |
1992-09-14 |
Chris Hanson | Install new login window text from LAS. |
commit | commitdiff | tree | snapshot |
1992-09-14 |
Chris Hanson | Use home directory if "work/" doesn't exist. |
commit | commitdiff | tree | snapshot |
1992-09-14 |
Chris Hanson | Add code to support a "motd" file. |
commit | commitdiff | tree | snapshot |
1992-09-14 |
Chris Hanson | Add dependencies for "lookprm". |
commit | commitdiff | tree | snapshot |
1992-09-14 |
Chris Hanson | Fix occurrences of `set_IntEnb'. |
commit | commitdiff | tree | snapshot |
1992-09-14 |
Chris Hanson | In definitions of interrupt registers, use `Registers... |
commit | commitdiff | tree | snapshot |
1992-09-14 |
Chris Hanson | For FOCUS-IN events, don't generate a SELECT-SCREEN... |
commit | commitdiff | tree | snapshot |
1992-09-12 |
Chris Hanson | Add new hook for close-coded stack/interrupt check. |
commit | commitdiff | tree | snapshot |
1992-09-12 |
Chris Hanson | Add new hook for close-coded stack/interrupt check. |
commit | commitdiff | tree | snapshot |
1992-09-11 |
Chris Hanson | Add new hook for close-coded stack/interrupt check. |
commit | commitdiff | tree | snapshot |
1992-09-11 |
Chris Hanson | Move IntCode and IntEnb to the register block so that... |
commit | commitdiff | tree | snapshot |
1992-09-11 |
Chris Hanson | Disable generation of stack checks until implementation... |
commit | commitdiff | tree | snapshot |
1992-09-11 |
Chris Hanson | Handle stack checks correctly. Previous code was jumpi... |
commit | commitdiff | tree | snapshot |
1992-09-10 |
Chris Hanson | Don't do compensation kludge for 60-second granularity... |
commit | commitdiff | tree | snapshot |
1992-09-10 |
Chris Hanson | Tweak some of the presentations. |
commit | commitdiff | tree | snapshot |
1992-09-10 |
Chris Hanson | Add "floppy" to the list of files that need compilation. |
commit | commitdiff | tree | snapshot |
1992-09-10 |
Chris Hanson | Move editor customizations from "make.scm" to "edextra... |
commit | commitdiff | tree | snapshot |
1992-09-10 |
Chris Hanson | Add first version of floppy code. |
commit | commitdiff | tree | snapshot |
1992-09-10 |
Chris Hanson | Add first version of floppy code. |
commit | commitdiff | tree | snapshot |
1992-09-10 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1992-09-10 |
Chris Hanson | Extend the definition of SELECT-BUFFER-IN-WINDOW so... |
commit | commitdiff | tree | snapshot |
1992-09-08 |
Chris Hanson | Fix think-o in window-configuration stuff. |
commit | commitdiff | tree | snapshot |
1992-09-08 |
Chris Hanson | Eliminate losing and unnecessary definitions of string... |
commit | commitdiff | tree | snapshot |
1992-09-08 |
Chris Hanson | Fix typo in previous change. |
commit | commitdiff | tree | snapshot |
1992-09-08 |
Chris Hanson | Install mechanism for saving and restoring window confi... |
commit | commitdiff | tree | snapshot |
1992-09-07 |
Guillermo J... | Fix off-by-one error. |
commit | commitdiff | tree | snapshot |
1992-09-06 |
Guillermo J... | Make caps-lock work correctly by adding a third transla... |
commit | commitdiff | tree | snapshot |
1992-09-05 |
Guillermo J... | Move attn key to F10. Some computers don't generate... |
commit | commitdiff | tree | snapshot |
1992-09-05 |
Chris Hanson | Add new procedures to read file access time and to... |
commit | commitdiff | tree | snapshot |
1992-09-05 |
Chris Hanson | Add primitives to read file access time. |
commit | commitdiff | tree | snapshot |
1992-09-04 |
Nick Papadakis | bugfixes to load-problem-set |
commit | commitdiff | tree | snapshot |
1992-09-04 |
Nick Papadakis | bugfixes to load-problem-set |
commit | commitdiff | tree | snapshot |
1992-09-04 |
Nick Papadakis | Added support for load-problem-set |
commit | commitdiff | tree | snapshot |
1992-09-03 |
Chris Hanson | Disable handling of compressed and encrypted files. |
commit | commitdiff | tree | snapshot |
1992-09-03 |
Guillermo J... | Flush obsolete primitive. |
commit | commitdiff | tree | snapshot |
1992-09-03 |
Guillermo J... | Change DOS timer interrupt behavior: |
commit | commitdiff | tree | snapshot |
1992-09-02 |
Guillermo J... | Remove timer interrupt hack. This stuff is done direct... |
commit | commitdiff | tree | snapshot |
1992-09-02 |
Guillermo J... | Timer interrupts are now only requested when there... |
commit | commitdiff | tree | snapshot |
1992-09-02 |
Guillermo J... | Copy the global GC handler from the old interrupt vecto... |
commit | commitdiff | tree | snapshot |
1992-09-02 |
Guillermo J... | Add hook for DOS to initialize part of the fixed object... |
commit | commitdiff | tree | snapshot |
1992-09-02 |
Chris Hanson | Add procedure to restore focus to the editor's screen. |
commit | commitdiff | tree | snapshot |
1992-09-02 |
Chris Hanson | Load PRINT library using new procedure LOAD-EDWIN-LIBRARY. |
commit | commitdiff | tree | snapshot |
1992-09-02 |
Chris Hanson | Create new procedure LOAD-EDWIN-LIBRARY that can be... |
commit | commitdiff | tree | snapshot |
1992-09-02 |
Chris Hanson | Export procedures to force focus to a particular Edwin... |
commit | commitdiff | tree | snapshot |
1992-09-02 |
Chris Hanson | Make sure printing library is loaded for this code. |
commit | commitdiff | tree | snapshot |
1992-09-02 |
Chris Hanson | Fix some bugs. |
commit | commitdiff | tree | snapshot |
1992-09-02 |
Chris Hanson | Change switch-generation procedure to return a string... |
commit | commitdiff | tree | snapshot |
1992-09-01 |
Chris Hanson | Fix think-o in last change. |
commit | commitdiff | tree | snapshot |
1992-09-01 |
Chris Hanson | Try different magic for edwin extensions package. |
commit | commitdiff | tree | snapshot |
1992-09-01 |
Chris Hanson | Try different magic for edwin extensions package. |
commit | commitdiff | tree | snapshot |
1992-09-01 |
Chris Hanson | Add support for M-x print-graphics. |
commit | commitdiff | tree | snapshot |
1992-09-01 |
Chris Hanson | In picture->pgm-file, always scale. |
commit | commitdiff | tree | snapshot |
1992-09-01 |
Chris Hanson | In picture->pgm-file, always scale. |
commit | commitdiff | tree | snapshot |
1992-09-01 |
Chris Hanson | Add support for M-x print-graphics. |
commit | commitdiff | tree | snapshot |
1992-09-01 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1992-08-30 |
Guillermo J... | Fix truncate and ftruncate prototypes and flush FTRUNCA... |
commit | commitdiff | tree | snapshot |
1992-08-30 |
Guillermo J... | Remove extraneous back-slash. |
commit | commitdiff | tree | snapshot |
1992-08-30 |
Guillermo J... | "Final" alpha merge. |
commit | commitdiff | tree | snapshot |
1992-08-29 |
Guillermo J... | Initial revision |
commit | commitdiff | tree | snapshot |
1992-08-29 |
Guillermo J... | Initial revision. |
commit | commitdiff | tree | snapshot |
1992-08-29 |
Guillermo J... | Move HAVE_FTRUNCATE from bchdmp.c to ux.h. |
commit | commitdiff | tree | snapshot |
1992-08-29 |
Guillermo J... | Fix bug in last edit: I interpreted the diff incorrectly. |
commit | commitdiff | tree | snapshot |
1992-08-29 |
Guillermo J... | OSF does not have truncate, apparently. |
commit | commitdiff | tree | snapshot |
1992-08-29 |
Guillermo J... | Fix many instances of 1 (replaced by 1L). |
commit | commitdiff | tree | snapshot |
1992-08-29 |
Guillermo J... | Fix many instances of 1 (replaced by 1L). |
commit | commitdiff | tree | snapshot |
1992-08-29 |
Guillermo J... | Add call to prevent Ultrix from "fixing" unaligned... |
commit | commitdiff | tree | snapshot |
1992-08-29 |
Guillermo J... | Internal static is not legal, according to some compilers. |
commit | commitdiff | tree | snapshot |
next |