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
0de8456c
Commit
0de8456c
authored
21 years ago
by
emarsden
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos.
parent
4187a2f3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
code/fd-stream.lisp
+2
-2
2 additions, 2 deletions
code/fd-stream.lisp
code/gc.lisp
+2
-2
2 additions, 2 deletions
code/gc.lisp
with
4 additions
and
4 deletions
code/fd-stream.lisp
+
2
−
2
View file @
0de8456c
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
;;;
(
ext:file-comment
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream.lisp,v 1.7
0
2003/0
6/26 13:27:42 toy
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream.lisp,v 1.7
1
2003/0
8/05 11:00:49 emarsden
Exp $"
)
;;;
;;;
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
...
@@ -937,7 +937,7 @@
...
@@ -937,7 +937,7 @@
(
multiple-value-bind
(
okay
err
)
(
unix:unix-rename
original
filename
)
(
multiple-value-bind
(
okay
err
)
(
unix:unix-rename
original
filename
)
(
unless
okay
(
unless
okay
(
cerror
"Go on as if nothing bad happened."
(
cerror
"Go on as if nothing bad happened."
"Could not restore ~S to it
'
s original contents: ~A"
"Could not restore ~S to its original contents: ~A"
filename
(
unix:get-unix-error-msg
err
))))
filename
(
unix:get-unix-error-msg
err
))))
(
multiple-value-bind
(
okay
err
)
(
unix:unix-unlink
filename
)
(
multiple-value-bind
(
okay
err
)
(
unix:unix-unlink
filename
)
(
unless
okay
(
unless
okay
...
...
This diff is collapsed.
Click to expand it.
code/gc.lisp
+
2
−
2
View file @
0de8456c
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
;;;
(
ext:file-comment
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gc.lisp,v 1.3
5
2003/0
5/29 12:35:05 gerd
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gc.lisp,v 1.3
6
2003/0
8/05 11:00:49 emarsden
Exp $"
)
;;;
;;;
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
...
@@ -413,7 +413,7 @@
...
@@ -413,7 +413,7 @@
;; optimizing the test away because of the type declaim for
;; optimizing the test away because of the type declaim for
;; *bytes-consed-between-gcs*.
;; *bytes-consed-between-gcs*.
(
warn
"The value of *BYTES-CONSED-BETWEEN-GCS*, ~S, is not an ~
(
warn
"The value of *BYTES-CONSED-BETWEEN-GCS*, ~S, is not an ~
integer. Reseting it to ~D."
*bytes-consed-between-gcs*
integer. Reset
t
ing it to ~D."
*bytes-consed-between-gcs*
default-bytes-consed-between-gcs
)
default-bytes-consed-between-gcs
)
(
setf
*bytes-consed-between-gcs*
default-bytes-consed-between-gcs
))
(
setf
*bytes-consed-between-gcs*
default-bytes-consed-between-gcs
))
(
when
(
and
*gc-trigger*
(
>
pre-gc-dyn-usage
*gc-trigger*
))
(
when
(
and
*gc-trigger*
(
>
pre-gc-dyn-usage
*gc-trigger*
))
...
...
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