diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 1287603b5..7bec39a0a 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +Fri Dec 8 22:21:01 2000 Christopher Faylor <cgf@cygnus.com> + + * path.cc (normalize_win32_path): Reorganize logic to accomodate + chroot. Always check for MAX_PATH overrun. Avoid adding one too many + backslashes when src path begins with a slash. From Corinna Vinschen. + * winsup.h: Force demangling for dll_crt0 for newer compilers. + Thu Dec 7 12:10:00 2000 Edward M. Lee <tailbert@yahoo.com> * cygwin.din: Declare strtok_r for the import lib. Already in the DLL. |