openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
MIT/GNU Scheme
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 18, 2024 — Jul 18, 2025
Showing page 611 of 632
Search / Filter on:
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>]
Guillermo J. Rozas
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.
Guillermo J. Rozas
More...
almost 38 years ago
Include disassembler and 68020 instruction files.
Chris Hanson
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.
Chris Hanson
More...
almost 38 years ago
Allow dereferencing of constants in RTL.
Chris Hanson
More...
almost 38 years ago
Make cmp68020.s understand 32 bit block offsets.
Guillermo J. Rozas
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.
Guillermo J. Rozas
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.
Guillermo J. Rozas
More...
almost 38 years ago
Change the way 32 bit offsets are implemented.
Guillermo J. Rozas
More...
almost 38 years ago
Make the compiler handle 32 bit offsets.
Guillermo J. Rozas
More...
almost 38 years ago
Add a kludge to disable the integration of the results of some transformers applied early.
Guillermo J. Rozas
More...
almost 38 years ago
Fix off by one bug in Intern_Block.
Guillermo J. Rozas
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.
Chris Hanson
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.
Chris Hanson
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.
Chris Hanson
More...
almost 38 years ago
Initial revision
Guillermo J. Rozas
More...
almost 38 years ago
Change definition of primitives to eliminate `in-package'.
Chris Hanson
More...
almost 38 years ago
Refix typo.
Chris Hanson
More...
almost 38 years ago
Change definition of primitives to eliminate `in-package'.
Chris Hanson
More...
almost 38 years ago
Change definition of primitives to eliminate `in-package'.
Chris Hanson
More...
almost 38 years ago
Fix bug in floor and ceil when not provided by the system.
Guillermo J. Rozas
More...
almost 38 years ago
Fix bug in LN-FLONUM.
Guillermo J. Rozas
More...
almost 38 years ago
Undo last change, it loses by attempting to close procedures in wrong place.
Chris Hanson
More...
almost 38 years ago
*** empty log message ***
Chris Hanson
More...
almost 38 years ago
Disable sticky pathname defaulting. Leave hooks in place in case we ever figure this out.
Chris Hanson
More...
almost 38 years ago
Handle cases where vnodes have known values that are not constants.
Chris Hanson
More...
almost 38 years ago
Implement numerous small changes to support new Xlib interface.
Chris Hanson
More...
almost 38 years ago
Add new C procedures for allocating vectors.
Chris Hanson
More...
almost 38 years ago
Add new procedure for converting fixnum arguments to C integers.
Chris Hanson
More...
almost 38 years ago
Implement new procdures for allocating strings.
Chris Hanson
More...
almost 38 years ago
←
1
2
…
607
608
609
610
611
612
613
614
615
…
631
632
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree