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
b65b79af
Commit
b65b79af
authored
17 years ago
by
fgilham
Browse files
Options
Downloads
Patches
Plain Diff
Back out kludged default-directory function that doesn't seem necessary any more.
parent
66993090
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
code/filesys.lisp
+5
-4
5 additions, 4 deletions
code/filesys.lisp
with
5 additions
and
4 deletions
code/filesys.lisp
+
5
−
4
View file @
b65b79af
...
...
@@ -6,7 +6,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/filesys.lisp,v 1.10
2
2007/0
1/20 02:01:48
fgilham Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/filesys.lisp,v 1.10
3
2007/0
8/04 23:54:37
fgilham Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -1353,7 +1353,7 @@ optionally keeping some of the most recent old versions."
;;; Default-Directory -- Public
;;;
#
||
#
+
(
and
)
(
defun
default-directory
()
"Returns the pathname for the default directory. This is the place where
a file will be written if no directory is specified. This may be changed
...
...
@@ -1366,7 +1366,7 @@ optionally keeping some of the most recent old versions."
(
parse-namestring
(
concatenate
'simple-string
dir-or-error
"/"
)
*unix-host*
)))
(
error
dir-or-error
))))
||#
;;;
;;; XXXX This code was modified by me (fmg) to avoid calling
;;; concatenate. The reason for this is that there have been
...
...
@@ -1383,7 +1383,8 @@ optionally keeping some of the most recent old versions."
;;;
;;; Hopefully someone will really fix the problem someday.
;;;
;;; Seems like maybe it's fixed by changes made by Ray Toy to avoid heap corruption.
#-
(
and
)
(
defun
default-directory
()
"Returns the pathname for the default directory. This is the place where
a file will be written if no directory is specified. This may be changed
...
...
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