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
534f35f2
Commit
534f35f2
authored
32 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
4/7/92 to 4/30/92
parent
913018a3
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
+68
-0
68 additions, 0 deletions
general-info/alpha-notes-thru-92.txt
with
68 additions
and
0 deletions
general-info/alpha-notes-thru-92.txt
+
68
−
0
View file @
534f35f2
4/7/92 to 4/30/92
**** FASL files have been incompatibly changed in this release. You must
recompile all your fasl files.
Big Change:
Function call is now different. Specifically, named-call has been changed
so that it can be used for both regular functions and setf functions.
Named calls to setf functions are now just as efficient as named calls to
regular functions.
Code:
Changed the handler-bind in debug-loop to not invoke the debugger directly.
Otherwise, debug:*stack-top-hint* never gets set for errors received while
debugging.
Fixed MACROEXPAND-1 to pass the environment into MACRO-FUNCTION when
checking to see if the form has a macro defintion. Otherwise,
macroexpanding macrolets doesn't work.
Fixed doc string for maphash to indicate that it returns NIL instead of T.
Changed the undefined-symbol-error handler to use fdefn-name to extract out
the name from the fdefn object when its really a fdefn object that was
undefined instead of a symbol.
Added function-subtype and (setf function-subtype). These functions can be
used to retrieve and set the header type for functions and closures.
Moved lots of exports from lispinit.lisp into the files that contain the
thing being exported. Moved the object-set stuff into serve-event.lisp.
Added a call to GC-INIT to REINIT to facilitate making sure set-auto-gc-
trigger gets called.
Added the start of stuff necessary to support byte compiled functions.
Export REALP from LISP now that it's a real function. Minor tweek to
bounds testing in %%typep of complex numbers.
Chagned the unmatched close parenthesis warning to include the file
position so that it is easier to track them down.
Compiler:
Lots of changes to support the new function call, and to fix bugs exposed
by these changes.
On the SPARC, fixed sap+ not to flame out when the second argument is an
immediate that doesn't fit in a signed-byte 13 offset.
Don't substitute out LET variables when the initial value is a reference to a
:NOTINLINE functional. The inlinep information must be retained, since we
count on :NOTLININE calls never being local call converted.
Removed some debugger code that accedently got left behind.
Fixed SOURCE-TRANSFORM-STRUCTURE-TYPEP to return T-or-NIL in the frozen
included case, and not some random non-null lists.
3/29/92 to 4/7/92
Code:
...
...
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