mit-scheme.git
1997-07-10 Chris HansonFix a couple of typos.
1997-07-09 Stephen AdamsAdded missing open-coders for:
1997-07-09 Stephen AdamsImplemented FORCE as a compiled procedure. SF no longe...
1997-07-09 Stephen AdamsAdded rules for rewriting (INTEGER->FLONUM N <flags...
1997-07-09 Stephen AdamsImproved range of analysis for REMAINDER & INTEGER...
1997-07-08 Stephen AdamsChanged bignum_to_double to produce a correctly rounded...
1997-07-08 Stephen AdamsChange integer_length_in_bits to return a fixnum if...
1997-07-08 Stephen AdamsSpeed up RATIO->FLONUM and INT:->INEXACT by using ...
1997-07-08 Stephen AdamsFixed thinko in FIXNUM->FLONUM.
1997-07-08 Stephen AdamsChanges in INT:->STRING to improve performance. 30...
1997-07-07 Chris HansonRename "c+e" to "all".
1997-07-07 Stephen AdamsChanges in INT:->STRING to improve performance. 30...
1997-07-04 Stephen AdamsIn bignum_remainder, replaced special case for remainde...
1997-07-03 Stephen AdamsPerformance enhancements:
1997-07-03 Chris HansonMake sure that RMAIL variables are initialized before...
1997-06-27 Chris HansonFix bug introduced by last change.
1997-06-27 Chris HansonToe the current ideological line.
1997-06-27 Stephen AdamsFix typo.
1997-06-26 Stephen AdamsFixed a bug in argument checking SUBSTRING. Introduced
1997-06-26 Stephen AdamsFixed a bug in argument checking SUBSTRING. Introduced
1997-06-26 Chris HansonDon't use the external Scheme DLL any more. This is...
1997-06-26 Chris HansonWatcom 11: use __try/__except for new version of Watcom...
1997-06-26 Chris HansonWatcom 11: eliminate compiler warning.
1997-06-26 Chris HansonWatcom 11: various changes.
1997-06-26 Chris HansonWatcom 11: needs kernel and user librarys named explici...
1997-06-26 Chris HansonChange for Watcom 11: documentation claims that 0 is...
1997-06-25 Chris HansonChange RCS-FIND-DELTA to have an extra argument saying...
1997-06-25 Chris HansonChange RCS-FIND-DELTA to have an extra argument saying...
1997-06-25 Chris HansonExtensive changes corresponding to new release of SOS...
1997-06-25 Chris HansonExtensive changes corresponding to new release of SOS...
1997-06-25 Chris HansonAllow computed methods to return concrete methods as...
1997-06-25 Chris HansonDelete accessor slot properties after they are used...
1997-06-25 Chris HansonFix typo.
1997-06-25 Chris HansonFix think-o.
1997-06-25 Chris HansonAllow INSTANCE-PREDICATE to take a specializer as an...
1997-06-25 Chris HansonError-check arguments to MAKE-CLASS. Make sure that...
1997-06-25 Chris HansonAllow record types to be used in place of classes where...
1997-06-25 Chris HansonSignal CONDITION-TYPE:NO-SUCH-SLOT when given an invali...
1997-06-25 Chris HansonSignal CONDITION-TYPE:NO-SUCH-SLOT when given an invali...
1997-06-25 Chris HansonAdd CONDITION-TYPE:NO-SUCH-SLOT and modify record code...
1997-06-24 Chris HansonModify %RECORD-ACCESSOR to signal an error if the acces...
1997-06-19 Chris HansonSPECIALIZER=? was not handling the case of mixed argume...
1997-06-19 Chris HansonEliminate UNION-SPECIALIZER=? and UNION-SPECIALIZER...
1997-06-19 Chris HansonAdd option to allow user to specify a different name...
1997-06-19 Chris HansonEliminate UNION-SPECIALIZER=? and UNION-SPECIALIZER...
1997-06-19 Chris HansonEliminate UNION-SPECIALIZER=? and UNION-SPECIALIZER...
1997-06-19 Chris HansonEliminate unused definition.
1997-06-19 Chris HansonAdd procedure SPECIALIZER-CLASSES.
1997-06-19 Chris HansonSUBCLASS? must allow its second argument to be any...
1997-06-19 Chris HansonFix bug: microcode was forgetting about file being...
1997-06-19 Chris HansonWhen trying to get information about a file, if we...
1997-06-19 Chris HansonIgnore the mouse click that activates a window.
1997-06-18 Chris HansonFix two bugs in article-posting code.
1997-06-18 Chris HansonMake sure that all article ranges are clipped when...
1997-06-17 Chris HansonChange slot-option merging code so that INITIAL-VALUE...
1997-06-17 Chris HansonChange slot-option merging code so that INITIAL-VALUE...
1997-06-17 Chris HansonAdd code to compute MD5 checksum for a file; to convert...
1997-06-17 Chris HansonAdd primitive that accepts input as a substring rather...
1997-06-17 Chris HansonAdd new primitives to simplify writing code to perform...
1997-06-16 Chris HansonChanges to interface and semantics of INSTANCE-CONSTRUCTOR.
1997-06-16 Chris HansonNow that MAKE-METHOD calls INITIALIZE-INSTANCE, it...
1997-06-16 Chris HansonExtensive revamp of INSTANCE-CONSTRUCTOR. Optional...
1997-06-15 Chris HansonModify the CONSTRUCTOR class option to DEFINE-CLASS...
1997-06-15 Chris HansonImplement support for INITIAL-VALUE slot keyword. ...
1997-06-15 Chris HansonAdd blowfish and MD5 support.
1997-06-14 Chris HansonFix bug that could cause SEGV when downloading article...
1997-06-14 Chris HansonFix typo.
1997-06-12 Chris HansonAdd definition for SQUARE.
1997-06-12 Chris HansonFix bug: when CALL-NEXT-METHOD used in DEFINE-METHOD...
1997-06-12 Chris HansonMove COMPILE-FILE into the compiler proper.
1997-06-12 Chris HansonAdd COMPILE-FILE incremental file compilation procedure.
1997-06-11 Chris HansonFix bug: predicate not being generated when other class...
1997-06-10 Chris HansonFix bug: Scheme variable completion was failing in...
1997-06-09 Chris HansonFix typo.
1997-06-09 Chris HansonAdd support for Blowfish.
1997-06-09 Chris HansonAdd procedure to test for availability of Blowfish...
1997-06-09 Chris HansonAdd interfaces to MD5 and Blowfish.
1997-06-09 Chris HansonInitial revision
1997-06-06 Chris HansonChange regular-expression primitives to treat failure...
1997-06-06 Chris HansonChange regular-expression searches to treat failure...
1997-06-06 Chris HansonModify encrypted-file support to allow the ".ky" suffix...
1997-06-06 Chris HansonModify encrypted-file support to allow the ".ky" suffix...
1997-06-05 Chris HansonFix thinko in SET-RECORD-TYPE-UNPARSER-METHOD!.
1997-06-04 Chris HansonReimplement INSTANCE-PREDICATE to return a generic...
1997-06-04 Chris HansonAdd SOS to list of directories needing to be processed.
1997-06-04 Chris HansonReimplement INSTANCE-PREDICATE to return a generic...
1997-06-04 Chris HansonEliminate references to INSTANCE-PREDICATE.
1997-06-04 Chris HansonAdd options allowing DEFINE-CLASS to automatically...
1997-06-04 Chris HansonModify undigestifier so that it handles newer digests...
1997-06-04 Chris HansonInitial revision
1997-06-04 Chris HansonAdd line to startup banner.
1997-06-04 Chris HansonInitial revision
1997-06-01 Chris HansonChange Linux file-system-type code to define explicit...
1997-05-27 Chris HansonFix bug: news server can return #(0 0 0) as server...
1997-05-27 Chris HansonFix bug: news server can return #(0 0 0) as server...
1997-05-21 Chris HansonRead and write .KY files as binary rather than text.
1997-05-21 Chris HansonFix some bugs, including an uninitialized-field bug...
1997-05-21 Chris HansonChange error-reporting procedure to eliminate redundant...
1997-05-19 Chris HansonReimplement CLOSE-ALL-OPEN-FILES to close only file...
1997-05-18 Chris Hanson* Add new command to show the full subject line of...
next