1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Dec 18, 2024 — Dec 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Making suspend-world reset! the primitive io system on restart. More... almost 39 years ago
Adding reset! to primitive io for the benefit of disk-restore. More... almost 39 years ago
Change runtime system so that a lambda's name is not considered a bound variable. Eliminate all references to `#!false' and `#!true'. Eliminate `canonicalize-filename-string', since pathname parsing is now system-dependent. Install new quasiquote expander which does vectors. Teach `eqv?' to handle null length vectors. Eliminate `make-package' special form. More... almost 39 years ago
Externs files now are dumped in an internal form rather than by converting them to SCode first. This speeds up the process of re-interning them. More... almost 39 years ago
Add RELOAD-BAND-NAME. More... almost 39 years ago
Remove compatibility with older versions of fasl files. More... almost 39 years ago
Rename read-char-ready? to char-ready? as required by R^3RS. More... almost 39 years ago
Add init file. More... almost 39 years ago
Initial revision More... almost 39 years ago
Split pathnm.scm into OS independent and OS dependent part for portability. More... almost 39 years ago
OS_tty_tyi now returns ints. More... almost 39 years ago
Eliminate some fossil primitives from io.c More... almost 39 years ago
Update unknown.c, flush fossil io.c and minor OS changes. More... almost 39 years ago
Add integrate-external declaration. More... almost 39 years ago
Changes to unix.c and vms.c More... almost 39 years ago
Eliminate references to "beta". More... almost 39 years ago
*** empty log message *** More... almost 39 years ago
Make the microcode work on the Vax. More... almost 39 years ago
Oops... losing typo. More... almost 39 years ago
Change to use named slots for microcode-identification table. More... almost 39 years ago
Add new microcode table: Identification_Vector. More... almost 39 years ago
Add new entries to ID vector: OS name and OS variant. More... almost 39 years ago
When doing (read-char) from the terminal, check for any characters in the input buffer before asking Emacs to read one. More... almost 39 years ago
Fix read-char-ready? for hpux. More... almost 39 years ago
Change error signalling of declaration processing procedures so that they can be called from outside of the syntaxer. More... almost 39 years ago
Change SCode variable objects to unparse their name as an object rather than a symbol, so as to distinguish between uninterned and interned symbols. More... almost 39 years ago
Add a -utabmd command line option to Scheme. More... almost 39 years ago
Change name of `compilable-primitive-functions' and `compilable-primitive-variables' to be `integrate-primitive-procedures'. More... almost 39 years ago
Upgrade to match new compiler. More... almost 39 years ago
Various typos. More... almost 39 years ago