mit-scheme.git
1993-10-26 Jason WilsonThese changes were to bring the C backend back to life...
1993-10-26 Guillermo J... Fix interpreter-environment-register? which had not...
1993-10-26 Guillermo J... Rename declare_compiled_code to declare_compiled_code_b...
1993-10-26 Chris HansonFix crufty problem with highlighting -- indentation...
1993-10-26 Chris HansonChange RETURN-TO-COMMAND-LOOP to accept a condition...
1993-10-26 Chris HansonEarlier change I made was lost by careless edit --...
1993-10-25 Chris HansonMore changes all over the place. Remove the picture...
1993-10-25 Chris HansonInitial revision
1993-10-25 Chris HansonBind notification-output-port to a null port that does...
1993-10-25 Chris HansonReformatting to fit on page.
1993-10-25 Chris HansonSuppress loading messages -- these formerly were harmle...
1993-10-23 Chris HansonNumerous small changes.
1993-10-21 Chris HansonFix typos.
1993-10-21 Chris Hanson* New port operation WRITE-SELF is like PRINT-SELF...
1993-10-21 Chris Hanson* Implement new procedure STANDARD-UNPARSER-METHOD...
1993-10-21 Chris HansonRemove ERROR-OUTPUT-PORT.
1993-10-21 Chris HansonRemove ERROR-OUTPUT-PORT.
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...
next