Skip to content
Snippets Groups Projects
Commit 2f316750 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix regression in %ENUMERATE-DIRECTORIES.

Previously (18a at least), %ENUMERATE-DIRECTORIES would return a path
even if a directory element did not exist.  This behavior is restored.

See email from cmucl-help, Sep 26, 2014.

 * src/code/filesys.lisp:
   * Fix regression.in %ENUMERATE-DIRECTORIES.  Even if the directory
     does not exist, we continue recursing instead of stopping.
 * src/general-info/release-20f.txt:
   * Update
 * tests/filesys.lisp:
   * New file adding tests for UNIX-NAMESTRING.
parent 19ac8cdc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment