aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/cygpath.cc
AgeCommit message (Expand)AuthorFilesLines
2012-08-10This commit was manufactured by cvs2svn to create tag 'cygwin-cygwin-1_7_14-releasecvs2svn1-20/+31
2012-07-06 * cygpath.cc: Change including headers to allow building againstCorinna Vinschen1-31/+20
2011-12-17Clean up whitespace.Christopher Faylor1-1/+1
2011-12-02 * Makefile.in (cygpath.exe): Add -luserenv to ALL_LDFLAGS.Corinna Vinschen1-155/+60
2011-10-10 * Align usage output, version output, as well as usage and versionCorinna Vinschen1-53/+47
2010-12-06 * cygpath.cc (get_device_name): Fix path length test.Corinna Vinschen1-1/+1
2010-09-06 * cygpath.cc (RtlEqualUnicodePathPrefix): New helper function.Corinna Vinschen1-10/+60
2010-08-28 * loadlib.h: New header implementing safe LoadLibrary calls.Corinna Vinschen1-2/+3
2010-08-26 * cygpath.cc (get_device_name): Prefer the \\.\X: DOS device forCorinna Vinschen1-2/+12
2010-02-22 * cygpath.cc (do_pathconv): Fix erroneously printing native NT pathCorinna Vinschen1-1/+3
2010-02-13 * cygpath.cc (do_pathconv): Fix potential crash.Corinna Vinschen1-6/+4
2010-01-16 * cygpath.cc (get_mixed_name): Drop function. Replace with call toCorinna Vinschen1-35/+8
2010-01-07 * cygpath.cc: Throughout, free obsolete path buffers.Corinna Vinschen1-12/+48
2010-01-07 * cygpath.cc (main): Remove enforcing "en_US.UTF-8" locale.Corinna Vinschen1-26/+20
2009-10-15 * cygpath.cc (get_special_folder): Fetch path as WCHAR and convertCorinna Vinschen1-25/+36
2009-05-17 * cygpath.cc (codepage): New variable.Corinna Vinschen1-9/+45
2009-05-15 * cygpath.cc (main): Only setlocale for LC_CTYPE category. FallbackCorinna Vinschen1-1/+4
2009-04-15 * cygpath.cc (do_pathconv): Only skip \\?\ prefix if it's reallyCorinna Vinschen1-9/+12
2009-03-14 * wide_path.h (class wide_path): New class to convert Windows pathCorinna Vinschen1-48/+90
2008-07-22 * Makefile.in (cygcheck.exe): Link against ntdll.Corinna Vinschen1-4/+3
2008-03-12 * cygpath.cc (do_sysfolders): Use cygwin_conv_path.Corinna Vinschen1-17/+10
2007-05-29 * cygpath.cc (do_options): Allow outputflag combined with otherCorinna Vinschen1-9/+7
2007-05-23 * cygpath.cc: Include argz.h.Corinna Vinschen1-127/+115
2007-03-31* utils/cygpath.cc (get_long_path_name_w32impl): Close handles returned byChristopher Faylor1-4/+10
2007-01-09 * cygpath.cc (usage): Add -O and -F, remove tabs.Corinna Vinschen1-37/+78
2006-08-02 * Makefile.in (cygpath.exe): Add rule to link cygpath against ntdll.dll.Corinna Vinschen1-0/+160
2006-07-31 * cygpath.cc (get_long_name): Fallback to get_long_path_name_w32impl.Corinna Vinschen1-4/+11
2006-07-27 * cygpath.c (get_long_name): Cover the case that GetLongPathNameCorinna Vinschen1-4/+10
2006-02-17 * cygpath.cc (get_long_name): Load GetLongPathNameA instead of incorrectCorinna Vinschen1-3/+3
2006-01-18* cygpath.cc (dowin): Remove stray debugging printf statement.Dave Korn1-1/+0
2005-11-22* Makefile.in: Link cygcheck with libwininet.a.Christopher Faylor1-0/+1
2005-05-17* cygcheck.cc (cygwin_internal): Define as a "C" function.Christopher Faylor1-2/+2
2005-03-06* cygpath.cc (usage): Pass in one more copy of program_name to printf to avoidChristopher Faylor1-1/+1
2005-02-24* cygpath.cc (usage): Clarify help output to indicate acceptanceJoshua Daniel Franklin1-6/+7
2004-03-15* cygpath.cc (usage): Don't issue helpful message if -i is used.Christopher Faylor1-4/+6
2004-02-25* cygpath.cc (long_options): Add "mode" option.Christopher Faylor1-6/+32
2004-02-21* Makefile.in (build_dumper): Detect missing iconv library.Christopher Faylor1-10/+22
2004-01-22 * cygpath.cc (dowin): Revert accidental checkin from November.Corinna Vinschen1-8/+19
2003-11-07 * cygpath.cc (main): Allow multiple pathnames on command line.Corinna Vinschen1-22/+13
2003-10-17revert accidental checkinChristopher Faylor1-8/+19
2003-10-17* cygcheck.cc (pretty_id): Don't exec if `id' program is not found.Christopher Faylor1-19/+8
2003-09-11* Makefile.in (cygcheck.o): Use MINGW_CXX for compilation.Christopher Faylor1-1/+1
2003-06-12Throughout, always return error when GetShortPathName returns 0.Christopher Faylor1-3/+3
2003-04-26* cygcheck.cc (usage) Add description output.Joshua Daniel Franklin1-0/+2
2003-02-12* cygpath.cc (doit): Allocate more space for non-path filename.Christopher Faylor1-5/+5
2002-10-31* cygpath.cc (get_long_path_name_w32impl): Define similarly to GetLongPathName.Christopher Faylor1-132/+96
2002-09-30* cygpath.cc (close_arg): Remove unused static.Christopher Faylor1-1/+0
2002-09-152002-09-12 Igor Pechtchanski <pechtcha@cs.nyu.edu>Joshua Daniel Franklin1-2/+5
2002-08-23output some newlines.Christopher Faylor1-2/+2
2002-07-01* mount.cc (main): Ensure that mount_already_exists() also gets default flagChristopher Faylor1-52/+103