diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index a730fbc2c..055f6fcf7 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,11 @@ 2003-09-12 Christopher Faylor <cgf@redhat.com> + * fhandler_disk_file.cc (path_conv::ndisk_links): Fix problem where + search characters overwrote the path instead of being tacked on the + end. + +2003-09-12 Christopher Faylor <cgf@redhat.com> + * dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init. * exceptions.cc (early_stuff_init): Delete. (init_console_handler): New function - top half of early_stuff_init. |