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
65e995bb
Commit
65e995bb
authored
33 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
12/13/91 to 12/19/91
parent
400c67b1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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
+46
-0
46 additions, 0 deletions
general-info/alpha-notes-thru-92.txt
with
46 additions
and
0 deletions
general-info/alpha-notes-thru-92.txt
+
46
−
0
View file @
65e995bb
12/13/91 to 12/19/91
Code:
All pathname support has been rewritten to conform to X3J13. (Except logical
pathnames haven't been written yet). Any code that makes assumptions about
the format for pathnames (e.g. pathname-device being the search-list, or
pathname-directory being a simple-vector) will have to be rewritten.
Changed SHOW-RESTARTS to also display the restart name (but only if it's
not shadowed by a higher priority restart). Changed the restart command to
look for restarts by name if a symbol is typed.
Substantially rearranged function describing to make it more consistent, and
added support for describing interpreted functions.
Changed the FORMATTER stuff to use positional args where possible instead
of always extracting elements from the rest arg.
The control stack is now zeroed between top level forms to reduce the
number of dangling pointers.
Fixed pprint-logical-block :suffixes and *print-line* abbreviations to work
together.
Compiler:
Dumping of constant structures has been fixed to conform to X3J13, except
that the generic function MAKE-LOAD-FORM isn't really used. Instead, a new
defstruct option, :make-load-form-fun, has been added that can be used to
specify a function that acts like a MAKE-LOAD-FORM method. When we have a
CLOS that supports STRUCTURE-CLASS, the default method for MAKE-LOAD-FORM
will use this information instead of having the compiler use it directly.
When the INHIBIT-WARNINGS optimize policy is 3, suppress warnings about
undefined functions and variables.
PCL:
Fixed SET-FUNCTION-NAME to correctly set interpreted function names.
12/12/91 to 12/13/91
12/12/91 to 12/13/91
Code:
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