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
dd546dfa
Commit
dd546dfa
authored
19 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
de25f955
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/release-19d.txt
+15
-1
15 additions, 1 deletion
general-info/release-19d.txt
with
15 additions
and
1 deletion
general-info/release-19d.txt
+
15
−
1
View file @
dd546dfa
...
@@ -42,6 +42,16 @@ New in this release:
...
@@ -42,6 +42,16 @@ New in this release:
to NIL to turn this off.
to NIL to turn this off.
- Simple errors in socket handling code have been converted to
- Simple errors in socket handling code have been converted to
socket-error's to allow easier distinction of the errors.
socket-error's to allow easier distinction of the errors.
- EXT:LOAD-FOREIGN will use dlopen to try to open a shared
library, so if dlopen searches in certain places, LOAD-FOREIGN
will find the shared object.
- A new search-list "ld-library-path:" has been created and
contains the value of the environment variable
LD_LIBRARY_PATH. This is analogous to the "path:"
search-list.
- When a core file is started, any shared libraries that were
loaded when the core was made will be reloaded on startup. If
the library cannot be found, several restarts are available.
* Numerous ANSI compliance fixes:
* Numerous ANSI compliance fixes:
...
@@ -121,7 +131,11 @@ New in this release:
...
@@ -121,7 +131,11 @@ New in this release:
- Document LISP::*IGNORE-WILDCARDS*. When set, namestrings will
- Document LISP::*IGNORE-WILDCARDS*. When set, namestrings will
not have pathnames with wildcards escaped when parsing
not have pathnames with wildcards escaped when parsing
namestrings or when creating namestrings.
namestrings or when creating namestrings.
- As specified by CLHS 22.1.3.1.3, PRIN1 and friends now produce
a trailing zero if necessary.
- As specified by CLHS 22.3.3.2, ~E will produce a single zero
for the fractional part, if necessary.
* Other changes:
* Other changes:
- CMUCL catches more cases where it cannot print a pathname
- CMUCL catches more cases where it cannot print a pathname
...
...
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