diff options
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 54e759208..82f1e195a 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,10 @@ +2008-03-16 Brian Dessent <brian@dessent.net> + + * path.cc: Include malloc.h for alloca. + (is_symlink): Rewrite. Just read the whole file in memory rather + than by parts. Account for an ITEMIDLIST if present, as well as + the new style of Cygwin shortcut supporting targets > MAX_PATH. + 2008-03-12 Corinna Vinschen <corinna@vinschen.de> * cygpath.cc (do_sysfolders): Use cygwin_conv_path. |