| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This simplifies parsing of the options. Help message is printed on wrong
arguments. Keep only the help operation.
|
|
|
|
|
|
The cppcheck errors were:
The address of local variable 'argv' is accessed at non-zero index.
|
|
|
|
|
|
|
|
|
|
This was done in order to avoid C++ compiler warnings about comparing types with
different signedness.
|
|
Select operation by its name instead of by number of the arguments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|