Raymond Toy pushed to branch issue-269-unix-get-user-homedir at cmucl / cmucl

Commits:

2 changed files:

Changes:

  • src/code/filesys.lisp
    ... ... @@ -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
     
    

  • tests/filesys.lisp
    ... ... @@ -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
    +