Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
5f69652c
Commit
5f69652c
authored
Aug 02, 2014
by
Francois-Rene Rideau
Browse files
uiop:getcwd wasn't doing what we wanted on LispWorks.
parent
49f75356
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/os.lisp
View file @
5f69652c
...
@@ -262,7 +262,7 @@ suitable for use as a directory name to segregate Lisp FASLs, C dynamic librarie
...
@@ -262,7 +262,7 @@ suitable for use as a directory name to segregate Lisp FASLs, C dynamic librarie
#+
ecl
(
ext:getcwd
)
#+
ecl
(
ext:getcwd
)
#+
gcl
(
let
((
*default-pathname-defaults*
#p""
))
(
truename
#p""
))
#+
gcl
(
let
((
*default-pathname-defaults*
#p""
))
(
truename
#p""
))
#+
genera
*default-pathname-defaults*
;; on a Lisp OS, it *is* canonical!
#+
genera
*default-pathname-defaults*
;; on a Lisp OS, it *is* canonical!
#+
lispworks
(
system:current
-directory
)
#+
lispworks
(
hcl:get-working
-directory
)
#+
mkcl
(
mk-ext:getcwd
)
#+
mkcl
(
mk-ext:getcwd
)
#+
sbcl
(
sb-ext:parse-native-namestring
(
sb-unix:posix-getcwd/
))
#+
sbcl
(
sb-ext:parse-native-namestring
(
sb-unix:posix-getcwd/
))
#+
xcl
(
extensions:current-directory
)
#+
xcl
(
extensions:current-directory
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment