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
1e90a543
Commit
1e90a543
authored
16 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
5c34c685
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/release-19f.txt
+17
-0
17 additions, 0 deletions
general-info/release-19f.txt
with
17 additions
and
0 deletions
general-info/release-19f.txt
+
17
−
0
View file @
1e90a543
...
@@ -25,6 +25,9 @@ New in this release:
...
@@ -25,6 +25,9 @@ New in this release:
- Fix bug in backquote printer. If the variable is @foo, we want
- Fix bug in backquote printer. If the variable is @foo, we want
to print ", @foo" not ",@foo". Similarly, for .foo, we want to
to print ", @foo" not ",@foo". Similarly, for .foo, we want to
print ", .foo" instead of ",.foo".
print ", .foo" instead of ",.foo".
- Fix merging of version in MAKE-PATHNAME. If the pathname name
is given, the version is not affected by the version in the
default pathname.
* Bugfixes:
* Bugfixes:
- Compiler can now derive the rank of an array, even if the array
- Compiler can now derive the rank of an array, even if the array
...
@@ -35,12 +38,26 @@ New in this release:
...
@@ -35,12 +38,26 @@ New in this release:
same. Previously, different results were returned for things
same. Previously, different results were returned for things
like (slot-value foo :a).
like (slot-value foo :a).
- UNIX-GETGRNAM is now defined for Darwin (x86 and ppc).
- UNIX-GETGRNAM is now defined for Darwin (x86 and ppc).
- UNIX-GETPWUID is defined for all BSD systems.
- Type-derivation for EXPT no longer causes errors in some
situations. The computed bounds were of the wrong type for the
resulting type specifier.
- Pathname printer no longer produces an error for (MAKE-PATHNAME
:HOST NIL :TYPE "foo"). It returns #P(:HOST NIL :TYPE "foo")
now.
- Type derivation for DOUBLE-DOUBLE-FLOAT arithmetic should be
working. Previously, all arithmetic operations would just
return DOUBLE-DOUBLE-FLOAT even though the compiler should have
been able to figure out a tighter result.
* Trac Tickets:
* Trac Tickets:
* Other changes:
* Other changes:
* Improvements to the PCL implementation of CLOS:
* Improvements to the PCL implementation of CLOS:
- The compiler and interpreter should handle SLOT-VALUE the same
way. Previously, (SLOT-VALUE obj :a) would behave differently
in the compiler and interpreter.
* Changes to building procedure:
* Changes to building procedure:
...
...
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