mit-scheme.git
1994-11-14 Chris HansonMore small changes for OS/2.
1994-11-14 Chris HansonImplement CLEAR_INTERRUPT_NOLOCK (needed for OS/2).
1994-11-14 Chris HansonEliminate compiler warning.
1994-11-14 Chris HansonMake WRITE-STRINGS-DENSELY more consistent -- it should...
1994-11-14 Chris HansonReformat to eliminate over-long line.
1994-11-14 Chris HansonEliminate old channel select registry mechanism.
1994-11-14 Chris HansonEliminate unix-specific CHANNEL-TYPE=FOO? predicates...
1994-11-14 Chris HansonEliminate unix-specific channel-type=foo? predicates.
1994-11-14 Chris HansonImplement channel-type-name primitive, which should...
1994-11-13 Chris HansonExpand channel_type table to include OS/2 channel types...
1994-11-12 Stephen AdamsAttended to bugs in copying DEFINITIONS and SEQUENCEs.
1994-11-06 Stephen AdamsCorrected a primitive's arity.
1994-11-06 Stephen AdamsAdded DESCRIPTOR->DEVICE argument to OPERATION/OPEN.
1994-11-06 Stephen Adams*** empty log message ***
1994-11-06 Stephen AdamsOPERATION/OPEN now takes an mandatory argument DESCRIPT...
1994-11-04 Chris HansonChange printed representation of undefined values.
1994-11-04 Chris HansonChange ";No value" to ";No useful value" per discussion...
1994-11-03 Stephen AdamsFixed edwin.ldr. Some files were loaded twice.
1994-11-03 Stephen AdamsFixed edwin.ldr. Some files were loaded twice.
1994-11-03 Stephen AdamsFixes to allow bios and the new tterm to work together.
1994-11-02 Stephen AdamsNew Win32 API procedures: GET-FOCUS, SET-ACTIVE-WINDOW...
1994-11-02 Stephen AdamsTurned on optimization for worthwhile files:
1994-11-02 Stephen AdamsRationalized or removed screen primitives to support...
1994-11-02 Stephen AdamsAdd Coffee Icon.
1994-11-02 Stephen AdamsChanges mainly to support the impoved Edwin Win32 Screen.
1994-11-02 Stephen AdamsInitial revision
1994-11-02 Stephen AdamsTidying.
1994-11-02 Stephen AdamsChanges for the new Win32 screen driver (which somehow...
1994-11-02 Stephen AdamsDEBUGGER-START-NEW-SCREEN? is now default true for...
1994-11-02 Stephen AdamsNew command:
1994-11-02 Stephen AdamsImprovements to the Win32 screen driver
1994-11-02 Stephen AdamsChanging WITHOUT-INTERRUPTS to WITH-EDITOR-INTERRUPTS...
1994-11-01 Stephen AdamsAdded a message to INFERIOR-REPL-DEBUG as this may...
1994-11-01 Stephen AdamsExtended definition of ansi terminal driver trivially...
1994-11-01 Stephen AdamsAdded a feature to decode special keys that are defined...
1994-11-01 Stephen AdamsAdded termcap info for special keys (up, left, f5 etc).
1994-11-01 Chris HansonChange instances of without-interrupts to
1994-10-30 Chris HansonChange default for suspend files so that they are NOT...
1994-10-28 Jason WilsonI added hash-table/get-key which is useful when impleme...
1994-10-26 Stephen AdamsFixed accidental damage to INSERT-DISRECTORY!
1994-10-26 Stephen Adamsruntim => runtime
1994-10-26 Stephen AdamsFixed bug which caused an old wndproc to be associated...
1994-10-26 Stephen Adamsruntim => runtime
1994-10-26 Stephen AdamsAdded DESTROY-WINDOW.
1994-10-26 Stephen AdamsRationalized error reporting.
1994-10-26 Chris HansonAdd aliases for the old x-FOO commands.
1994-10-25 Chris HansonAdd new procedure COPY-COMMAND.
1994-10-25 Stephen AdamsNumerous changes, either bug fixes or changes to accomo...
1994-10-25 Stephen AdamsSee ntscreen.c
1994-10-25 Stephen AdamsAdded primitives for efficient access to the screen...
1994-10-25 Stephen AdamsChanged OS_process_clock so that it returns the process...
1994-10-25 Stephen AdamsChanges to merge with Win32 edwin screen driver and...
1994-10-25 Stephen AdamsInitial revision
1994-10-25 Stephen AdamsFix working-directory lossage.
1994-10-20 Stephen AdamsDocumented VECTOR-BINARY-SEARCH.
1994-10-17 Stephen AdamsCorrected small detail in Win32 package reference.
1994-10-13 Stephen AdamsFixed small errors in WT-TREE documentation.
1994-10-13 Chris HansonAdd new procedures YNODE-EXP-SPECIAL and YNODE-RESULT...
1994-10-13 Chris HansonAdd new procedures YNODE-EXP-SPECIAL and YNODE-RESULT...
1994-10-12 Chris HansonInitial revision
1994-10-12 Chris HansonFix bug in SPLIT-INTERVAL-LEFT!: because the splitting...
1994-10-12 Chris HansonAll existing calls to CURRENT-VC-MASTER require the...
1994-10-12 Chris HansonFix typo in previous change.
1994-10-12 Chris HansonAdd autoloaded stepper support. Requires corresponding...
1994-10-11 Chris HansonAdd stepper to runtime system as load option.
1994-10-11 Chris HansonMove HIGHLIGHT-REGION-EXCLUDING-INDENTATION to "txtprp...
1994-10-11 Chris HansonChange HIGHLIGHT-REGION-EXCLUDING-INDENTATION to have...
1994-10-11 Chris HansonFix think-o that resulted in unused variable.
1994-10-11 Chris HansonAdd stepper to runtime system as load option.
1994-10-10 Chris HansonUse SYSTEM-CALL-ERROR-MESSAGE primitive to allow microc...
1994-10-09 Chris HansonEliminate random control characters in source text.
1994-10-09 Chris HansonEliminate random control characters in source text.
1994-10-08 Chris HansonUse new NO-ERROR optional argument to LOAD-OPTION to...
1994-10-08 Chris HansonAdd optional argument to LOAD-OPTION; this is a flag...
1994-10-08 Chris HansonEliminate compiler warning from previous change.
1994-10-07 Stephen AdamsFixed a bug in the directory read whereby the OS handle...
1994-10-07 Chris HansonFix OS/2 conditionalizations.
1994-10-07 Stephen AdamsUndid previous ill-thought-out edits to the backup...
1994-10-07 Stephen Adams*** empty log message ***
1994-10-06 Stephen AdamsInitial revision
1994-10-05 Stephen AdamsRemoved some opportunities for GC to cause a side-effec...
1994-10-05 Stephen AdamsChanged macro IMPORT_REGS_AFTER_PRIMITIVE to import...
1994-10-04 Chris HansonAdd new OS-dependent mechanism for building the system...
1994-10-04 Chris HansonAdd new OS-dependent mechanism for building the system...
1994-10-04 Chris HansonAdd new OS-dependent mechanism for building the system...
1994-10-04 Chris HansonAdd conditionalizations for OS/2.
1994-10-04 Chris HansonAdd conditionalizations for OS/2.
1994-10-03 Stephen AdamsInitial revision
1994-10-03 Stephen AdamsChanged LOAD-OPTION yet again:
1994-10-03 Stephen AdamsChanges for new LOAD-OPTION system:
1994-09-30 Stephen AdamsSorry, that was *INITIAL-OPTIONS-FILE*.
1994-09-30 Stephen AdamsExported *INITIAL-OPTIONS-FILE-PATHNAME*
1994-09-30 Stephen AdamsChanged LOAD-OPTION to use database in separate file(s):
1994-09-29 Stephen AdamsChanged C_call_scheme to preserve and restore `last_ret...
1994-09-29 Chris HansonAttempt to simulate load-pathname and after-load-hooks in
1994-09-29 Chris HansonReflect name change from "comp.*" to "compiler.*".
1994-09-28 Chris HansonEliminate compiler warning. Shorten page to 80 lines.
1994-09-28 Chris HansonFix minor type error in X-LIST-FONTS. Rearrange code...
1994-09-26 Chris HansonFix typo in previous change.
1994-09-21 Guillermo J... Update instructions.
next