mit-scheme.git
1995-05-03 Chris HansonAdd new file implementing operations on ordered vectors.
1995-05-02 Chris HansonIntegrate support for OS-dependent cut&paste buffer...
1995-05-02 Chris HansonIntegrate support for OS-dependent cut&paste buffer...
1995-05-02 Chris HansonIntegrate support for OS-dependent cut&paste buffer...
1995-05-02 Chris HansonAdd primitives to read and write the OS/2 clipboard.
1995-05-02 Chris HansonAdd primitives to read and write the OS/2 clipboard...
1995-05-02 Chris HansonIf a file insertion doesn't insert any data, don't...
1995-05-02 Chris HansonPreviously a POP password was discarded any time an...
1995-05-02 Chris HansonIf popclient program is successful, kill buffer showing...
1995-05-01 Stephen AdamsMoved call to GRAPH/INTERESTING to before call to GRAPH...
1995-05-01 Stephen AdamsRemoved 2 old fg related bindings.
1995-04-30 Stephen AdamsAdded a hand-crafted vector-8b based bit-string operati...
1995-04-30 Stephen AdamsChanged COMPUTE-KEY-HASH to compute hash value optimist...
1995-04-30 Chris HansonRepaginate.
1995-04-30 Chris HansonChange select-buffer hooks to take a second argument...
1995-04-30 Chris HansonAdd optional argument to WINDOW-DELETE! procedure....
1995-04-30 Chris Hanson* Generalize and simplify sendmail interface, to give...
1995-04-29 Stephen AdamsFixed bug when a coerced call site has been transformed...
1995-04-29 Stephen Adams(LOAD-OPTION name #!optional no-error?) now returns...
1995-04-29 Stephen AdamsFixed RTLGEN/INTEGER-CONSTANT? to reject non-integers.
1995-04-29 Stephen AdamsAdded expansion for SYMBOL?
1995-04-29 Stephen AdamsAdded expansion for SYMBOL? (similar to those for numer...
1995-04-29 Stephen AdamsTidying.
1995-04-29 Stephen AdamsTidying.
1995-04-29 Stephen AdamsTidying.
1995-04-28 Stephen AdamsAdded some (incomplete) documantation about garbage...
1995-04-28 Stephen AdamsYet another case where a BODY ended in a DEFINITION...
1995-04-28 Chris HansonEliminate compiler warning.
1995-04-28 Chris Hanson* The procedure OS_set_working_dir_pathname in "os2env...
1995-04-28 Chris HansonPrimitive OS2WIN-GET-EVENT was sometimes calling OS_fre...
1995-04-28 Chris HansonIn primitive OS2-SELECT-REGISTRY-TEST, there was a...
1995-04-28 Chris HansonReadahead message types belong to the channel-thread...
1995-04-28 Stephen AdamsAdded more SCode<->binding relations.
1995-04-28 Stephen AdamsAdded the SCode expressions of subproblems to the debug...
1995-04-27 Stephen AdamsConverted to new dbg-info scheme.
1995-04-27 Stephen AdamsConverted to new dbg-info scheme. Rather than model...
1995-04-27 Stephen AdamsAdded DBG-INFO/REMEMBER.
1995-04-27 Chris HansonImplement some renames that have been nagging for some...
1995-04-27 Stephen AdamsAdded frame size statistic.
1995-04-26 Stephen AdamsFiddled with a sequence of definitions and expressions...
1995-04-26 Stephen AdamsRemoved old flowgraph code.
1995-04-26 Stephen AdamsInitial revision
1995-04-24 Stephen AdamsAdded SET-GC-NOTIFICATION!
1995-04-24 Stephen AdamsTweaked error checking code to make the integrated...
1995-04-24 Stephen AdamsFixed TRANSFORM/PACKAGE to always return UNSPECIFIC...
1995-04-24 Stephen AdamsFixed definition ordering bug in macros.scm
1995-04-24 Stephen AdamsFixed bugs in multicell rewrites.
1995-04-24 Stephen AdamsChanged to use multicells. Uses singleton multicells...
1995-04-24 Chris HansonWhen doing completing prompt with REQUIRE-MATCH? set...
1995-04-23 Chris HansonFix think-o in POP server support.
1995-04-23 Chris HansonFix typos in previous change.
1995-04-23 Chris HansonAdd day-of-week prefix to string returned by FILE-TIME...
1995-04-23 Chris HansonImplement procedures to return strings for weekdays.
1995-04-23 Chris HansonImplement conversions between file time and universal...
1995-04-23 Chris HansonImplement ENCODE-FILE-TIME.
1995-04-23 Chris HansonImplement ENCODE-FILE-TIME.
1995-04-23 Chris HansonFix typo.
1995-04-23 Chris HansonUse new primitives to get time zone and daylight saving...
1995-04-23 Chris HansonUpdate to use new primitives that manipulate daylight...
1995-04-23 Chris HansonExtend the time decode/encode primitives to handle...
1995-04-23 Chris HansonExtend the time decode/encode primitives to handle...
1995-04-23 Chris HansonImplement primitives to get the timezone and daylight...
1995-04-23 Chris HansonImplement primitives to get the timezone and daylight...
1995-04-22 Chris HansonImplement some rudimentary time-zone code so that we...
1995-04-22 Chris HansonImplement some rudimentary time-zone code so that we...
1995-04-22 Chris HansonFix old typo in OS2_close_std_tqueue that was never...
1995-04-22 Chris HansonFix bug: the C-x z command was closing the editor windo...
1995-04-22 Chris HansonLock access to the twin of a qid more carefully. Previ...
1995-04-22 Chris HansonDon't send broken-pipe errors to the Scheme thread...
1995-04-22 Chris HansonClose the qid and tqueue associated with a readahead...
1995-04-22 Chris HansonAdd missing space to error message.
1995-04-21 Chris HansonChange CLOSE-PORT to close the output side of an I...
1995-04-21 Stephen AdamsMoved some comments to primitive documentation strings.
1995-04-21 Chris HansonAlways send a readahead ACK when closing a channel...
1995-04-20 Stephen AdamsAdded documentation for BIT-SUBSTRING-FIND-NEXT-SET...
1995-04-20 Chris HansonFix think-o in previous change.
1995-04-20 Stephen AdamsFixed to accept any top-level expressions, not just...
1995-04-20 Stephen AdamsLots of tinkering but still not finished the search.
1995-04-20 Stephen AdamsFixed thinko with previous change.
1995-04-19 Stephen AdamsChanged %arity-dispatcher-tag to be a knownd `special...
1995-04-19 Chris HansonExtend the SET-VARIABLE! and LOCAL-SET-VARIABLE! specia...
1995-04-19 Chris HansonProvide mechanism to permit BUFFER-GET to return a...
1995-04-19 Chris HansonAdd basic text property procedures that accept marks...
1995-04-17 Chris HansonUse new procedure GROUP-INSERT-CHARS! to reduce consing...
1995-04-17 Chris HansonAdd new procedure GROUP-INSERT-CHARS!.
1995-04-17 Stephen AdamsRestructured environment to be more abstract.
1995-04-17 Stephen AdamsFixed typo.
1995-04-17 Stephen Adams(append (map f l) e) => (map* e f l)
1995-04-17 Stephen AdamsChanged (append (map f l) e) => (map* e f l)
1995-04-15 Stephen AdamsAdded rewrites for MULTICELLs. MULTICELLs are rewritte...
1995-04-15 Stephen AdamsAdded MULTICELLs.
1995-04-15 Chris HansonFix think-o in previous change.
1995-04-15 Chris HansonEliminate unneeded reference to GET-TIME.
1995-04-15 Chris HansonEliminate unneeded reference to GET-TIME.
1995-04-15 Chris HansonFix think-o in previous change.
1995-04-15 Chris HansonUse new procedure OS/LS-FILE-TIME-STRING.
1995-04-15 Chris HansonImplement new procedure OS/LS-FILE-TIME-STRING.
1995-04-15 Chris HansonImplement new procedure DECODE-FILE-TIME.
1995-04-15 Chris HansonImplement new procedure DECODE-FILE-TIME, and rewrite
1995-04-15 Chris HansonChange random ACCESS statement to use now-exported...
next