This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cygpath patch resend


OK, I've abandoned the web-based email client which will hopefully fix the
spacing issue. Here it is again:

I've added these options to cygpath:

  -A|--allusers        use `All Users' instead of current user for -D, -P
  -D|--desktop        output `Desktop' directory and exit
  -P|--smprograms    output Start Menu `Programs' directory and exit

I've also fixed the issue where options that depend on other options do not
behave as expected. For example, -Ww and -wW behaved differently but now
will do the right thing.

Here's a changelog:

2001-01-16 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>

* cygpath.cc (main): Added options to show Desktop and Start Menu's Programs
directory for current user or all users
* cygpath.cc (main): moved bulk of DPWS options outside the getopt case
statement
 (since their output depends on uwA switches)
* utils.sgml: updated cygpath section for ADPWS options


Attachment: cygpath.cc-patch
Description: Binary data

Attachment: utils.sgml-patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]