Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-28This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20110301cvs2svn
2010-12-06 * cygpath.cc (get_device_name): Fix path length test.Corinna Vinschen
2010-09-06 * cygpath.cc (RtlEqualUnicodePathPrefix): New helper function.Corinna Vinschen
2010-08-28 * loadlib.h: New header implementing safe LoadLibrary calls.Corinna Vinschen
2010-08-26 * cygpath.cc (get_device_name): Prefer the \\.\X: DOS device forCorinna Vinschen
2010-02-22 * cygpath.cc (do_pathconv): Fix erroneously printing native NT pathCorinna Vinschen
2010-02-13 * cygpath.cc (do_pathconv): Fix potential crash.Corinna Vinschen
2010-01-16 * cygpath.cc (get_mixed_name): Drop function. Replace with call toCorinna Vinschen
2010-01-07 * cygpath.cc: Throughout, free obsolete path buffers.Corinna Vinschen
2010-01-07 * cygpath.cc (main): Remove enforcing "en_US.UTF-8" locale.Corinna Vinschen
2009-10-15 * cygpath.cc (get_special_folder): Fetch path as WCHAR and convertCorinna Vinschen
2009-05-17 * cygpath.cc (codepage): New variable.Corinna Vinschen
2009-05-15 * cygpath.cc (main): Only setlocale for LC_CTYPE category. FallbackCorinna Vinschen
2009-04-15 * cygpath.cc (do_pathconv): Only skip \\?\ prefix if it's reallyCorinna Vinschen
2009-03-14 * wide_path.h (class wide_path): New class to convert Windows pathCorinna Vinschen
2008-07-22 * Makefile.in (cygcheck.exe): Link against ntdll.Corinna Vinschen
2008-03-12 * cygpath.cc (do_sysfolders): Use cygwin_conv_path.Corinna Vinschen
2007-05-29 * cygpath.cc (do_options): Allow outputflag combined with otherCorinna Vinschen
2007-05-23 * cygpath.cc: Include argz.h.Corinna Vinschen
2007-03-31* utils/cygpath.cc (get_long_path_name_w32impl): Close handles returned byChristopher Faylor
2007-01-09 * cygpath.cc (usage): Add -O and -F, remove tabs.Corinna Vinschen
2006-08-02 * Makefile.in (cygpath.exe): Add rule to link cygpath against ntdll.dll.Corinna Vinschen
2006-07-31 * cygpath.cc (get_long_name): Fallback to get_long_path_name_w32impl.Corinna Vinschen
2006-07-28 * cygpath.c (get_long_name): Cover the case that GetLongPathNameCorinna Vinschen
2006-02-17 * cygpath.cc (get_long_name): Load GetLongPathNameA instead of incorrectCorinna Vinschen
2006-01-18* cygpath.cc (dowin): Remove stray debugging printf statement.Dave Korn
2005-11-22* Makefile.in: Link cygcheck with libwininet.a.Christopher Faylor
2005-05-17* cygcheck.cc (cygwin_internal): Define as a "C" function.Christopher Faylor
2005-03-06* cygpath.cc (usage): Pass in one more copy of program_name to printf to avoidChristopher Faylor
2005-02-24* cygpath.cc (usage): Clarify help output to indicate acceptanceJoshua Daniel Franklin
2004-03-16* cygpath.cc (usage): Don't issue helpful message if -i is used.Christopher Faylor
2004-02-25* cygpath.cc (long_options): Add "mode" option.Christopher Faylor
2004-02-21* Makefile.in (build_dumper): Detect missing iconv library.Christopher Faylor
2004-01-22 * cygpath.cc (dowin): Revert accidental checkin from November.Corinna Vinschen
2003-11-07 * cygpath.cc (main): Allow multiple pathnames on command line.Corinna Vinschen
2003-10-17revert accidental checkinChristopher Faylor
2003-10-17* cygcheck.cc (pretty_id): Don't exec if `id' program is not found.Christopher Faylor
2003-09-11* Makefile.in (cygcheck.o): Use MINGW_CXX for compilation.Christopher Faylor
2003-06-13Throughout, always return error when GetShortPathName returns 0.Christopher Faylor
2003-04-27* cygcheck.cc (usage) Add description output.Joshua Daniel Franklin
2003-02-13* cygpath.cc (doit): Allocate more space for non-path filename.Christopher Faylor
2002-10-31* cygpath.cc (get_long_path_name_w32impl): Define similarly to GetLongPathName.Christopher Faylor
2002-09-30* cygpath.cc (close_arg): Remove unused static.Christopher Faylor
2002-09-152002-09-12 Igor Pechtchanski <pechtcha@cs.nyu.edu>Joshua Daniel Franklin
2002-08-23output some newlines.Christopher Faylor
2002-07-02* mount.cc (main): Ensure that mount_already_exists() also gets default flagChristopher Faylor
2002-06-19* cygpath.cc (usage): Clean up usage output.Christopher Faylor
2002-06-07* cygpath.cc: Add option to output windows paths in different formats: "dos"Christopher Faylor
2002-05-22 * cygpath.cc (usage): Change usage output slightly.Corinna Vinschen
2002-05-15 * cygpath.cc (get_short_paths): Fix more error checking.Corinna Vinschen