1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make `arg_channel' be a public function per request of AAB. More... over 37 years ago
Change `System_Clock' to `OS_process_clock', scaling in milliseconds instead of centiseconds. Implement `real-time-clock' primitive. Implement "suspension" feature which generates special interrupt. This feature is activated by SIGHUP. More... over 37 years ago
Update this to match microcode. More... over 37 years ago
Add new interrupt code which means that the interpreter was requested to exit by some external source. More... over 37 years ago
Add new termination code which means that the interpreter was requested to exit by some external source. More... over 37 years ago
Change `System_Clock' to `OS_process_clock', scaling in milliseconds instead of centiseconds. More... over 37 years ago
fixed histogram More... over 37 years ago
Added array-read-ascii-file, array-write-ascii-file Removed array-log! (covered by array-unary-function!). More... over 37 years ago
*** empty log message *** More... over 37 years ago
Fix mistaken bug fix of last revision. More... over 37 years ago
The type object being constructed for named structures of type LIST was incorrect. More... over 37 years ago
Fix typo. More... over 37 years ago
Change `xscheme-select-process-buffer' to select the window of the Scheme process if that is visible. More... over 37 years ago
Add the STACK-TOP-ADDRESS primitive to comutl.c for use by the compiled code debugger. More... over 37 years ago
Typo. More... over 37 years ago
Add hooks for the compiled code debugger. More... over 37 years ago
Fix RE-CHAR-SET-ADJOIN! to have arg_ascii_integer. More... over 37 years ago
Fix bug in purify More... over 37 years ago
Implement error message for unrecognized slot options. More... over 37 years ago
Major redesign of front end of compiler. Continuations are now modeled more exactly by means of a CPS-style analysis. Poppers have been flushed in favor of dynamic links, and optimizations have been added that eliminate the use of static and dynamic links in many cases. More... over 37 years ago
Adjust documentation to reflect behavior on older releases of Scheme. More... over 37 years ago
Minor tweaks. More... over 37 years ago
Add command to select the process buffer automatically. More... over 37 years ago
Improve documentation substantially. Add a message which is displayed at the start of the Scheme process to tell novices what to do. This can be disabled by setting it to the empty string. Change the handling of the keymaps so that they do not inherit. Implement a command to signal the interpreter to proceed from a breakpoint. Change the names of the major modes to be more systematic. More... over 37 years ago
Change documentation for scheme-mode to indicate extra stuff for controlling the inferior process. Undo some earlier organizational changes because xscheme no longer uses the hooks that were provided. More... over 37 years ago
Add variable `xscheme-allow-pipelined-evaluation' to control whether errors are signalled when attempting to overlap evaluations. By default, such pipelining is allowed. Change `xscheme-message' so that it writes a message to in the Scheme process buffer and echoes in the minibuffer much the same way that values are displayed. More... over 37 years ago
Add `examples' directory to distribution. More... over 37 years ago
Create third keymap which is exclusively for Scheme process buffer in REP mode. Cause all three keymaps to inherit dynamically. Fix bug in which value of evaluation was not shown in message area when the Scheme process buffer was visible but not its output mark. Change process runlight and mode strings so that they appear only in Scheme buffers. More... over 37 years ago
*** empty log message *** More... over 37 years ago
Change Emacs interface to have special mode for `debug' and `where'. More... over 37 years ago