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
about 20 hours
ago. based on code collected
about 20 hours
ago.
Jun 25, 2024 — Jun 25, 2025
Showing page 624 of 632
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Install new primitives for vectors and bit strings.
Chris Hanson
More...
about 38 years ago
Install new primitives.
Chris Hanson
More...
about 38 years ago
Initial revision
Chris Hanson
More...
about 38 years ago
Install new built-in primitives for microcode 9.46.
Chris Hanson
More...
about 38 years ago
Add new primitives for microcode 9.46.
Chris Hanson
More...
about 38 years ago
Fix IO redirection bug.
Guillermo J. Rozas
More...
about 38 years ago
Change rules database so that it is sorted by statement-type. Treat ASSIGN specially since it is by far the most common type.
Chris Hanson
More...
about 38 years ago
Change state implementation so that register quantities are allocated on demand.
Chris Hanson
More...
about 38 years ago
Change stack parser, unparser, and pretty-printer to handle reference-trap objects specially, detecting them before they get assigned to variables, and printing them in a reasonable way.
Chris Hanson
More...
about 38 years ago
Rewrite `hash-table-copy' so that it is O(n) instead of O(n^2) in the number of elements.
Chris Hanson
More...
about 38 years ago
Forgot to add "rtlcon" and "rtlexp" to the integration dependency set.
Chris Hanson
More...
about 38 years ago
Change structure of closing block to aid compilation.
Chris Hanson
More...
about 38 years ago
Split `front-end/rtl' into two files to aid compilation.
Chris Hanson
More...
about 38 years ago
Initial revision
Chris Hanson
More...
about 38 years ago
A variety of small changes related to the GC out of space error.
Chris Hanson
More...
about 38 years ago
Allow constant combinations to have any temporary as a target.
Chris Hanson
More...
about 38 years ago
Change string_to_symbol to compute the correct argument to Primitive_GC. Previously it was using (Memtop - Free) which could have been negative (and we saw at least one case where something like that had happened).
Chris Hanson
More...
about 38 years ago
Change some error messages to go out to stderr.
Chris Hanson
More...
about 38 years ago
Cause all GCs to return through the return code RC_NORMAL_GC_DONE.
Chris Hanson
More...
about 38 years ago
Initialize `GC_Space_Needed' to a reasonable value.
Chris Hanson
More...
about 38 years ago
Cause all GCs to return through the return code RC_NORMAL_GC_DONE.
Chris Hanson
More...
about 38 years ago
Define new per-combination flag which indicates whether or not the combination has been constant-folded.
Chris Hanson
More...
about 38 years ago
Solution to constant folding problem is overly conservative. Earlier change (which guaranteed that the combination-value became unknown when the operator or operands were) is sufficient.
Chris Hanson
More...
about 38 years ago
Update the version: release.
Guillermo J. Rozas
More...
about 38 years ago
Update the version: release.
Guillermo J. Rozas
More...
about 38 years ago
When building a closure frame, do not attempt to lookup variables which are integrated, as it will cause an error. This is probably not needed given the change which has been made elsewhere which deletes such variables from the closure block previous to this point.
Chris Hanson
More...
about 38 years ago
Change the analysis performed to determine whether a variable has been assigned. Do not treat auxiliary bindings specially, except those that have been identified as having constant or procedure values.
Chris Hanson
More...
about 38 years ago
If a combination's value is constant, do not replace it by the constant value, because we have no side-effect analyzer to determine whether that is safe.
Chris Hanson
More...
about 38 years ago
`goto-command', when selecting a subproblem with no reductions, tried to set the reduction number to 1, rather than 0. This previously "worked" because
Chris Hanson
More...
about 38 years ago
Accommodate VMS (bug in VMS 4 scanf).
Guillermo J. Rozas
More...
about 38 years ago
←
1
2
…
620
621
622
623
624
625
626
627
628
…
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