Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: Do not pass const char* to functions taking a char*. | Werner Koch | 2016-09-13 | 1 | -1/+2 |
| | | | | Signed-off-by: Werner Koch <[email protected]> | ||||
* | Fix typos found by codespell. | Justus Winter | 2015-12-02 | 1 | -1/+1 |
| | | | | | -- Signed-off-by: Justus Winter <[email protected]> | ||||
* | gpgme-tool: Switch to argparse.c for option parsing. | Werner Koch | 2015-08-31 | 1 | -0/+1609 |
* src/argparse.c, src/argparse.h: New. Taken from current gnupg. * src/Makefile.am (gpgme_tool_SOURCES): New. * src/gpgme-tool.c: Remove all argp.h stuff. (my_strusage): New. (main): Change to use argparse. -- As a GnuPG related tool the user should get the same experience in option parsing as with gpg et al. Thus we use the same parser. Signed-off-by: Werner Koch <[email protected]> |