mit-scheme.git
1997-12-23 Chris HansonAdd additional environment variable to check in order...
1997-12-11 Stephen AdamsMake graphics work for OS/2 and WIN32 as well as X.
1997-12-02 Stephen AdamsChanged error report for duplicate names to explicitly...
1997-11-29 Chris HansonChange font-name parsing code so that it will properly...
1997-11-20 Chris HansonAdd some missing packages to the Win32 implementation.
1997-11-20 Chris HansonDefine process filter to strip carriage-returns from...
1997-11-20 Chris HansonChange interface to process-filter.
1997-11-19 Chris HansonChange interface to process-filter.
1997-11-19 Chris HansonAdd compiler flag that specifies to compile the object...
1997-11-16 Chris HansonFix instruction that causes an assembler error on newer...
1997-11-13 Chris HansonFix bugs relating to handling of messages whose bodies...
1997-11-12 Chris HansonFix think-o.
1997-11-12 Chris HansonFix code that determines system directory. My memory...
1997-11-12 Chris HansonFinal changes to previous change, to eliminate compiler...
1997-11-12 Chris HansonRewrite OS/2 and NT versions of CURRENT-USER-NAME,
1997-11-11 Chris HansonSignal error when unable to determine user name or...
1997-11-11 Chris HansonSignal error when unable to determine user name or...
1997-11-11 Chris HansonReverse earlier decision: ignore errors that occur...
1997-11-06 Chris HansonFix typo.
1997-11-06 Chris HansonEliminate compiler warnings.
1997-11-06 Chris HansonPlace BCC field after any CC fields.
1997-11-04 Chris HansonImplement direct SMTP mail transmission. This is for...
1997-11-04 Chris HansonDefine SUBSTRING->NONNEGATIVE-INTEGER.
1997-11-04 Chris HansonEliminate old and incompatible definition of READ-LINE.
1997-11-01 Chris HansonUse newly-extended OPEN-TCP-STREAM-SOCKET.
1997-11-01 Chris HansonChange OPEN-TCP-STREAM-SOCKET and OPEN-UNIX-STREAM...
1997-11-01 Chris HansonChange OPEN-TCP-STREAM-SOCKET and OPEN-UNIX-STREAM...
1997-11-01 Chris HansonChange default line translation for TCP stream sockets...
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...
next