Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
73b74259
Commit
73b74259
authored
32 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
4/30/92 to 5/17/92
parent
6820d4c3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
general-info/alpha-notes-thru-92.txt
+57
-0
57 additions, 0 deletions
general-info/alpha-notes-thru-92.txt
with
57 additions
and
0 deletions
general-info/alpha-notes-thru-92.txt
+
57
−
0
View file @
73b74259
4/30/92 to 5/17/92
Code:
Inline expand %MAKE-ALIEN and FREE-ALIEN to avoid spurious Alien-value consing.
Changed DESCRIBE to allow T or NIL as the stream argument.
Rewrote most of the hash table support:
- MAKE-HASH-TABLE now conforms to the ANSI spec.
- EQL hash tables now work with complex numbers, and better in general.
- HASH-TABLE-mumble accessors now exist.
Changed several uses of DEFINE-CONDITION to use the new syntax.
Removed several extra )'s
Changed several setfs of arguments that were inhibiting the compiler from
using all the argument type information available for list and sequence
functions.
Changed IN-PACKAGE to conform to the new definition. But if you use an
old-style IN-PACKAGE, it will use the old behavior.
Rewrote DEFPACKAGE to tell you about inconsistencies between the package
and the DEFPACKAGE form.
Rewrote the DO-mumble-SYMBOLS iterators in order to stamp out more uses of
prog. They now wrap the user body in an flet and then just use regular
looping constructs to grovel through the packages.
Several fixes to the new TRACE:
- Fixed to actually allow tracing anonymous function objects.
- Changed to allow tracing of macros.
- When tracing an already traced function, untrace and retrace it, instead
of ignoring the second request.
- Moved the undefined error for UNTRACE to the UNTRACE-1 subfunction,
instead of signalling it at macroexpand time.
- In TRACE-1, added an assertion that there isn't already an entry in the
trace breakpoint table, since sometimes we seem to be forgetting about
breakpoints.
Compiler:
Several internal changes in preperation for supporting the x86.
CLX:
READ-BITMAP-FILE modified to decrement the indexed property :x-hot only if
non-nil and positive. If already negative, it is left unchanged to indicate
that the bitmap has no hotspot.
4/7/92 to 4/30/92
4/7/92 to 4/30/92
**** FASL files have been incompatibly changed in this release. You must
**** FASL files have been incompatibly changed in this release. You must
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment