projects
/
mit-scheme.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mit-scheme.git
1993-10-15
Guillermo J...
Fix broken #endif.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-14
Chris Hanson
* Editor variables can now define a procedure that...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-14
Chris Hanson
Eliminate random local variable bindings at file's...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-14
Guillermo J...
Update date.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-14
Guillermo J...
Update date.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-14
Guillermo J...
Change Scheme memory layout and make constant space...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-14
Chris Hanson
* Document FLONUM-UNPARSER-CUTOFF and RANDOM.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-14
Chris Hanson
Allow MAKE-RANDOM-STATE to accept #T as an argument.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-14
Chris Hanson
Allow MAKE-RANDOM-STATE to accept #T as an argument.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-14
Chris Hanson
Rewrite "Input/Output" chapter to incorporate many...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-13
Chris Hanson
Describe red-black trees. Fix and update description of
commit
|
commitdiff
|
tree
|
snapshot
1993-10-13
Chris Hanson
Fix definition of STRING-PAD-LEFT: it's supposed to...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-13
Chris Hanson
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
1993-10-13
Chris Hanson
Update documentation of hash tables to reflect new...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-13
Chris Hanson
Eliminate another vestige of "base/hashtb".
commit
|
commitdiff
|
tree
|
snapshot
1993-10-12
Chris Hanson
Fix think-o in last change.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-12
Chris Hanson
Change names:
commit
|
commitdiff
|
tree
|
snapshot
1993-10-12
Chris Hanson
Eliminate "base/btree" and "base/hashtb" files. Rewrit...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-12
Chris Hanson
Use SYMBOL<? defined by runtime system.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-12
Chris Hanson
SYMBOL=? was dumb mistake. Deleted.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-11
Chris Hanson
Eliminate BTREE data structure, replacing it with RB...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-11
Chris Hanson
New procedures SYMBOL=? and SYMBOL<?.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-11
Chris Hanson
Use new procedures RE-MATCH-DATA and SET-RE-MATCH-DATA...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-11
Chris Hanson
Implement RE-MATCH-DATA and SET-RE-MATCH-DATA! to allow...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-11
Chris Hanson
Implement SAVE-EXCURSION.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-11
Chris Hanson
* SET-HASH-TABLE/REHASH-THRESHOLD! now preserves the...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-10
Chris Hanson
Implement MAKE-EQUAL-HASH-TABLE. Change EQV? hash...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-10
Chris Hanson
Use fixnum arithmetic on vectors. Convert explicit...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-10
Chris Hanson
Arrange for CELL? to be open-coded by the compiler.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-09
Chris Hanson
HASH-TABLE/STRONG-CONSTRUCTOR and HASH-TABLE/WEAK-CONST...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-09
Chris Hanson
Fix rehashing code to handle invalid keys correctly...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-08
Chris Hanson
Fix think-o in previous change.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-08
Chris Hanson
Implement eqv?-hash tables.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-08
Chris Hanson
Implementation of new, very efficient EQ?-hash tables...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-08
Chris Hanson
Modify RB-TREE->ALIST, RB-TREE/KEY-LIST, and RB-TREE...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-07
Chris Hanson
Limit interrupt locking to minimum needed for single...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-07
Chris Hanson
Complete rewrite of hash-table implementation to improv...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-06
Chris Hanson
Add type-checking of tree arguments and interrupt locki...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-06
Chris Hanson
Add new editor variable info-selection-key which implements
commit
|
commitdiff
|
tree
|
snapshot
1993-10-06
Chris Hanson
Export COMTAB-KEY? which is true of keys that can be...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-06
Chris Hanson
Export new Info editor variable. Also export Info...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-06
Chris Hanson
Define some procedures to hide the use of the text...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-05
Chris Hanson
Major rewrite of text property mechanism. New implemen...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-05
Chris Hanson
Load red/black tree implementation for use by text...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-05
Stephen Adams
Fixed a few typos.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-05
Chris Hanson
Fix think-o: argument to SET-VISITED-PATHNAME might...
commit
|
commitdiff
|
tree
|
snapshot
1993-10-05
Chris Hanson
Initial revision
commit
|
commitdiff
|
tree
|
snapshot
1993-10-05
Chris Hanson
Add red/black tree datatype option.
commit
|
commitdiff
|
tree
|
snapshot
1993-10-04
Stephen Adams
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
1993-09-30
Stephen Adams
Documentsed FOLD-LEFT and FOLD-RIGHT
commit
|
commitdiff
|
tree
|
snapshot
1993-09-30
Brian A. LaMacchia
Made rmailsum.scm part of the default edwin system...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-30
Stephen Adams
exported FOLD-LEFT and FOLD-RIGHT to ()
commit
|
commitdiff
|
tree
|
snapshot
1993-09-30
Stephen Adams
Added fold-left and fold-right
commit
|
commitdiff
|
tree
|
snapshot
1993-09-24
Stephen Adams
Fixed typos in new graphics documentations.
commit
|
commitdiff
|
tree
|
snapshot
1993-09-23
Chris Hanson
Redo last change -- can't just rewrite frame elements...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-23
Chris Hanson
Don't treat input events as commands unless they're...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-23
Chris Hanson
"Clever" fix to handle case of deletion to window start...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-23
Chris Hanson
Stack-marker frames must be identifiable as such. ...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-21
Guillermo J...
Add a kludge to prevent a double-fault under Windows 3.1
commit
|
commitdiff
|
tree
|
snapshot
1993-09-21
Guillermo J...
Allow other guard page accesses to continue.
commit
|
commitdiff
|
tree
|
snapshot
1993-09-20
Guillermo J...
Missing unguarded cdr of the result of purify.
commit
|
commitdiff
|
tree
|
snapshot
1993-09-20
Guillermo J...
Take cdr of pairs only.
commit
|
commitdiff
|
tree
|
snapshot
1993-09-20
Guillermo J...
Avoid infinite loop.
commit
|
commitdiff
|
tree
|
snapshot
1993-09-20
Guillermo J...
Simplify interface to purify.
commit
|
commitdiff
|
tree
|
snapshot
1993-09-20
Guillermo J...
default/gc-flip should always flip, even when purify...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-20
Guillermo J...
Add .cur files.
commit
|
commitdiff
|
tree
|
snapshot
1993-09-20
Stephen Adams
Initial revision
commit
|
commitdiff
|
tree
|
snapshot
1993-09-19
Stephen Adams
Altered order of graphics initialization to make X...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-18
Guillermo J...
purify can now return three possible status codes:
commit
|
commitdiff
|
tree
|
snapshot
1993-09-17
Chris Hanson
Fix old typo.
commit
|
commitdiff
|
tree
|
snapshot
1993-09-16
Stephen Adams
Added VERSIONINFO resource
commit
|
commitdiff
|
tree
|
snapshot
1993-09-16
Stephen Adams
More frightening message when closing master_tty_window
commit
|
commitdiff
|
tree
|
snapshot
1993-09-16
Chris Hanson
SCHEME-COMPLETE-SYMBOL now downcases the prefix that...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-16
Stephen Adams
Initial revision
commit
|
commitdiff
|
tree
|
snapshot
1993-09-16
Stephen Adams
Added icon & cursor
commit
|
commitdiff
|
tree
|
snapshot
1993-09-16
Stephen Adams
Initial revision
commit
|
commitdiff
|
tree
|
snapshot
1993-09-16
Stephen Adams
Oops!
commit
|
commitdiff
|
tree
|
snapshot
1993-09-16
Stephen Adams
Documented scheme graphcis for windows NT
commit
|
commitdiff
|
tree
|
snapshot
1993-09-15
Stephen Adams
Added x-graphics-default-geometry & ..-default-display...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-15
Chris Hanson
Make sure that keyboard macro definition is terminated...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-15
Stephen Adams
Globalized x-graphics-default-geometry & x-graphics...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-15
Stephen Adams
* Added new graphics-device-type protocol - use 'X...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-15
Stephen Adams
New graphics-device-type protocol
commit
|
commitdiff
|
tree
|
snapshot
1993-09-15
Stephen Adams
Added generalized images
commit
|
commitdiff
|
tree
|
snapshot
1993-09-15
Stephen Adams
Generalized graphics images
commit
|
commitdiff
|
tree
|
snapshot
1993-09-15
Guillermo J...
Remove spurious comma that was legal but had the comple...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-15
Guillermo J...
build-new-code was incorrectly passing scode to
commit
|
commitdiff
|
tree
|
snapshot
1993-09-14
Guillermo J...
Define hp9000s300, gone in 9.01.
commit
|
commitdiff
|
tree
|
snapshot
1993-09-13
Guillermo J...
offsets are not unsigned.
commit
|
commitdiff
|
tree
|
snapshot
1993-09-13
Guillermo J...
Increase the catatonia period. Loading large bands...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-13
Guillermo J...
Add alloc_event_failure so that a breakpoint can be...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-13
Guillermo J...
Offsets are not unsigned!
commit
|
commitdiff
|
tree
|
snapshot
1993-09-13
Guillermo J...
Open all files with read sharing.
commit
|
commitdiff
|
tree
|
snapshot
1993-09-13
Guillermo J...
Make COMPILER_SETUP_INTERRUPT test only for enabled...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-13
Guillermo J...
Close the interrupt window correctly.
commit
|
commitdiff
|
tree
|
snapshot
1993-09-12
Guillermo J...
Take interrupts at the point at which the interrupt...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-12
Guillermo J...
Fix mismatch in dummy version of do_bkpt_proceed.
commit
|
commitdiff
|
tree
|
snapshot
1993-09-12
Guillermo J...
Can't count.
commit
|
commitdiff
|
tree
|
snapshot
1993-09-11
Guillermo J...
Change breakpoint handles to non-marked-vectors to...
commit
|
commitdiff
|
tree
|
snapshot
1993-09-11
Guillermo J...
Add the ability to parse special compiled code frames.
commit
|
commitdiff
|
tree
|
snapshot
next