1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-13 00:09:51 +02:00
gnupg/tests/gpgscm
Daniel Kahn Gillmor 61c2a1fa6d
Call log_set_prefix() with human-readable labels.
* agent/preset-passphrase.c, agent/protect-tool.c, dirmngr/dirmngr.c
* dirmngr/t-http.c, g10/gpg.c, g10/gpgv.c, g13/g13-syshelp.c
* g13/g13.c, kbx/kbxutil.c, scd/scdaemon.c, sm/gpgsm.c
* tests/gpgscm/main.c, tools/gpg-check-pattern.c
* tools/gpg-connect-agent.c, tools/gpgconf.c, tools/gpgtar.c
* tools/symcryptrun.c: Invoke log_set_prefix() with
human-readable labels.

--

Some invocations of log_set_prefix() were done with raw numeric values
instead of values that humans can understand.  Use symbolic
representations instead of numeric for better readability.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2016-08-12 12:16:19 +02:00
..
ffi-private.h gpgscm: Make the name of foreign functions more unique. 2016-08-10 11:50:12 +02:00
ffi.c tests: Improve temporary directory handling. 2016-08-10 11:59:42 +02:00
ffi.h tests/gpgscm: Add a TinySCHEME-based test driver. 2016-06-17 11:57:12 +02:00
ffi.scm gpgscm: Use native string searching functions. 2016-06-21 16:18:32 +02:00
init.scm gpgscm: Do not shadow common function name in catch macro. 2016-07-26 18:37:10 +02:00
lib.scm gpgscm: Make assert macro more accurate. 2016-07-21 18:05:58 +02:00
LICENSE.TinySCHEME Add license notices for TinySCHEME. 2016-06-17 18:53:45 +02:00
main.c Call log_set_prefix() with human-readable labels. 2016-08-12 12:16:19 +02:00
Makefile.am gpgscm: Fix linking. 2016-07-15 12:35:15 +02:00
Manual.txt gpgscm: Fix manual. 2016-06-23 14:18:06 +02:00
opdefines.h tests/gpgscm: Verbatim import of latest TinySCHEME. 2016-06-17 11:36:27 +02:00
private.h tests/gpgscm: Add a TinySCHEME-based test driver. 2016-06-17 11:57:12 +02:00
repl.scm tests/gpgscm: Add a TinySCHEME-based test driver. 2016-06-17 11:57:12 +02:00
scheme-config.h tests/gpgscm: Add a TinySCHEME-based test driver. 2016-06-17 11:57:12 +02:00
scheme-private.h tests/gpgscm: Foreign objects support for TinySCHEME. 2016-06-17 11:38:00 +02:00
scheme.c gpgscm: Make error message more useful. 2016-07-21 18:04:57 +02:00
scheme.h tests/gpgscm: Foreign objects support for TinySCHEME. 2016-06-17 11:38:00 +02:00
t-child.c tests/gpgscm: Add a TinySCHEME-based test driver. 2016-06-17 11:57:12 +02:00
t-child.scm tests/gpgscm: Add a TinySCHEME-based test driver. 2016-06-17 11:57:12 +02:00
tests.scm tests: Improve temporary directory handling. 2016-08-10 11:59:42 +02:00