mit-scheme.git
1999-05-15 Chris HansonFix previous change. Problem is subtle -- LAMBDA-AUXIL...
1999-05-14 Chris HansonChange #!aux to be an interned symbol.
1999-05-13 Chris HansonMove regular-expression support to the runtime system...
1999-05-13 Chris HansonInitial revision
1999-05-13 Chris HansonFix typo.
1999-05-11 Chris HansonImplement new procedures SIMPLE-COMMAND-LINE-PARSER and
1999-05-11 Chris HansonUse new procedure SIMPLE-COMMAND-LINE-PARSER in place of
1999-05-11 Chris HansonImplement new procedures SIMPLE-COMMAND-LINE-PARSER and
1999-05-11 Chris HansonChange option code so that "-compiler" and "-edwin...
1999-05-11 Chris HansonChange option code so that "-compiler" and "-edwin...
1999-05-08 Chris HansonDelete definitions of FIX:MIN and FIX:MAX, which are...
1999-05-08 Chris HansonDocument new string-search procedures and string-revers...
1999-05-08 Chris HansonFix thinko in previous change.
1999-05-08 Chris HansonImplement STRING-SEARCH-ALL and SUBSTRING-SEARCH-ALL.
1999-05-07 Chris HansonFix fencepost bug.
1999-05-07 Chris HansonImplement Boyer-Moore string search. Also add procedur...
1999-05-07 Chris HansonFix bug: "string.scm" had wrong package designation.
1999-05-07 Chris HansonImplement Boyer-Moore string search. Also add procedur...
1999-05-07 Chris HansonImplement Boyer-Moore string search. Also add procedur...
1999-05-07 Chris HansonImplement FIX:MIN and FIX:MAX.
1999-05-04 Chris HansonInterpret contents of password-file variable as relativ...
1999-05-04 Chris HansonDefine variable that specifies the password filename...
1999-05-04 Chris HansonDefine variable that specifies the password filename...
1999-05-04 Chris HansonDefine variable that specifies the password filename...
1999-04-29 Chris HansonChange documentation for time procedures to match new...
1999-04-28 Chris HansonChange default font to "8.Courier".
1999-04-28 Chris HansonAdd definition needed for use with newer versions of...
1999-04-27 Chris HansonFix thinko in error call.
1999-04-26 Chris HansonFix logic so that CURRENT-HOME-DIRECTORY doesn't genera...
1999-04-24 Chris HansonFix bug that occurred when the HOME environment variabl...
1999-04-20 Chris HansonUse reasonable default working directory.
1999-04-08 Chris HansonImplement remaining time-representation conversions.
1999-04-07 Chris HansonImplement remainder of RFC-822 syntax: optional day...
1999-04-07 Chris HansonThis change requires microcode 11.163 or later.
1999-04-07 Chris HansonThis change requires microcode 11.163 or later.
1999-04-07 Chris HansonImplement BURST-STRING.
1999-04-07 Chris HansonImplement primitive to decode unix time to UTC.
1999-03-31 Chris HansonDocument time procedures.
1999-03-26 Chris HansonFix type error.
1999-03-26 Chris HansonFix thinko.
1999-03-26 Chris HansonWork around stupid restriction in 8.0 compiler.
1999-03-25 Chris HansonEliminate compiler warning.
1999-03-24 Chris HansonFix: probe for different kernel files.
1999-03-18 Chris HansonFix bug: modeline "modified" indicator not properly...
1999-03-17 Chris HansonChange SHRINK-WINDOW-IF-LARGER-THAN-BUFFER so that...
1999-03-16 Chris HansonDocument parser/unparser control variables and mode...
1999-03-15 Chris HansonSignal an error when *parser-radix* is set to a non...
1999-03-09 Chris HansonImplement primitives to provide registry access.
1999-03-04 Chris HansonUse pathname object for info descriptor rather than...
1999-03-04 Chris HansonLoad all pathname types on every operating system....
1999-03-04 Chris HansonUse pathname object for info descriptor rather than...
1999-03-04 Chris HansonAllow debugging info descriptor to be a pathname as...
1999-03-03 Chris HansonComment out override of TERMCAP_FILES now that we have...
1999-03-03 Chris HansonThis version of Edwin requires microcode 11.162 or...
1999-03-03 Chris HansonExtensive changes to implement a single input queue...
1999-03-01 Chris HansonRevert previous change, which was really due to a bug...
1999-03-01 Chris HansonRevamp input-event signalling mechanism to more explici...
1999-02-28 Chris HansonAnother patch to attempt to fix redisplay problems...
1999-02-28 Chris HansonEliminate definition of WITH-THREAD-EVENTS-BLOCKED...
1999-02-26 Chris HansonExtensive changes to adjust for new release, fix format...
1999-02-26 Chris HansonNumerous formatting changes to eliminate TeX errors...
1999-02-26 Chris HansonUpdate BKPT to reflect current implementation.
1999-02-25 Chris HansonChange heuristics used to find a temporary directory.
1999-02-25 Chris HansonChange heuristics used to find a temporary directory.
1999-02-25 Chris HansonGuarantee that port-type specifies standard operations.
1999-02-25 Chris HansonGuarantee that port-type specifies standard operations.
1999-02-24 Chris HansonEliminate kludge that used to compensate for continuati...
1999-02-24 Chris HansonUse new procedure WITH-THREAD-EVENTS-BLOCKED.
1999-02-24 Chris HansonMerge different port-type constructors into MAKE-PORT...
1999-02-24 Chris HansonImplement WITH-THREAD-EVENTS-BLOCKED and hook it into...
1999-02-24 Chris HansonPass continuation's BLOCK-THREAD-EVENTS? member through...
1999-02-24 Chris HansonSave "block-thread-events" flag in continuations. ...
1999-02-24 Chris HansonSave "block-thread-events" flag in continuations. ...
1999-02-24 Chris HansonSave "block-thread-events" flag in continuations. ...
1999-02-24 Chris HansonSave "block-thread-events" flag in continuations. ...
1999-02-24 Chris HansonSave "block-thread-events" flag in continuations. ...
1999-02-23 Chris HansonWhen user aborts a computation, deregister all outstand...
1999-02-23 Chris HansonWhen user aborts a computation, deregister all outstand...
1999-02-23 Chris HansonFix bug: when running something in a REPL buffer, Edwin...
1999-02-22 Chris HansonFix bug: when switching between fvwm2 virtual desktops...
1999-02-18 Chris HansonEliminate references to obsolete port operations.
1999-02-18 Chris HansonChanges corresponding to new transcript mechanism in...
1999-02-18 Chris HansonMinor tweaks so that transcript of REPL buffer is recor...
1999-02-18 Chris Hanson* Add mechanism to encapsulate one port in another...
1999-02-18 Chris HansonEliminate references to old transcript mechanism.
1999-02-18 Chris Hanson* Add mechanism to encapsulate one port in another...
1999-02-16 Chris HansonWhen doing port-type inheritance, don't inherit any...
1999-02-16 Chris HansonUse new port types mechanism.
1999-02-16 Chris HansonUse new port types mechanism.
1999-02-16 Chris HansonExport MAKE-PORT.
1999-02-16 Chris HansonChange the port implementation to have a type that...
1999-02-16 Chris HansonDon't export {IN,OUT}PUT-PORT/OPERATION/ procedures...
1999-02-16 Chris HansonImplement FRESH-LINE operation for generic, file, and...
1999-02-16 Chris HansonImplement FRESH-LINE operation for generic, file, and...
1999-02-16 Chris HansonImplement FRESH-LINE operation for generic, file, and...
1999-02-16 Chris HansonAllow CLOSE-INPUT-PORT and CLOSE-OUTPUT-PORT to indepen...
1999-02-16 Chris HansonAllow CLOSE-INPUT-PORT and CLOSE-OUTPUT-PORT to indepen...
1999-02-16 Chris HansonAllow CLOSE-INPUT-PORT and CLOSE-OUTPUT-PORT to indepen...
1999-02-16 Chris HansonAllow CLOSE-INPUT-PORT and CLOSE-OUTPUT-PORT to indepen...
1999-02-16 Chris HansonEliminate some randomness.
next