mit-scheme.git
1993-10-21 Chris Hanson* Define new standard ports to replace nearly all insta...
1993-10-21 Chris Hanson* Define new standard ports to replace nearly all insta...
1993-10-21 Chris HansonChange the evaluation commands to bind the default...
1993-10-21 Chris HansonInstantiate the editor CMDL with a dummy I/O port that...
1993-10-21 Chris HansonSince REPL/START now binds the current input and output...
1993-10-21 Chris HansonChange MAKE-CMDL to allow the I/O port to be specified...
1993-10-20 Chris HansonGrumble; fix stupid thinko from last change.
1993-10-20 Chris HansonGrumble; fix stupid thinko from last change.
1993-10-20 Chris HansonAllow parent CMDL to override the port used for spawnin...
1993-10-20 Guillermo J... Replace Constant_Top with Stack_Bottom in out-of-line...
1993-10-19 Chris HansonVarious minor edits.
1993-10-19 Chris HansonGeneralize interface to hash tables so that users can...
1993-10-19 Chris HansonDocument the address-hashing facilities for hash tables...
1993-10-19 Chris HansonDocument the address-hashing facilities for hash tables...
1993-10-19 Chris HansonGeneralize interface to hash tables so that users can...
1993-10-18 Chris HansonDon't invoke variable assignment daemons if the editor...
1993-10-18 Chris HansonDon't do STRING-TRIM on PROMPT-FOR-COMMAND- strings.
1993-10-17 Chris HansonChange Constant_Top to Stack_Bottom in set_interrupt_en...
1993-10-16 Guillermo J... Initial revision
1993-10-16 Guillermo J... Add hasthb and rbtree options and remove base/{hashtb...
1993-10-16 Guillermo J... Add rbtree option.
1993-10-16 Chris HansonFix fencepost bug.
1993-10-16 Chris HansonFix typo in last change.
1993-10-16 Chris HansonGenerate minibuffer message while automatically decompr...
1993-10-16 Chris HansonChange PROMPT-FOR-COMMAND-xxx port operations to take...
1993-10-16 Chris HansonDocument prompting procedures.
1993-10-16 Chris HansonFix old typo.
1993-10-16 Chris HansonPrompting commands now do standard modifications to...
1993-10-16 Chris HansonChange prompting commands to do standard modifications...
1993-10-16 Chris HansonRestrict result of PROMPT-FOR-COMMAND-CHAR to be a...
1993-10-16 Chris HansonPerform prompting differently: always use the current...
1993-10-16 Chris HansonPerform prompting differently: always send the current...
1993-10-16 Chris HansonRecognize patterned prompts that should print in the...
1993-10-16 Jason WilsonI examples for the list-transform-mumble functions.
1993-10-16 Chris HansonFix typo.
1993-10-15 Chris HansonClarify handling of run lights for inferior-REPL buffer...
1993-10-15 Chris HansonWhen evaluate-in-inferior-repl is true, distinguish...
1993-10-15 Chris Hanson* Breakpoints have been reimplemented to use the condit...
1993-10-15 Chris HansonHandle eval-boundary frame when it is the first subprob...
1993-10-15 Chris HansonChange special treatment of evaluate-in-inferior-repl...
1993-10-15 Chris Hanson* Editor variables can now define a procedure that...
1993-10-15 Guillermo J... Fix broken #endif.
1993-10-14 Chris Hanson* Editor variables can now define a procedure that...
1993-10-14 Chris HansonEliminate random local variable bindings at file's...
1993-10-14 Guillermo J... Update date.
1993-10-14 Guillermo J... Update date.
1993-10-14 Guillermo J... Change Scheme memory layout and make constant space...
1993-10-14 Chris Hanson* Document FLONUM-UNPARSER-CUTOFF and RANDOM.
1993-10-14 Chris HansonAllow MAKE-RANDOM-STATE to accept #T as an argument.
1993-10-14 Chris HansonAllow MAKE-RANDOM-STATE to accept #T as an argument.
1993-10-14 Chris HansonRewrite "Input/Output" chapter to incorporate many...
1993-10-13 Chris HansonDescribe red-black trees. Fix and update description of
1993-10-13 Chris HansonFix definition of STRING-PAD-LEFT: it's supposed to...
1993-10-13 Chris Hanson*** empty log message ***
1993-10-13 Chris HansonUpdate documentation of hash tables to reflect new...
1993-10-13 Chris HansonEliminate another vestige of "base/hashtb".
1993-10-12 Chris HansonFix think-o in last change.
1993-10-12 Chris HansonChange names:
1993-10-12 Chris HansonEliminate "base/btree" and "base/hashtb" files. Rewrit...
1993-10-12 Chris HansonUse SYMBOL<? defined by runtime system.
1993-10-12 Chris HansonSYMBOL=? was dumb mistake. Deleted.
1993-10-11 Chris HansonEliminate BTREE data structure, replacing it with RB...
1993-10-11 Chris HansonNew procedures SYMBOL=? and SYMBOL<?.
1993-10-11 Chris HansonUse new procedures RE-MATCH-DATA and SET-RE-MATCH-DATA...
1993-10-11 Chris HansonImplement RE-MATCH-DATA and SET-RE-MATCH-DATA! to allow...
1993-10-11 Chris HansonImplement SAVE-EXCURSION.
1993-10-11 Chris Hanson* SET-HASH-TABLE/REHASH-THRESHOLD! now preserves the...
1993-10-10 Chris HansonImplement MAKE-EQUAL-HASH-TABLE. Change EQV? hash...
1993-10-10 Chris HansonUse fixnum arithmetic on vectors. Convert explicit...
1993-10-10 Chris HansonArrange for CELL? to be open-coded by the compiler.
1993-10-09 Chris HansonHASH-TABLE/STRONG-CONSTRUCTOR and HASH-TABLE/WEAK-CONST...
1993-10-09 Chris HansonFix rehashing code to handle invalid keys correctly...
1993-10-08 Chris HansonFix think-o in previous change.
1993-10-08 Chris HansonImplement eqv?-hash tables.
1993-10-08 Chris HansonImplementation of new, very efficient EQ?-hash tables...
1993-10-08 Chris HansonModify RB-TREE->ALIST, RB-TREE/KEY-LIST, and RB-TREE...
1993-10-07 Chris HansonLimit interrupt locking to minimum needed for single...
1993-10-07 Chris HansonComplete rewrite of hash-table implementation to improv...
1993-10-06 Chris HansonAdd type-checking of tree arguments and interrupt locki...
1993-10-06 Chris HansonAdd new editor variable info-selection-key which implements
1993-10-06 Chris HansonExport COMTAB-KEY? which is true of keys that can be...
1993-10-06 Chris HansonExport new Info editor variable. Also export Info...
1993-10-06 Chris HansonDefine some procedures to hide the use of the text...
1993-10-05 Chris HansonMajor rewrite of text property mechanism. New implemen...
1993-10-05 Chris HansonLoad red/black tree implementation for use by text...
1993-10-05 Stephen AdamsFixed a few typos.
1993-10-05 Chris HansonFix think-o: argument to SET-VISITED-PATHNAME might...
1993-10-05 Chris HansonInitial revision
1993-10-05 Chris HansonAdd red/black tree datatype option.
1993-10-04 Stephen Adams*** empty log message ***
1993-09-30 Stephen AdamsDocumentsed FOLD-LEFT and FOLD-RIGHT
1993-09-30 Brian A. LaMacchiaMade rmailsum.scm part of the default edwin system...
1993-09-30 Stephen Adamsexported FOLD-LEFT and FOLD-RIGHT to ()
1993-09-30 Stephen AdamsAdded fold-left and fold-right
1993-09-24 Stephen AdamsFixed typos in new graphics documentations.
1993-09-23 Chris HansonRedo last change -- can't just rewrite frame elements...
1993-09-23 Chris HansonDon't treat input events as commands unless they're...
1993-09-23 Chris Hanson"Clever" fix to handle case of deletion to window start...
1993-09-23 Chris HansonStack-marker frames must be identifiable as such. ...
1993-09-21 Guillermo J... Add a kludge to prevent a double-fault under Windows 3.1
next