Raymond Toy pushed to branch issue-269-unix-get-user-homedir at cmucl / cmucl
Commits:
-
121966b8
by Raymond Toy at 2023-11-30T05:26:11-08:00
-
e295afde
by Raymond Toy at 2023-11-30T05:26:28-08:00
2 changed files:
Changes:
| ... | ... | @@ -27,8 +27,7 @@ |
| 27 | 27 | |
| 28 | 28 | (in-package "EXTENSIONS")
|
| 29 | 29 | (export '(print-directory complete-file ambiguous-files default-directory
|
| 30 | - purge-backup-files file-writable unix-namestring
|
|
| 31 | - get-user-homedir-pathname))
|
|
| 30 | + purge-backup-files file-writable unix-namestring))
|
|
| 32 | 31 | (in-package "LISP")
|
| 33 | 32 | |
| 34 | 33 |
| ... | ... | @@ -54,3 +54,7 @@ |
| 54 | 54 | (assert-equal "/tmp/foo/bar/symlink"
|
| 55 | 55 | (ext:unix-namestring "/tmp/foo/bar/symlink" nil)))
|
| 56 | 56 | (unix:unix-unlink "/tmp/foo/bar/symlink")))
|
| 57 | + |
|
| 58 | +
|
|
| 59 | +
|
|
| 60 | + |