This is the mail archive of the cygwin-apps 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]

[PATCH setup 0/9] Setup patches


Add the --user-agent option, and fix a couple of bugs, including those 
mentioned in the thread https://cygwin.com/ml/cygwin/2017-05/msg00513.html

Ake Rehnman (1):
  Avoid messagebox spam with file:// protocol URLs

Jon Turney (8):
  Allow options which only have long names
  Alphabetically sort options in usage help
  Access StringOption's value by reference
  Add Option::isPresent() method
  Allow user-agent string to be customized
  Allow click-to-activate in PickView list control
  Fix that clicking on any column changes "Keep" to "Uninstall"
  Fix useless error message

 PickPackageLine.cc                              | 12 +++++++++--
 PickView.cc                                     |  3 +++
 install.cc                                      |  9 ++++++++-
 libgetopt++/include/getopt++/DefaultFormatter.h |  7 +++++--
 libgetopt++/include/getopt++/Option.h           |  4 ++++
 libgetopt++/include/getopt++/StringOption.h     |  2 +-
 libgetopt++/src/Option.cc                       |  2 +-
 libgetopt++/src/OptionSet.cc                    | 10 ++++++++-
 libgetopt++/src/StringOption.cc                 |  2 +-
 main.cc                                         |  2 +-
 nio-file.cc                                     |  5 +++--
 nio-ie5.cc                                      | 27 ++++++++++++++++++++++++-
 12 files changed, 72 insertions(+), 13 deletions(-)

-- 
2.12.3


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