diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 524ca3579..58d60a21b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2006-01-03 Eric Blake <ebb9@byu.net> + + * dir.cc (readdir_worker): Ensure that saw_dot flags are updated when + not handling inodes. + 2006-01-02 Christopher Faylor <cgf@timesys.com> * fhandler_console.cc (beep): New function. Restores missing "Default @@ -6,7 +11,7 @@ 2006-01-02 Christopher Faylor <cgf@timesys.com> - * dcrt0.cc (_dll_crt0): Move more leftover debugging stuff. + * dcrt0.cc (_dll_crt0): Remove more leftover debugging stuff. (cygwin_dll_init): Remove unneeded initializations. Call _dll_crt0 rather than dll_crt0_1. |