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
2e0e5f2f
Commit
2e0e5f2f
authored
32 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
2/4/93 to 2/9/92
parent
a4b978f8
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-release-notes.txt
+62
-1
62 additions, 1 deletion
general-info/alpha-release-notes.txt
with
62 additions
and
1 deletion
general-info/alpha-release-notes.txt
+
62
−
1
View file @
2e0e5f2f
2/2/92 to 2/4/93:
2/4/93 to 2/9/92:
Code:
Moved foreign-segment-{start,size} from mumble-os.lisp into foreign.lisp,
and changed it on the sparc to no longer conflict with read-only space.
Changed software-version to use /usr/bin/uname instead of stringing the
kernel. [SunOS only]
Don't try the (SETF (APPLY ...)) hack for functions with non-fixed args, since
it doesn't do anything useful (just converts to a call to the (SETF FUNCTION).
Compiler:
Fixed listify-rest-arg. It was leaving a tagged pointer to unallocated
memory in a descriptor register, which would confuse the garbage collector
if this value was still around.
Added all the info for the scheduler to the instruction files.
Redefined li on the sparc with define-instruction-macro. This allows the
schedular to do a better job because the li gets broken up into the
seperate component instructions earlier.
Fixed make-array-header on the pmax to not seg fault.
Fixed the call to note-assembler-routine on the pmax. This was breaking
DISASSEMBLE.
Changed more occurrences of function-header-code-offset to
function-code-offset. (should have them all by now...)
PCL:
Changed definition of *subtypep to speed up method definition
using code provided by Richard Harris.
Updated definition of *pcl-system-date* as recommended by Richard Harris.
Changed the definition of force-cache-flushes by removing unnecessary
call to update-constructors, as suggested by Richard Harris.
HP support:
Fixed the stuff to emulate the ``addit imm,ALLOC,ALLOC'' instruction at the
end of pseudo-atomic to use all 11 bits of the immediate field instead of
just 5.
Graphical Interface:
The inspector/debugger was not behaving properly in the absence of
the DISPLAY environment variable. It now correctly senses the lack
of X and quietly uses the TTY.
2/2/93 to 2/4/93:
Compiler:
Compiler:
...
...
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