Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cmucl
cmucl
Commits
236396d8
Commit
236396d8
authored
Apr 18, 2012
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in external format for utf-32.
utf-32.lisp:: * Fix typo. release-20d.txt:: * Update.
parent
3b9e43c1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/general-info/release-20d.txt
+2
-0
2 additions, 0 deletions
src/general-info/release-20d.txt
src/pcl/simple-streams/external-formats/utf-32.lisp
+1
-1
1 addition, 1 deletion
src/pcl/simple-streams/external-formats/utf-32.lisp
with
3 additions
and
1 deletion
src/general-info/release-20d.txt
+
2
−
0
View file @
236396d8
...
...
@@ -57,6 +57,8 @@ New in this release:
returned instead.
* Some VOP costs were incorrect which prevented the fast complex
double-float multiplier from being used when sse3 is available.
* External format for UTF-32 was generating an error when
converting octets to a string.
* Trac Tickets:
* #50: Print/read error with make-pathname.
...
...
This diff is collapsed.
Click to expand it.
src/pcl/simple-streams/external-formats/utf-32.lisp
+
1
−
1
View file @
236396d8
...
...
@@ -38,7 +38,7 @@ By default, illegal inputs and illegal outputs are replaced by the
Unicode replacement character."
)
()
(
octets-to-code
(
state
input
unput
code
error
c1
c2
c3
c4
st
wd
)
(
octets-to-code
(
state
input
unput
error
code
c1
c2
c3
c4
st
wd
)
`
(
block
nil
(
when
(
null
,
state
)
(
setf
,
state
0
))
(
tagbody
...
...
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
sign in
to comment