~ chicken-core (chicken-5) 564285c33e7a1451084e0ba809d6efd29ae2dab1
commit 564285c33e7a1451084e0ba809d6efd29ae2dab1 Author: Jim Ursetto <zbigniewsz@gmail.com> AuthorDate: Thu Dec 13 23:53:05 2012 -0600 Commit: Jim Ursetto <zbigniewsz@gmail.com> CommitDate: Thu Dec 13 23:53:05 2012 -0600 manual: Note find-files old signature style was made invalid after 4.7.3 diff --git a/manual/Unit posix b/manual/Unit posix index 170c644a..441f811a 100644 --- a/manual/Unit posix +++ b/manual/Unit posix @@ -1269,8 +1269,10 @@ has a different signature: (find-files DIRECTORY [TEST [ACTION [SEED [LIMIT]]]]) -The old signature is still supported in CHICKEN 4.6 for compatibility reasons, but is -deprecated. +The old signature was supported until CHICKEN 4.7.3 for compatibility reasons, +at which point it became invalid. The optional arguments are ignored +and use their default values, and no warning is issued. One symptom is +that your {{TEST}} does not work, returning every file. === Getting the hostname and system informationTrap