mit-scheme.git
1997-04-03 Chris HansonAdd conditionalized code to generate a trace file showi...
1997-04-02 Chris HansonDon't barf when a "branch" field appears in the admin...
1997-04-02 Chris HansonRewrite Win32 (as opposed to Win32s) DLL to use auxilia...
1997-04-02 Chris HansonRewrite Win32 (as opposed to Win32s) DLL to use auxilia...
1997-04-01 Chris HansonImplement new primitive to get at the OS/2 PM "system...
1997-03-31 Chris HansonAdd code to close the NNTP database files after each...
1997-03-31 Chris HansonFlush purification queue after loading an option. ...
1997-03-31 Chris HansonReplace incorrect use of stderr with outf_error.
1997-03-30 Chris HansonFix bug in code generation for the HEAP-AVAILABLE?...
1997-03-30 Chris HansonFix bug in code generation for the HEAP-AVAILABLE?...
1997-03-30 Chris HansonFix bug: C-x 5 o was not causing the selected frame...
1997-03-30 Chris HansonEliminate error that would occur when updating news...
1997-03-30 Chris HansonMake sure that evaluation buffers have the correct...
1997-03-21 Chris HansonIn linux_heap_malloc, use the MAP_FIXED flag to force...
1997-03-19 Chris HansonFix bug: info-directory-list should be allowed to conta...
1997-03-18 Chris HansonFix bug: Watcom compiler passes arguments in registers...
1997-03-14 Chris HansonBackup filenames being returned for deletion are suppos...
1997-03-10 Chris Hanson* Create interface to allow keyparser description to...
1997-03-10 Chris HansonFix typo. Add another combinator.
1997-03-08 Chris HansonAdd entry for "loop" structure.
1997-03-08 Chris HansonRemove evaluation information that is no longer accurate.
1997-03-07 Chris HansonImplement VHDL mode. Generalize the keyword parser...
1997-03-07 Chris HansonInitial revision
1997-03-07 Chris HansonFix typo in previous revision.
1997-03-04 Chris HansonCreate new data type for a compiled regular expression...
1997-03-04 Chris HansonChange to conform to new design of Edwin regular-expression
1997-03-04 Chris HansonCreate new data type for a compiled regular expression...
1997-03-03 Chris HansonAdd procedure to generate regular-expression "groups...
1997-03-03 Chris HansonAdd procedure to find the start of a definition that...
1997-02-23 Chris HansonChange data structures and calling conventions of scree...
1997-02-23 Chris HansonAdd several new operations on vectors. Eliminate unnec...
1997-02-23 Chris HansonAdd several new operations on vectors. Eliminate unnec...
1997-02-23 Chris HansonAdd several new operations on vectors. Eliminate unnec...
1997-02-22 Chris HansonAdd several new operations on vectors. Eliminate unnec...
1997-02-21 Chris HansonGuarantee that all input ports have a READ-SUBSTRING...
1997-02-21 Chris HansonGuarantee that all input ports have a READ-SUBSTRING...
1997-02-21 Chris HansonGuarantee that all input ports have a READ-SUBSTRING...
1997-02-20 Chris HansonFix typo in translation of unix time to NT file time.
1997-02-13 Chris HansonUpdate documentation for FLONUM-UNPARSER-CUTOFF. Chang...
1997-02-12 Chris HansonMove only reference to COMPILE_STEPPER from "scheme...
1997-02-12 Chris HansonFix thinko from change to implement "krypt" support.
1997-02-12 Chris HansonFix what appears to have been a thinko in the rounding of
1997-02-08 Chris HansonFix bug in C indentation.
1997-02-05 Chris HansonAdd hack suggested by "amu@mit.edu (Aaron M. Ucko)...
1997-01-25 Chris HansonFix bug: code for make-decoded-time can easily signal...
1997-01-22 Chris Hanson* Fix bug in INPUT-BUFFER/DISCARD-CHAR: was not doing...
1997-01-15 Chris HansonFix call to APPEND-TO-FILE that should have been patche...
1997-01-10 Chris HansonGeneralize version-number handling to detect IBM's...
1997-01-06 Chris HansonUse new directory reader to get better attribute inform...
1997-01-05 Chris HansonUse new directory reader to get better attribute inform...
1997-01-05 Chris HansonAdd new file to customize Win32 directory reader. ...
1997-01-05 Chris HansonInitial revision
1997-01-05 Chris HansonExtensive changes to the code that gets information...
1997-01-05 Chris HansonAdd new procedure to get all of the information from...
1997-01-05 Chris HansonAdd file-opening flags that hint to the operating syste...
1997-01-05 Chris HansonAdd new system call.
1997-01-05 Chris HansonAdd dependencies for ntapi.h.
1997-01-05 Chris HansonAdd explicit dependencies to many of the files as wmake...
1997-01-03 Chris HansonChange output procedures to ignore translate-file-data...
1997-01-03 Chris HansonChange output procedures to ignore translate-file-data...
1997-01-02 Chris HansonRearrange the code that sets memtop to trigger an inter...
1997-01-02 Chris HansonEliminate compiler warnings generated under NT.
1997-01-02 Chris HansonChange event-reading code to use SELECT rather than...
1997-01-02 Chris Hanson*** Note: this version of the runtime system requires...
1997-01-02 Chris HansonExtensive changes to provide proper support for Win32...
1997-01-01 Chris HansonInitial revision
1997-01-01 Chris HansonExtensive changes to provide proper support for Win32...
1997-01-01 Chris HansonSimplify code that changes a window's size. Both the...
1997-01-01 Chris HansonDisable byte alignment for windows created by Scheme.
1996-12-25 Chris Hanson* Change terminology to refer to "seen" articles as...
1996-12-25 Chris Hanson* Change terminology to refer to "seen" articles as...
1996-12-25 Chris HansonDon't disable stack checks for this architecture; stack...
1996-12-24 Chris HansonModify BACKUP-BUFFER to chase through symbolic links...
1996-12-24 Chris HansonSimplify OS/BACKUP-BUFFER? to be consistent with Emacs 19.
1996-12-24 Chris HansonFix bug: not showing all headers when reverting group...
1996-12-19 Chris HansonImplement new variable news-group-keep-ignored-headers...
1996-12-19 Chris HansonReimplement code to purge pre-read headers and bodies...
1996-12-16 Chris HansonPreserve time stamp of file when reverting to previous...
1996-12-16 Chris HansonUse special allocator to allocate the heap when running...
1996-12-16 Chris HansonUse special allocator to allocate the heap when running...
1996-12-11 Chris HansonAdd one final tweak to get X-WINDOW-SET-POSITION workin...
1996-12-11 Chris HansonChange location of X11 library; the previous location...
1996-12-11 Chris HansonChange implementation of M-x show-frame-size to use...
1996-12-11 Chris HansonReimplement X-WINDOW-GET-POSITION and add new X-WINDOW...
1996-12-10 Chris HansonImplement commands to show the size and position of...
1996-12-10 Chris HansonImplement new primitive to get the desktop coordinates...
1996-12-09 Chris HansonFix bug with missing variable binding.
1996-12-07 Chris HansonImplement remaining Dired customizations for Win32...
1996-12-07 Chris HansonInitial revision
1996-12-07 Chris HansonFix thinko in recent change.
1996-12-07 Chris HansonFix thinko in recent change.
1996-12-06 Chris HansonAdd support for encrypted files.
1996-12-06 Stephen AdamsInitial revision
1996-12-06 Stephen AdamsInitial revision
1996-12-06 Stephen AdamsAdded HL-SIM to systems.
1996-12-04 Stephen AdamsChanged SORT to return a newly allocated list (as speci...
1996-12-01 Stephen AdamsChanged some calls to ERROR to calls to ERROR:WRONG...
1996-12-01 Chris HansonChange to permit RMAIL files to be visited in RMAIL...
1996-12-01 Stephen AdamsAdded graphics operation DRAW-TEXT-OPAQUE.
1996-11-30 Chris HansonFix "unused variable" warning.
next