Simon Ruderich
|
545c6af1da
|
Update copyright year
|
2018-02-01 21:10:46 +01:00 |
|
Simon Ruderich
|
8a65b4486f
|
update copyright year
|
2015-08-28 12:25:36 +02:00 |
|
Simon Ruderich
|
f54cd101d7
|
Update copyright year.
|
2014-01-01 16:41:01 +01:00 |
|
Simon Ruderich
|
219a9882ba
|
tests: Check return values of write() and dup2().
|
2013-06-21 23:03:12 +02:00 |
|
Simon Ruderich
|
ba2283bd37
|
Remove invalid assert() in tracked_fds_find().
|
2013-06-20 23:17:03 +02:00 |
|
Simon Ruderich
|
85699d0263
|
tests/example.c: Use errno = ENOMEM.
The output from errno = 0 is less portable.
|
2013-06-17 23:28:07 +02:00 |
|
Simon Ruderich
|
37cb5686de
|
Handle invalid arguments to close()/fclose() better.
|
2013-06-13 21:19:15 +02:00 |
|
Simon Ruderich
|
7adfbfd2cf
|
Fix hook for putc_unlocked() with glibc.
putc_unlocked() is a macro which expands to __overflow() in some cases.
|
2013-06-13 12:59:12 +02:00 |
|
Simon Ruderich
|
afca2864dc
|
tests: Fix warnings about unused parameters.
|
2013-06-10 15:22:17 +02:00 |
|
Simon Ruderich
|
06f483dbee
|
Fix a few strict compiler warnings.
|
2013-06-07 02:01:23 +02:00 |
|
Simon Ruderich
|
c2097785e7
|
Use static list of descriptors to reduce mallocs.
Only if file descriptors with a value > 255 occur, the list
implementation is used.
|
2013-06-07 01:27:58 +02:00 |
|
Simon Ruderich
|
ad50ad9c54
|
Hook perror(3).
|
2013-06-01 22:08:45 +02:00 |
|
Simon Ruderich
|
fb9548453f
|
Add simple test suite.
|
2013-06-01 21:51:28 +02:00 |
|