public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [PATCH setup 0/9] Setup patches
@ 2017-06-06 11:54 Jon Turney
  2017-06-06 11:54 ` [PATCH setup 2/9] Alphabetically sort options in usage help Jon Turney
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Jon Turney @ 2017-06-06 11:54 UTC (permalink / raw)
  To: cygwin-apps; +Cc: Jon Turney

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-06-06 11:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-06 11:54 [PATCH setup 0/9] Setup patches Jon Turney
2017-06-06 11:54 ` [PATCH setup 2/9] Alphabetically sort options in usage help Jon Turney
2017-06-06 11:54 ` [PATCH setup 4/9] Add Option::isPresent() method Jon Turney
2017-06-06 11:55 ` [PATCH setup 9/9] Avoid messagebox spam with file:// protocol URLs Jon Turney
2017-06-06 11:55 ` [PATCH setup 8/9] Fix useless error message Jon Turney
2017-06-06 11:55 ` [PATCH setup 5/9] Allow user-agent string to be customized Jon Turney
2017-06-06 11:55 ` [PATCH setup 6/9] Allow click-to-activate in PickView list control Jon Turney
2017-06-06 11:55 ` [PATCH setup 1/9] Allow options which only have long names Jon Turney
2017-06-06 11:55 ` [PATCH setup 7/9] Fix that clicking on any column changes "Keep" to "Uninstall" Jon Turney
2017-06-06 11:55 ` [PATCH setup 3/9] Access StringOption's value by reference Jon Turney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).