diff options
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index c690337e1..6306a88cf 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,18 @@ +2007-05-23 Corinna Vinschen <corinna@vinschen.de> + + * cygpath.cc: Include argz.h. + (options_from_file_flag): Move from main to global static variable. + (mode_flag): Ditto. + (do_sysfolders): Rename from dowin and accommodate throughout. + Don't exit from here. + (do_pathconv): Rename from doit and accommodate throughout. + (print_version): Change copyright. + (do_options): New function, centralizing option processing. + Rework checking options for correctness. + (action): New function, centralizing calling worker functions. + (main): Simplify. Move option processing to do_options. Move calling + worker functions to action. Rework getting arguments from files. + 2007-03-30 Mark Mitchell <mark@codesourcery.com> * utils/cygpath.cc (get_long_path_name_w32impl): Close handles returned |