mit-scheme.git
1998-04-01 Chris HansonBe more aggressive about dropping pointers to streams...
1998-03-31 Chris HansonEliminate numerous brain-damaged references (mea culpa...
1998-03-31 Chris HansonFix thinko -- random-state objects must have unparser.
1998-03-29 Chris HansonDon't signal error when user requests a DIRECTORY-READ...
1998-03-20 Chris HansonChange name of Linux sigcontext structure, because...
1998-03-19 Chris HansonImplement SEPARATOR option to DEFINE-CLASS.
1998-03-19 Chris HansonDocument SEPARATOR option to DEFINE-CLASS.
1998-03-11 Chris HansonReset tag-table locations after reading dir file.
1998-03-09 Chris HansonFix bug: illegal auto-save filenames were being generat...
1998-03-09 Chris HansonRestrict parsing of device so that it requires a single...
1998-03-09 Chris HansonExport STRING->CHAR-SET, added in 1995 but obviously...
1998-03-08 Chris HansonAdd ability to prompt for inferior-REPL errors just...
1998-03-08 Chris HansonFix thinko in previous change.
1998-03-08 Chris HansonChange interface procedure DEBUG-SCHEME-ERROR so that...
1998-03-08 Chris HansonAdd argument to callers of POP-UP-TEMPORARY-BUFFER...
1998-03-07 Chris HansonTweak error-reporting mechanism to make it more reliabl...
1998-03-04 Chris HansonExport (inexplicably missing) stream procedures.
1998-03-02 Chris HansonAdd missing documentation for various commands.
1998-03-02 Chris HansonAdd documentation for c-m-i and m-A.
1998-02-23 Chris HansonAdd stupid mechanism to break cycles in reference graph...
1998-02-22 Chris HansonEliminate BKPT macro in favor of procedure. The macro...
1998-02-22 Stephen AdamsThe previous change caused LAPOPT to take huge amounts...
1998-02-21 Stephen AdamsChanged open-coding of range checks to use unsigned...
1998-02-21 Chris HansonFix typo.
1998-02-19 Stephen AdamsThere was a subtle problem with the interrupt check...
1998-02-19 Stephen AdamsFixed abstraction violations where '() was being used...
1998-02-19 Stephen AdamsImproved patterns for (fix:* n 2) and (fix:lsh n -1)
1998-02-18 Stephen AdamsImproved search for target register - stronger preferen...
1998-02-18 Stephen AdamsChanges to improve flonum code.
1998-02-18 Stephen AdamsBetter rules for (fix:lsh ? <constant>)
1998-02-17 Stephen AdamsAdded missing opcode: FADDP
1998-02-16 Chris HansonChange mechanism used to signal the no-current-thread...
1998-02-16 Chris HansonFix apparently irrelevant thinko.
1998-02-16 Chris HansonFix apparently irrelevant thinko.
1998-02-14 Stephen AdamsGeneralized patterns for OR and AND.
1998-02-14 Stephen AdamsMerged in changes that eliminate interrupt checks in...
1998-02-14 Stephen Adamszero? -> fix:zero?
1998-02-13 Stephen AdamsChange arithmetic in loops to fixnum arithmetic.
1998-02-13 Stephen AdamsUpdate CHAR-CODE-LIMIT and CHAR-INTEGER-LIMIT for wide...
1998-02-13 Chris HansonFix two bugs that occur when using revisions off the...
1998-02-12 Chris HansonFix thinko in previous change.
1998-02-12 Chris HansonEliminate "system" datatype. Replace it by a simpler...
1998-02-12 Chris HansonEliminate "system" datatype. Replace it by a simpler...
1998-02-12 Chris HansonEliminate "system" datatype. Replace it by a simpler...
1998-02-12 Chris HansonChange to use ADD-IDENTIFICATION! rather than ADD-SYSTEM!.
1998-02-12 Chris HansonChange to use ADD-IDENTIFICATION! rather than ADD-SYSTEM!.
1998-02-12 Chris HansonChange ADD-SYSTEM! to replace an existing entry of...
1998-02-12 Chris HansonChange to use ADD-IDENTIFICATION! rather than ADD-SYSTEM!.
1998-02-12 Chris HansonUse common loader for compiler.
1998-02-12 Chris HansonChange to use ADD-IDENTIFICATION! rather than ADD-SYSTEM!.
1998-02-11 Stephen AdamsFix bug where char* was refusing strings.
1998-02-11 Chris HansonUndo previous change, but add global variable
1998-02-11 Chris HansonAdd code to map the 8th bit of an incoming character...
1998-02-11 Chris HansonChange default: PACKAGE/ADD-CHILD! previously allowed...
1998-02-01 Chris HansonRewrite OS/BUFFER-BACKUP-PATHNAME to use the algorithm...
1998-02-01 Chris HansonAccept a wider range of error codes as valid reasons...
1998-02-01 Chris HansonDisable critical-error and GPF pop-up boxes.
1998-02-01 Chris HansonPatch loader so that debugging info will work on other...
1998-02-01 Chris HansonMove with-saved-configuration to Edwin proper. This...
1998-02-01 Chris HansonImplement mechanism to save a screen configuration...
1998-01-30 Chris HansonDon't activate graphics windows when they are created.
1998-01-30 Chris HansonImplement workaround for fatal Windows NT bug. The...
1998-01-29 Chris HansonImplement procedure to return the size of the display...
1998-01-29 Chris HansonAdd new primitive to return the size of the root window...
1998-01-23 Chris HansonFinish previous change so that no reference is made...
1998-01-23 Chris HansonChange method used to determine whether image data...
1998-01-23 Chris HansonFix bug: in new image design, gray map must always...
1998-01-23 Chris HansonDon't load "floppy" unless running under HP-UX.
1998-01-23 Chris HansonChange subprocess stuff to allow redisplay.
1998-01-23 Chris HansonReconditionalize decision to use the hairy floppy stuff...
1998-01-22 Chris HansonFix random bug caused by changes in revision 1.16.
1998-01-22 Chris HansonFix problem caused by incorrect assumption that univers...
1998-01-20 Stephen AdamsChanges for International keyboards on win32 systems.
1998-01-20 Chris HansonDon't disable compressed and encrypted files. Info...
1998-01-20 Chris HansonAdd conditionalizations to give more control over the...
1998-01-20 Chris HansonChange call `tparam' so that it does not depend on...
1998-01-09 Chris HansonAdd code to dummy the file info for the root directory...
1998-01-09 Chris HansonAdd code to dummy the file info for the root directory...
1998-01-08 Chris HansonModify Windows printing so that it works on Windows...
1998-01-08 Chris HansonModify Windows printing so that it works on Windows...
1998-01-08 Chris HansonEliminate use of `GetHandleInformation', which is not...
1998-01-08 Chris HansonAdd conditionalized code to trace process activity.
1998-01-08 Chris HansonFix bug in Windows 95: when a subprocess exits, close...
1998-01-08 Chris HansonFix bug in Windows 95: when a subprocess exits, close...
1998-01-08 Chris HansonDetect FAT32 file system and treat it the same as VFAT.
1998-01-05 Chris HansonFix method used to compute the size of an image's data...
1998-01-03 Chris HansonImplement command-line option to specify student directory.
1998-01-03 Chris HansonChange how info-directory-list is initialized so that...
1998-01-03 Chris HansonImplement Info directory-merging mechanism like that...
1997-12-30 Chris HansonChange definition of DOS/DEFAULT-SHELL-FILE-NAME so...
1997-12-30 Chris HansonInstall new X11 gray-map code that understands about...
1997-12-30 Chris HansonInstall new X11 gray-map code that understands about...
1997-12-30 Chris HansonInstall new X11 gray-map code that understands about...
1997-12-30 Chris HansonFix bug: CURRENT-HOME-DIRECTORY would signal an error...
1997-12-30 Chris HansonFix typo.
1997-12-29 Chris HansonFix "stat" code to properly handle filenames ending...
1997-12-26 Chris HansonAdd code to provide printing on NT.
1997-12-26 Chris HansonAdd code to provide printing on NT.
1997-12-23 Chris HansonAdd environment variable to specify the location of...
1997-12-23 Chris HansonAdd environment variable to specify the location of...
next