mit-scheme.git
1998-06-29 Chris HansonAdd Java mode.
1998-06-29 Chris HansonInitial revision
1998-06-29 Chris HansonVarious changes to handle C++/Java "//" comments.
1998-06-28 Chris HansonWork around compiler bug.
1998-06-28 Chris HansonExport new procedure C-COMPUTE-INDENTATION for use...
1998-06-28 Chris HansonAllow MAKE-SYNTAX-TABLE to take an argument, which...
1998-06-28 Chris HansonAllow MAKE-SYNTAX-TABLE to take an argument, which...
1998-06-21 Chris HansonIf NNTP server closes connection, attempt to notice...
1998-06-21 Chris HansonWhen flushing output, recognize ";Quit!".
1998-06-20 Chris HansonFix fencepost type error.
1998-06-18 Chris HansonAdd code to detect NTFS file system under Linux.
1998-06-18 Chris HansonAdd code to detect NTFS file system under Linux.
1998-06-07 Chris HansonAdd usual-integrations declaration to constructor/loade...
1998-06-07 Chris HansonFix quoting problem associated with #!aux parsing.
1998-06-07 Chris HansonImplement C-c C-l, C-c C-o, and C-c C-u as in shell...
1998-06-07 Chris HansonGeneralize code that refers to process mark so that...
1998-06-07 Chris HansonFix bug: C-u M-A was not inserting args when one of...
1998-06-01 Chris HansonUse in-buffer prompt to handle errors in the REPL buffe...
1998-06-01 Chris HansonMost of the time, it's useful to use the global environ...
1998-05-31 Chris HansonChange TEMPORARY-FILE-PATHNAME to allow a directory...
1998-05-18 Chris HansonFix thinko.
1998-05-18 Chris HansonFix pagination.
1998-05-18 Chris HansonAdd warning to be printed when the file being syntaxed...
1998-05-05 Chris HansonFix bugs in handling of ENVIRONMENT-ASSIGNABLE? and
1998-05-05 Chris HansonFix bug: ENVIRONMENT-LOOKUP did not look at parent...
1998-05-04 Chris HansonAdd operations to read or delete the min/max elements...
1998-05-01 Chris HansonChange the test used to determine if SCHEME-ENVIRONMENT...
1998-04-30 Chris HansonFix ENVIRONMENT-SYNTAX-TABLE so that it works for compi...
1998-04-30 Chris HansonDon't convert package names to environments when bindin...
1998-04-30 Chris HansonUse new mechanism to bind syntax tables to environments.
1998-04-30 Chris HansonAdd mechanism to associate syntax tables with environments.
1998-04-30 Chris HansonAdd mechanism to associate syntax tables with environments.
1998-04-30 Chris HansonChange sort routines so that both merge and quick sort...
1998-04-28 Chris HansonFix bug: internal definitions weren't being handled...
1998-04-18 Chris HansonAdd primitive WIN32-VIRTUAL-QUERY, which is a direct...
1998-04-18 Chris HansonAdd mechanism to reserve the largest available block...
1998-04-18 Chris HansonUse external debugging info (-Zi) and map the program...
1998-04-18 Chris HansonDefine WINNT_RAW_ADDRESSES -- alternative isn't used...
1998-04-16 Chris HansonMake screen_y_extra patch more clever so that it works...
1998-04-16 Chris HansonAdd resources to executables.
1998-04-16 Chris HansonFix two bugs under Visual C++: System-menu icon was...
1998-04-16 Chris HansonTweak inline assembly code for Visual C++.
1998-04-16 Chris HansonChanges to support crypto/gdbm DLLs.
1998-04-14 Chris HansonChanges to get microcode working when compiled with...
1998-04-10 Chris HansonDon't signal error when user requests a DIRECTORY-READ...
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...
next