Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-09-13 | core: Do not pass const char* to functions taking a char*. | Werner Koch | 1 | -1/+2 | |
Signed-off-by: Werner Koch <[email protected]> | |||||
2015-12-02 | Fix typos found by codespell. | Justus Winter | 1 | -1/+1 | |
-- Signed-off-by: Justus Winter <[email protected]> | |||||
2015-08-31 | gpgme-tool: Switch to argparse.c for option parsing. | Werner Koch | 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]> |