X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e98f7f60095bceba1f32e448c421b3e862b728aa..f7c1a8a53c452b75aa84ff4bf9de7f47af7b881c:/ChangeLog?ds=inline diff --git a/ChangeLog b/ChangeLog index 6afe9adf..5f02b175 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-08-04 Eric Gillespie + + * uip/folder.c: Simplify dodir/addir/addfold. Dump hacky + over-optimization in addir that tried to avoid readdir after all + child directories had been read; this was also trying to support + symlinks to directories, but would have been failing (because + nlink may have gone to 0 with symlinks to directories remaining) + had the lstat usage been correct (lstat doesn't fail for normal + directories; should have used S_ISLNK). + 2008-08-03 Peter Maydell * test/setup-test: use 'set -e' so we stop on compile failure.