Simon Ruderich
700b7084bb
m4/README: Add.
2013-12-09 21:43:42 +01:00
Simon Ruderich
fa6176934c
.gitignore: Sort.
2013-12-09 21:43:28 +01:00
Simon Ruderich
a685b825aa
tests: Add example_stdio.c and test_stdio.sh.
2013-06-22 18:21:10 +02:00
Simon Ruderich
941370dda9
Hook BSD err(), errx(), warn(), warnx(), etc. functions.
...
err(), errx(), warn(), warnx(), verr(), verrx(), vwarn(), vwarnx() are
hooked.
2013-06-15 02:39:52 +02:00
Simon Ruderich
208757de88
.gitignore: Ignore generated test files.
...
Forgotten in d8be625da9 and
59375c2b79 .
2013-06-13 22:43:43 +02:00
Simon Ruderich
04ac66863a
tests: Split run.sh in multiple test files.
...
Allows parallel test runs and simplifies optional tests.
2013-06-13 01:26:25 +02:00
Simon Ruderich
9434382c9e
m4/ax_c___attribute__.m4: Add.
...
Forgotten in 0a2617527c . Used in
configure.ac.
2013-06-10 17:17:21 +02:00
Simon Ruderich
7f9856c5da
Hook error() and error_at_line() if available.
...
They are used by some GNU programs to display error messages.
2013-06-05 23:57:05 +02:00
Simon Ruderich
7ea72c40db
Hook execve() and the other exec*() functions.
...
Prevents programs from removing our environment variables during the
exec.
Also reduces unnecessary calls to update_environment() by calling it
only once before the exec.
2013-06-05 01:40:56 +02:00
Simon Ruderich
1c5441c26a
Hook vfork() and replace it with fork().
2013-06-02 18:25:49 +02:00
Simon Ruderich
fb9548453f
Add simple test suite.
2013-06-01 21:51:28 +02:00
Simon Ruderich
abc3d7889f
Initial commit.
2013-05-31 18:19:12 +02:00