Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * cygpath.cc (usage): Pass in one more copy of program_name to printf to avoid | Christopher Faylor | 2005-03-06 | 1 | -1/+1 |
| | | | | a SEGV. | ||||
* | * cygpath.cc (usage): Clarify help output to indicate acceptance | Joshua Daniel Franklin | 2005-02-24 | 1 | -6/+7 |
| | | | | of multiple file names as arguments. | ||||
* | * cygpath.cc (usage): Don't issue helpful message if -i is used. | Christopher Faylor | 2004-03-15 | 1 | -4/+6 |
| | | | | (from Igor Pechtchanski) | ||||
* | * cygpath.cc (long_options): Add "mode" option. | Christopher Faylor | 2004-02-25 | 1 | -6/+32 |
| | | | | | | | (options): Ditto. (usage): Report on new option. (report_mode): New function. (main): Implement -M option. | ||||
* | * Makefile.in (build_dumper): Detect missing iconv library. | Christopher Faylor | 2004-02-21 | 1 | -10/+22 |
| | | | | | | * cygpath.cc (dowin): Report on filename conversion errors. (doit): Ditto. * strace.cc (main): Use symbolic constant for _STRACE_ALL when setting mask. | ||||
* | * cygpath.cc (dowin): Revert accidental checkin from November. | Corinna Vinschen | 2004-01-22 | 1 | -8/+19 |
| | |||||
* | * cygpath.cc (main): Allow multiple pathnames on command line. | Corinna Vinschen | 2003-11-07 | 1 | -22/+13 |
| | |||||
* | revert accidental checkin | Christopher Faylor | 2003-10-17 | 1 | -8/+19 |
| | |||||
* | * cygcheck.cc (pretty_id): Don't exec if `id' program is not found. | Christopher Faylor | 2003-10-17 | 1 | -19/+8 |
| | |||||
* | * Makefile.in (cygcheck.o): Use MINGW_CXX for compilation. | Christopher Faylor | 2003-09-11 | 1 | -1/+1 |
| | | | | | | * cygcheck.cc: Just include <getopt.h> rather than cygwin version. (pretty_id): Avoid compiler warnings. * cygpath.cc (usage): Ditto. | ||||
* | Throughout, always return error when GetShortPathName returns 0. | Christopher Faylor | 2003-06-12 | 1 | -3/+3 |
| | |||||
* | * cygcheck.cc (usage) Add description output. | Joshua Daniel Franklin | 2003-04-26 | 1 | -0/+2 |
| | |||||
* | * cygpath.cc (doit): Allocate more space for non-path filename. | Christopher Faylor | 2003-02-12 | 1 | -5/+5 |
| | |||||
* | * cygpath.cc (get_long_path_name_w32impl): Define similarly to GetLongPathName. | Christopher Faylor | 2002-10-31 | 1 | -132/+96 |
| | | | | | | | (get_long_name): Correctly prototype GetLongPathName. (get_long_paths): Implement using get_long_name to cut down on code duplication. (doit): Do various things to make path output work predictably. | ||||
* | * cygpath.cc (close_arg): Remove unused static. | Christopher Faylor | 2002-09-30 | 1 | -1/+0 |
| | | | | | | | * mkgroup.c (enum_local_users): Avoid compiler warning. (enum_users): Ditto. * mkpasswd.c: Ditto throughout. * ssp.c: Ditto throughout. | ||||
* | 2002-09-12 Igor Pechtchanski <pechtcha@cs.nyu.edu> | Joshua Daniel Franklin | 2002-09-15 | 1 | -2/+5 |
| | | | | | | * cygpath.cc (options) New global variable. (main) Make short options global for easier change. (print_version) Add a missing newline. | ||||
* | output some newlines. | Christopher Faylor | 2002-08-23 | 1 | -2/+2 |
| | |||||
* | * mount.cc (main): Ensure that mount_already_exists() also gets default flag | Christopher Faylor | 2002-07-01 | 1 | -52/+103 |
| | | | | | | | | | that is passed to do_mount. * cygpath.cc (long_options): Add "dos" and "mixed", correct "close", "file" and "type" to use NULL flag. (usage): Clean up usage output (more), accomodate new options. (main): Add --dos and --mixed options; accomodate all output forms in --type. Make UNIXy output default. | ||||
* | * cygpath.cc (usage): Clean up usage output. | Christopher Faylor | 2002-06-19 | 1 | -45/+50 |
| | | | | (dowin): Correct output of -t mixed for -ADHPSW options. | ||||
* | * cygpath.cc: Add option to output windows paths in different formats: "dos" | Christopher Faylor | 2002-06-07 | 1 | -5/+57 |
| | | | | | | and "mixed". (main): Process options. (doit): Check new options flags. | ||||
* | * cygpath.cc (usage): Change usage output slightly. | Corinna Vinschen | 2002-05-22 | 1 | -101/+269 |
| | | | | | | | | | | | | | | | | * cygpath.cc (main): Add option l to support conversion to Windows long file names. Refactured code for capital options. Support of options from file for capital options. (dowin): New function. Refactured from main. (doit): Call long path conversion. (get_long_name): New function. (get_long_paths): New function. (get_long_path_name_w32impl): New function. Reimplementation of Windows API function GetLongPathName (only 98/Me/2000/XP or higher). (get_short_name): Call GetShortPathName only once. (get_short_paths): Fix calculating buffer size. * utils.sgml: Update cygpath section for l option. | ||||
* | * cygpath.cc (get_short_paths): Fix more error checking. | Corinna Vinschen | 2002-05-15 | 1 | -51/+50 |
| | | | | | | | | | (get_short_name): Ditto. * cygpath.cc (main): Add option H to show the Windows' profiles directory. Support short names for options DPSW. Clean up copied code lines. * utils.sgml: Update cygpath section for H option and s support. | ||||
* | * cygpath.cc (get_short_name): Fix error checking. | Corinna Vinschen | 2002-05-14 | 1 | -1/+1 |
| | |||||
* | * cygpath.cc: Reformat. | Christopher Faylor | 2002-03-07 | 1 | -144/+172 |
| | | | | | | * cygpath.cc (print_version): New function. (main): Accommodate new version function. Initialize 'o' to prevent warning. * cygcheck.cc (main): Eliminate non-GNU formatting glitch. | ||||
* | Change copyright format. | Christopher Faylor | 2002-02-27 | 1 | -1/+1 |
| | |||||
* | * cygpath.cc (main): Add options to show Desktop and Start | Corinna Vinschen | 2002-01-17 | 1 | -26/+116 |
| | | | | | | Menu's Programs directory for current user or all users. Move bulk of DPWS options outside the getopt case statement. * utils.sgml: Update cygpath section for ADPWS options. | ||||
* | * cygpath.cc (doit): Empty file ignored using option -i. | Corinna Vinschen | 2002-01-15 | 1 | -2/+7 |
| | |||||
* | * cygpath.cc (doit): Detect and warn about an empty path. Detect and warn | Christopher Faylor | 2001-12-26 | 1 | -7/+25 |
| | | | | | | about errors converting a path. (main): Set prog_name correctly -- don't leave an extra slash or backslash at the beginning of it. | ||||
* | * Makefile.in: Add define to CXXFLAGS. | Christopher Faylor | 2001-12-11 | 1 | -5/+4 |
| | |||||
* | * cygcheck.cc (usage): Add -c description. | Christopher Faylor | 2001-12-04 | 1 | -5/+5 |
| | | | | | * cygpath.cc (usage): Alphabetize options. * strace.cc (usage): Ditto. | ||||
* | * cygpath.cc (main): Support -w for Windows (System) directories and return | Christopher Faylor | 2001-08-15 | 1 | -2/+11 |
| | | | | physical correct orthography for the Windows System dir. | ||||
* | Cleanup formatting on some files. Remove excessive whitespace. | Christopher Faylor | 2000-10-28 | 1 | -6/+6 |
| | |||||
* | * cygpath.cc: Add new options: -s and -i. | Christopher Faylor | 2000-09-19 | 1 | -6/+112 |
| | | | | * utils.sgml: Document the new options. | ||||
* | * cygpath.cc: add --windir/--sysdir options | DJ Delorie | 2000-05-19 | 1 | -2/+19 |
| | | | | * utils.sgml: and document them | ||||
* | * Makefile.in: Eliminate WINSUP_DEPS. | Christopher Faylor | 2000-05-18 | 1 | -1/+1 |
| | | | | | | | | | * cygpath.cc: Reorganize includes to accomodate sys/cygwin.h changes. * mkgroup.c: Ditto. * mkpasswd.c: Ditto. * mount.cc: Ditto. Eliminate use of cygwin source specific includes. * ps.cc: Ditto. * cygwin.cc: Eliminate obsolete file. | ||||
* | * cygpath.cc (main): Add -a -o and -c options. | Christopher Faylor | 2000-04-13 | 1 | -13/+66 |
| | | | | (doit): Ditto. | ||||
* | * cygpath.cc (main): Add -f option for processing a group of paths from a file. | Christopher Faylor | 2000-04-11 | 1 | -49/+96 |
| | | | | (doit): New function. | ||||
* | import winsup-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+154 |