]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commit
Hook BSD err(), errx(), warn(), warnx(), etc. functions.
authorSimon Ruderich <simon@ruderich.org>
Sat, 15 Jun 2013 00:39:52 +0000 (02:39 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 15 Jun 2013 00:39:52 +0000 (02:39 +0200)
commit941370dda9f22ca42e1d5b3cd580d7e7091d40bc
treea0cd15aa277b169d62c6ace5d2fc80fd72636bae
parent1068648718dad86471451266fcdf4248bb79f3fe
Hook BSD err(), errx(), warn(), warnx(), etc. functions.

err(), errx(), warn(), warnx(), verr(), verrx(), vwarn(), vwarnx() are
hooked.
.gitignore
configure.ac
src/coloredstderr.c
src/hookmacros.h
tests/Makefile.am
tests/example.h [new file with mode: 0644]
tests/example_err.c [new file with mode: 0644]
tests/example_err.expected [new file with mode: 0644]
tests/test_err.sh [new file with mode: 0755]