mit-scheme.git
1997-10-22 Chris HansonImplement subprocess support under NT. Requires runtim...
1997-10-22 Chris HansonExtensive reworking of the "select" interface, so that...
1997-10-22 Chris HansonInitial revision
1997-10-22 Chris HansonDeprecate operating-system-independent interface OS_mak...
1997-10-22 Chris HansonAdd code to create anonymous pipes, to determine how...
1997-10-22 Chris HansonChange PROCESS-ID primitive to assume that the ID is...
1997-10-22 Chris HansonDefine reasonable (unsigned) type for pid_t under NT.
1997-10-22 Chris HansonEliminate compiler warning.
1997-10-22 Chris HansonChanges to support subprocesses under NT. Requires...
1997-10-22 Chris HansonChange MAKE-SUBPROCESS to define new interface to allow...
1997-10-22 Chris HansonUse real subprocess support for NT.
1997-10-22 Chris HansonUse COMSPEC environment variable to determine shell...
1997-10-22 Chris HansonChange test used to decide whether an unreadable file...
1997-10-18 Chris HansonAdd code to synchronize the shutdown of the asyncronous...
1997-10-17 Stephen AdamsChanged consing code to compute the tagged pointer...
1997-10-17 Stephen AdamsAdded some comments.
1997-10-17 Stephen AdamsChanged the instruction sequence for procedure return...
1997-10-15 Stephen AdamsMoved open-coding of VECTOR?, %RECORD? and CHAR? from...
1997-10-15 Stephen AdamsFix typo.
1997-10-15 Stephen AdamsAdded primitive CHAR?
1997-10-15 Stephen AdamsAdded primitives VECTOR? and %RECORD?
1997-10-14 Stephen AdamsAdded open-coding for MAKE-CELL.
1997-10-10 Stephen AdamsImproved disassembly output:
1997-10-07 Stephen AdamsUse `cp -p' to preserve file times.
1997-10-07 Stephen Adamsuse `cp -p' to preserve file times.
1997-10-07 Stephen AdamsUse `cp -p' to preserve file times.
1997-10-07 Stephen AdamsTypo in previous change.
1997-10-07 Stephen AdamsFixed so that "1/pivot" is rejected as a number, rather...
1997-10-05 Stephen AdamsChanged compuation of pc_in_C: with dynamically loaded...
1997-10-03 Stephen AdamsThinko in replacements for INTEGER-NEGATIVE? and INTEGE...
1997-10-03 Chris HansonFix typo.
1997-10-03 Chris HansonFix typo in previous change.
1997-10-02 Stephen AdamsFix typo in instructions.
1997-10-02 Stephen AdamsAdded -export-dynamic to the LD switches so that SWAT...
1997-10-02 Stephen AdamsChanged %STRING-APPEND to (APPLY STRING-APPEND ......
1997-10-02 Stephen AdamsFixed copyright date and Package: comment.
1997-10-02 Chris HansonChange M-A to work better with parameter lists containi...
1997-10-02 Stephen AdamsTweak output for RTL and LAP files to include the prett...
1997-09-30 Chris HansonFix bug: marked messages that had been deleted from...
1997-09-26 Stephen AdamsThe following change in how WIN32 graphics devices...
1997-08-26 Stephen AdamsAdded hlsim documentation.
1997-08-24 Chris HansonFix bug: low-level file reading code was occasionally...
1997-08-24 Chris HansonTrim any trailing end-of-line from system-call error...
1997-08-23 Chris HansonClip ranges immediately after a group is constructed...
1997-08-23 Chris HansonWork around problem in NT: prompting for a directory...
1997-08-23 Chris HansonInitial revision
1997-08-23 Chris HansonEliminate several calls to the C library in favor of...
1997-08-23 Chris HansonAdd new file "ntfs.h".
1997-08-22 Chris HansonEliminate conditionalization on OS_open_append_file...
1997-08-12 Stephen AdamsAdjusted indentation to be consistent with 7.4 version.
1997-08-08 Chris HansonAdd switch to disable canonicalization of symbol case...
1997-08-03 Chris HansonFix bug in Scheme mode C-c C-s that could cause already...
1997-08-02 Chris HansonDon't lose if directories in info-directory-list are...
1997-07-31 Stephen AdamsFix bug in last change - apply STRING->SYMBOL to the...
1997-07-31 Stephen Adams7.4: Fixed STRING->SYMBOL expansion to test that it...
1997-07-28 Stephen AdamsThe previous change to make the output with '(ABSOLUTE...
1997-07-26 Chris HansonProvide the ability for a user to specify how the digit...
1997-07-26 Chris HansonFix another bug in the Dragon4 code (the bug exists...
1997-07-25 Chris HansonReimplement encrypt-file and decrypt-file to eliminate...
1997-07-21 Chris HansonFix bug in AFTER-FIND-FILE: code was assuming that...
1997-07-21 Chris HansonAdd optional argument to KEYBOARD-READ which, if true...
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:
next