mit-scheme.git
1997-11-01 Chris HansonFix to match change in "osio.h".
1997-11-01 Chris HansonAdd new procedure OS/HOSTNAME.
1997-11-01 Chris HansonOS/HOSTNAME now defined in runtime system.
1997-11-01 Chris HansonAdd new primitives GET-HOST-NAME and CANONICAL-HOST...
1997-11-01 Chris HansonAdd new primitives GET-HOST-NAME and CANONICAL-HOST...
1997-11-01 Chris HansonAdd new primitives GET-HOST-NAME and CANONICAL-HOST...
1997-10-31 Chris HansonAdd generalized mechanism for formation of mail return...
1997-10-26 Chris HansonPartially undo last change. Time-stamp problem is...
1997-10-26 Chris HansonChange method used to get file information. It turns...
1997-10-26 Chris HansonAdd socket and gdbm support for Win32.
1997-10-26 Chris HansonAdd socket support for Win32.
1997-10-26 Chris HansonInitial revision
1997-10-26 Chris HansonAdd support for compressed and encrypted files.
1997-10-25 Chris HansonAdd support for Blowfish and MD5.
1997-10-25 Chris HansonAdd ability to handle named pipes. This should be...
1997-10-25 Chris HansonFix problem with previous change. Must explicitly...
1997-10-25 Chris HansonFix method used to pass stdio handles to a subprocess...
1997-10-24 Chris Hanson* Change channel data structure. Now, instead of being...
1997-10-24 Chris HansonIn OS_process_wait, replace use of Sleep and WaitForSin...
1997-10-24 Chris HansonFix bugs in code that terminates a subprocess. Make...
1997-10-24 Chris HansonWhen killing a subprocess on NT, close our end of the...
1997-10-22 Chris HansonFix typo in previous change.
1997-10-22 Chris HansonChange OS/MAKE-SUBPROCESS to use new OS-specific primitive.
1997-10-22 Chris HansonFix bugs from most recent changes.
1997-10-22 Chris HansonUse new unix-specific primitive to start subprocesses.
1997-10-22 Stephen AdamsImplemented a pattern based peephole optimizer.
1997-10-22 Chris HansonEliminate compiler warnings.
1997-10-22 Chris HansonAdd missing include.
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.
next