diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 9003621fc..b51c18ea2 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,7 +1,8 @@ -2012-01-26 Christopher Faylor <me.cygwin2012@cgf.cx> +2012-01-27 Corinna Vinschen <corinna@vinschen.de> - * sigproc.cc (child_info::retry_count): Actually that should have been - 0. + * dcrt0.cc (is_dos_path): New macro to recognize drive letter and UNC + DOS paths. + (globify): Call is_dos_path instead of isdrive. 2012-01-26 Christopher Faylor <me.cygwin2012@cgf.cx> |