Minor code cleanups
- Remove
detectableRepeat
variable - evargs.c: Use standard
strchr()
instead of deprecatedindex()
- evargs.c: constify pointer arguments that aren't modified
- Accept
--help
&--version
as aliases to-help
&-version
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
detectableRepeat
variablestrchr()
instead of deprecated index()
--help
& --version
as aliases to -help
& -version