mit-scheme.git
1997-07-21 Chris HansonFix bug: VC was causing a local binding of vc-mode...
1997-07-21 Chris HansonFix bug: auto-save initialization was not looking for...
1997-07-21 Chris HansonDon't use alternate pathnames when writing files; only...
1997-07-20 Chris HansonFix bug: end index in substring is exclusive, not inclu...
1997-07-18 Stephen AdamsChanged error for non-root access to a warning, so...
1997-07-18 Stephen AdamsChanged FIXNUM->FLONUM back to using cast.
1997-07-16 Stephen AdamsConditionalize fixnum dependency for allow single file...
1997-07-16 Stephen AdamsChanged TC_TRUE to TC_CONSTANT
1997-07-16 Stephen AdamsChanged TC_TRUE to TC_CONSTANT in comment
1997-07-16 Stephen AdamsChanged TC_TRUE to TC_CONSTANT.
1997-07-16 Stephen AdamsConditionalized EMPTY_LIST_VALUE code.
1997-07-16 Stephen AdamsA hack: Introduced macro
1997-07-16 Stephen AdamsConditionalized EMPTY_LIST initialization for code...
1997-07-15 Stephen AdamsMoved GLOBAL_ENV to sdata.h.
1997-07-15 Stephen AdamsMerged in changes to make 7.4 and 8.0 more alike.
1997-07-15 Stephen AdamsFixed the trap debugging primitive
1997-07-15 Stephen AdamsAdd ADDRESS_HEAP_P to match existing predicate ADDRESS_...
1997-07-15 Stephen Adamsfile: purify.c
1997-07-15 Stephen AdamsEliminate NT compiler warning.
1997-07-15 Stephen AdamsDisregard working directory when file is loaded; use...
1997-07-15 Stephen AdamsUpdate copyright date.
1997-07-15 Stephen AdamsSmall changes to allow butils.scm to be shared between...
1997-07-15 Stephen AdamsMerge 7.4 and 8.0 versions on scomb.scm
1997-07-15 Stephen AdamsChange to get rid of minor difference between 7.4 and...
1997-07-15 Stephen AdamsMerged 7.4 and 8.0 udata.scm files.
1997-07-15 Stephen AdamsMerged the 7.4 and 8.0 versions of string.scm now that...
1997-07-15 Stephen AdamsUse FIXNUM_TO_DOUBLE rather than a cast. Casting a...
1997-07-15 Stephen AdamsAdded open-coding for the primitive INDEX-FIXNUM?
1997-07-15 Stephen AdamsAdded INDEX-FIXNUM? as integrated constant.
1997-07-14 Stephen AdamsMade previos chaneg work under 7.4 and 8.0
1997-07-14 Stephen AdamsUse EMPTY_WEAK_CHAIN for weak pair chain instead of...
1997-07-13 Chris HansonInitialize number parser.
1997-07-12 Stephen Adams8.0 debugging changes.
1997-07-11 Stephen AdamsChanged INT:->INEXACT to use INTEGER->FLONUM and FIXNUM...
1997-07-11 Stephen AdamsFIXNUM->FLONUM is open-coded, but only if argument...
1997-07-10 Stephen AdamsBug fixes:
1997-07-10 Stephen AdamsBug fixes:
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...
next