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]

Re: [PATCH] Mask mnemonics and expressions, help, version, getopts_long() for strace


On Thu, Nov 15, 2001 at 07:24:12AM -0600, Gary R. Van Sickle wrote:
> 12th time's the charm;-)!:
> 
> 2001-11-15  Gary R. Van Sickle  <g.r.vansickle@worldnet.att.net>
> 
> 	* strace.cc (main): Change getopt() to getopt_long().
> 	Add support for help and version info.
> 	Use new parse_mask() function for -m/--mask option.
> 	(longopts): Add long options structure.
> 	(opts): Move options string from getopts call to static var.
> 	(usage): Print usage information.
> 	(SCCSid): Version info.
> 	(version): New function for displaying version info.
> 	(parse_mask): New function supporting parsing of mnemonics,
> 	hex, and basic expressions in masks.
> 	(mnemonic2ul): New mnemonic parsing function.
> 	(tag_mask_mnemonic): New type.
> 	(mnemonic_table): New table of mnemonics for mnemonic2ul() to
> 	search through.


Applied.

Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


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