summaryrefslogtreecommitdiffstats
path: root/winsup/utils/cygpath.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+1
* cygpath: Avoid returning SysWOW64Corinna Vinschen2016-01-211-0/+13
* cygpath: Try to return system directories with correct caseCorinna Vinschen2016-01-071-14/+36
* Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen2015-12-061-6/+16
* * cygpath.cc (do_pathconv): when -p option is given, generate wideCorinna Vinschen2013-06-261-2/+2
* Update copyrightsChristopher Faylor2013-01-211-1/+1
* * cygpath.cc: Change including headers to allow building againstCorinna Vinschen2012-07-061-31/+20
* Clean up whitespace.Christopher Faylor2011-12-171-1/+1
* * Makefile.in (cygpath.exe): Add -luserenv to ALL_LDFLAGS.Corinna Vinschen2011-12-021-155/+60
* * Align usage output, version output, as well as usage and versionCorinna Vinschen2011-10-101-53/+47
* * cygpath.cc (get_device_name): Fix path length test.Corinna Vinschen2010-12-061-1/+1
* * cygpath.cc (RtlEqualUnicodePathPrefix): New helper function.Corinna Vinschen2010-09-061-10/+60
* * loadlib.h: New header implementing safe LoadLibrary calls.Corinna Vinschen2010-08-281-2/+3
* * cygpath.cc (get_device_name): Prefer the \\.\X: DOS device forCorinna Vinschen2010-08-261-2/+12
* * cygpath.cc (do_pathconv): Fix erroneously printing native NT pathCorinna Vinschen2010-02-221-1/+3
* * cygpath.cc (do_pathconv): Fix potential crash.Corinna Vinschen2010-02-131-6/+4
* * cygpath.cc (get_mixed_name): Drop function. Replace with call toCorinna Vinschen2010-01-161-35/+8
* * cygpath.cc: Throughout, free obsolete path buffers.Corinna Vinschen2010-01-071-12/+48
* * cygpath.cc (main): Remove enforcing "en_US.UTF-8" locale.Corinna Vinschen2010-01-071-26/+20
* * cygpath.cc (get_special_folder): Fetch path as WCHAR and convertCorinna Vinschen2009-10-151-25/+36
* * cygpath.cc (codepage): New variable.Corinna Vinschen2009-05-171-9/+45
* * cygpath.cc (main): Only setlocale for LC_CTYPE category. FallbackCorinna Vinschen2009-05-151-1/+4
* * cygpath.cc (do_pathconv): Only skip \\?\ prefix if it's reallyCorinna Vinschen2009-04-151-9/+12
* * wide_path.h (class wide_path): New class to convert Windows pathCorinna Vinschen2009-03-141-48/+90
* * Makefile.in (cygcheck.exe): Link against ntdll.Corinna Vinschen2008-07-221-4/+3
* * cygpath.cc (do_sysfolders): Use cygwin_conv_path.Corinna Vinschen2008-03-121-17/+10
* * cygpath.cc (do_options): Allow outputflag combined with otherCorinna Vinschen2007-05-291-9/+7
* * cygpath.cc: Include argz.h.Corinna Vinschen2007-05-231-127/+115
* * utils/cygpath.cc (get_long_path_name_w32impl): Close handles returned byChristopher Faylor2007-03-311-4/+10
* * cygpath.cc (usage): Add -O and -F, remove tabs.Corinna Vinschen2007-01-091-37/+78
* * Makefile.in (cygpath.exe): Add rule to link cygpath against ntdll.dll.Corinna Vinschen2006-08-021-0/+160
* * cygpath.cc (get_long_name): Fallback to get_long_path_name_w32impl.Corinna Vinschen2006-07-311-4/+11
* * cygpath.c (get_long_name): Cover the case that GetLongPathNameCorinna Vinschen2006-07-271-4/+10
* * cygpath.cc (get_long_name): Load GetLongPathNameA instead of incorrectCorinna Vinschen2006-02-171-3/+3
* * cygpath.cc (dowin): Remove stray debugging printf statement.Dave Korn2006-01-181-1/+0
* * Makefile.in: Link cygcheck with libwininet.a.Christopher Faylor2005-11-221-0/+1
* * cygcheck.cc (cygwin_internal): Define as a "C" function.Christopher Faylor2005-05-171-2/+2
* * cygpath.cc (usage): Pass in one more copy of program_name to printf to avoidChristopher Faylor2005-03-061-1/+1
* * cygpath.cc (usage): Clarify help output to indicate acceptanceJoshua Daniel Franklin2005-02-241-6/+7
* * cygpath.cc (usage): Don't issue helpful message if -i is used.Christopher Faylor2004-03-151-4/+6
* * cygpath.cc (long_options): Add "mode" option.Christopher Faylor2004-02-251-6/+32
* * Makefile.in (build_dumper): Detect missing iconv library.Christopher Faylor2004-02-211-10/+22
* * cygpath.cc (dowin): Revert accidental checkin from November.Corinna Vinschen2004-01-221-8/+19
* * cygpath.cc (main): Allow multiple pathnames on command line.Corinna Vinschen2003-11-071-22/+13
* revert accidental checkinChristopher Faylor2003-10-171-8/+19
* * cygcheck.cc (pretty_id): Don't exec if `id' program is not found.Christopher Faylor2003-10-171-19/+8
* * Makefile.in (cygcheck.o): Use MINGW_CXX for compilation.Christopher Faylor2003-09-111-1/+1
* Throughout, always return error when GetShortPathName returns 0.Christopher Faylor2003-06-121-3/+3
* * cygcheck.cc (usage) Add description output.Joshua Daniel Franklin2003-04-261-0/+2
* * cygpath.cc (doit): Allocate more space for non-path filename.Christopher Faylor2003-02-121-5/+5