1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Make the environment abstraction handle all trap objects. - Make compiled procedures print like #[COMPILED-PROCEDURE #x<datum>] More... almost 38 years ago
- Set-fixed-objects-vector now errors when given a vector which is too short. - Fix bug in the debugging utility Find_Symbol. - Partly rewrite primitives in hooks.c and intern.c to use PRIMITIVE_RETURN, PRIMITIVE_ABORT, and signal_error_from_primitive. More... almost 38 years ago
Include disassembler and 68020 instruction files. More... almost 38 years ago
Export some procedures from the compiler-package to the global environment. Do not change the default directory or environment or syntax table when loading the compiler. More... almost 38 years ago
Allow dereferencing of constants in RTL. More... almost 38 years ago
Make cmp68020.s understand 32 bit block offsets. More... almost 38 years ago
Reimplement 32 bit offsets in compiled code blocks. They are now implemented as a chain of 16 bit offsets, since parts of the system depend on the fact that any given offset is only 16 bits long. More... almost 38 years ago
Reimplement 32 bit offsets in compiled code blocks. They are now implemented as a chain of 16 bit offsets, since parts of the system depend on the fact that any given offset is only 16 bits long. More... almost 38 years ago
Change the way 32 bit offsets are implemented. More... almost 38 years ago
Make the compiler handle 32 bit offsets. More... almost 38 years ago
Add a kludge to disable the integration of the results of some transformers applied early. More... almost 38 years ago
Fix off by one bug in Intern_Block. More... almost 38 years ago
Fix bug in "cmp68020.s": multiple variable cache initialization code where D1 was not restored properly after calling into the interpreter. More... almost 38 years ago
When walking predicate nodes, must be able to handle case where either the consequent or alternative is nonexistent. This is because we must walk over incomplete graphs when generating code for operands. More... almost 38 years ago
Change procedure application simulator to make unsupplied optional (and required!) arguments be unknowable. We could actually do better by making them be connected to an unassigned object but that isn't too important right now. More... almost 38 years ago
Initial revision More... almost 38 years ago
Change definition of primitives to eliminate `in-package'. More... almost 38 years ago
Refix typo. More... almost 38 years ago
Change definition of primitives to eliminate `in-package'. More... almost 38 years ago
Change definition of primitives to eliminate `in-package'. More... almost 38 years ago
Fix bug in floor and ceil when not provided by the system. More... almost 38 years ago
Fix bug in LN-FLONUM. More... almost 38 years ago
Undo last change, it loses by attempting to close procedures in wrong place. More... almost 38 years ago
*** empty log message *** More... almost 38 years ago
Disable sticky pathname defaulting. Leave hooks in place in case we ever figure this out. More... almost 38 years ago
Handle cases where vnodes have known values that are not constants. More... almost 38 years ago
Implement numerous small changes to support new Xlib interface. More... almost 38 years ago
Add new C procedures for allocating vectors. More... almost 38 years ago
Add new procedure for converting fixnum arguments to C integers. More... almost 38 years ago
Implement new procdures for allocating strings. More... almost 38 years ago