mit-scheme.git
1994-11-22 Guillermo J... Fix parenthesis problem.
1994-11-22 Stephen AdamsAdded profile counts for a few operations (cons, make...
1994-11-22 Guillermo J... Simple returns (and hook returns) must associate the...
1994-11-22 Guillermo J... Substitutions must propagate debugging information...
1994-11-22 Guillermo J... Letrec must propagate debugging information correctly...
1994-11-22 Guillermo J... Add definition of code-rewrite/remember*!
1994-11-22 Guillermo J... Add call to compat/remember in the special handler for
1994-11-22 Stephen Adams*** empty log message ***
1994-11-22 Stephen AdamsAdded profile-count hook entries.
1994-11-22 Stephen AdamsMake lamba-list/parse return #!AUX parameters
1994-11-22 Stephen Adams*** empty log message ***
1994-11-20 Guillermo J... Delay environment construction until after it is determ...
1994-11-20 Stephen AdamsAdded copyright.
1994-11-20 Guillermo J... Add new compiled-code methods for new compiler.
1994-11-20 Chris HansonExport new names for channel-file-length etc.
1994-11-20 Chris HansonFix name conflict with new OS/2 primitive FILE-LENGTH.
1994-11-20 Chris HansonChange to use new file-length procedure.
1994-11-20 Chris HansonImplement file-length procedure.
1994-11-20 Chris HansonRename procedures:
1994-11-20 Chris HansonDon't use `access' -- use `OS_file_access' instead.
1994-11-20 Jim MillerAdded copyright.
1994-11-20 Jim MillerAdded copyright
1994-11-19 Chris HansonFix typo that causes compiler warning in OS/2 compiler.
1994-11-19 Stephen AdamsInitial revision
1994-11-19 Stephen AdamsInitial revision
1994-11-14 Stephen AdamsRemoved unused procedure.
1994-11-14 Stephen AdamsCopyright date.
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...
next