From 209884bd1fa7a82158d1bdead9c54d1bae654c1e Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Thu, 3 Feb 2005 12:16:38 +0000 Subject: [PATCH] - We now allocate the AnchorPath used in the unistd_wildcard_expand.c code. Also, the contents of the AnchorPath structure are no longer modified between calls. MatchEnd() has to be sufficient. - Moved redundant code out of the readdir()/opendir()/closedir() functions which is not required unless the code is built for Unix compatibility mode. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14823 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- library/changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library/changes b/library/changes index 67c440b..57aa3a9 100644 --- a/library/changes +++ b/library/changes @@ -18,6 +18,9 @@ code. Also, the contents of the AnchorPath structure are no longer modified between calls. MatchEnd() has to be sufficient. +- Moved redundant code out of the readdir()/opendir()/closedir() + functions which is not required unless the code is built for + Unix compatibility mode. c.lib 1.187 (29.1.2005)