1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change ^G interrupt handler to signal Emacs indicating that the interrupt has been received. More... over 37 years ago
Some bug fixes by CPH. Change to make primitives be renumbered by the fasloader. When make is loaded it now asks whether it should be loaded compiled or interpreted. More... over 37 years ago
Primitives are fecthed from the constant block, and passed as objects to the appropriate microcode utility. More... over 37 years ago
Abstract the constant object to label procedures. More... over 37 years ago
Primitives are no longer considered non-pointers by the compiler. They must appear in the constant block (rather than as immediate constants in the instruction stream) so the fasloader can renumber them. More... over 37 years ago
Rewrite sort!, uncomment it, and make sort handle vectors and do some argument checking. More... over 37 years ago
Use number->string directly rather than write-to-string. More... over 37 years ago
Array-Make-Histogram was using (n-1) bins when asked for n-bin histogram. Fixed. More... over 37 years ago
1) The version of memtop used by compiled code was being set to the opposite value from that desired. More... over 37 years ago
Fix bug in rule: target register being allocated BEFORE deletion of dead registers rather than AFTER. More... over 37 years ago
Some changes for primitives accessed specially from compiled code (arithmetic). More... over 37 years ago
Allow #T as a parameter make tohe microcode version of make-primitive-procedure. More... over 37 years ago
There is now a single kind of primitive. Both mechanisms have been merged. More... over 37 years ago
Forgot back-slashes in a C preprocessor macro. More... over 37 years ago
Initial revision More... over 37 years ago
1) There is now only one kind of primitive. External primitives have disappeared, and "user" primitives have the same status as "built-in" primitives. More... over 37 years ago
Initial revision More... over 37 years ago
Fix bug in `scan-defines' in which an open-block whose body was another open-block was not being scanned correctly. This resulted in `sf' creating weird output when there were declarations being passed to the compiler, that subsequently confused the compiler into signalling an error. More... over 37 years ago
Stupid typo. More... over 37 years ago
Update the compiler memtop register when clearing timer interrupt. More... over 37 years ago
Conditionalize `tbuffer' definition in "vms.c" by means of an explicit switch. This definition does not appear to depend on the VMS version. More... over 37 years ago
Conditionalize `tbuffer' definition in "vms.c" by means of an explicit switch. This definition does not appear to depend on the VMS version. More... over 37 years ago
Shorten names to 31 characters to make VMS compiler happy. More... over 37 years ago
When sending strings to the Scheme process, set the "previous send" only if the Scheme process buffer is selected. Almost never do we want to yank something that was sent from another buffer. More... over 37 years ago
Make_Prim_Exts does not need to be available to everyone. More... almost 38 years ago
Fix a delcaration bug in SET-RUN-LIGHT! More... almost 38 years ago
Fix a grouping (parenthesis) bug in cell? More... almost 38 years ago
Make Findprim sort the entries using the scheme linkage name as the key. This allows for faster lookup. More... almost 38 years ago
initial revision More... almost 38 years ago
Added array-unary-function! making available (for arrays) all HPUX math functions. More... almost 38 years ago