]> eyrie.org Git - kerberos/wallet.git/commit
Update to rra-c-util 5.10 and C TAP Harness 3.4
authorRuss Allbery <eagle@eyrie.org>
Sun, 17 Jan 2016 22:30:53 +0000 (14:30 -0800)
committerRuss Allbery <eagle@eyrie.org>
Sun, 17 Jan 2016 22:30:53 +0000 (14:30 -0800)
commit57a5a0095c3fe0f22dcbb9d99a82cc94f2b608c7
treed7ab6169e2c5af79d97711964c34fbc1f5bbab13
parent884297fc439a4c3eba2365cdb810214dfc4f5799
Update to rra-c-util 5.10 and C TAP Harness 3.4

Update to rra-c-util 5.10:

* Add missing va_end to xasprintf implementation.
* Fix Perl test suite framework for new Automake relative paths.
* Improve portability to Kerberos included in Solaris 10.
* Use appropriate warning flags with Clang (currently not warning clean).

Update to C TAP Harness 3.4:

* Fix segfault in runtests with an empty test list.
* Display verbose test results with -v or C_TAP_VERBOSE.
* Test infrastructure builds cleanly with Clang warnings.
* Support comments and blank lines in test lists.
35 files changed:
Makefile.am
NEWS
configure.ac
m4/clang.m4 [new file with mode: 0644]
m4/krb5.m4
portable/asprintf.c
portable/krb5-extra.c
portable/krb5.h
portable/macros.h
portable/mkstemp.c
portable/reallocarray.c
portable/setenv.c
portable/snprintf.c
portable/strlcat.c
portable/strlcpy.c
portable/system.h
tests/portable/asprintf-t.c
tests/portable/snprintf-t.c
tests/runtests.c
tests/tap/basic.c
tests/tap/basic.h
tests/tap/kerberos.c
tests/tap/kerberos.h
tests/tap/macros.h
tests/tap/messages.c
tests/tap/process.c
tests/tap/string.h
tests/util/messages-t.c
tests/util/xmalloc-t
tests/util/xmalloc.c
util/macros.h
util/messages.c
util/messages.h
util/xmalloc.c
util/xmalloc.h