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]

dumper.exe help/version patch


Can someone apply this patch? There were no objections to it but it seems
to have been left sitting around. Egor approved it here:

http://cygwin.com/ml/cygwin-patches/2002-q1/msg00323.html

The 'exit (status);' calls can be changed to 'return status;' if desired,
but this is the exact patch Egor has looked at. I only changed the date
on the ChangeLog entry.

ChangeLog:

2002-05-07  Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
	* dumper.cc (usage) Standardize usage output. Generalize to allow use
	for help.
	(longopts) New struct. Added longopts for all options.
	(print_version) New function.
	(main) Change getopt to getopt_long. Accommodate new help and version
	options.

Attachment: dumper.cc-patch
Description: Text document


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