]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/log
coloredstderr/coloredstderr.git
10 years agoFix initialization if ENV_NAME_FDS was not set.
Simon Ruderich [Sat, 1 Jun 2013 16:27:56 +0000 (18:27 +0200)]
Fix initialization if ENV_NAME_FDS was not set.

If ENV_NAME_FDS is not set then init_from_environment() was called for
each hooked function, instead of just once.

10 years agoFix signature of fcntl() hook.
Simon Ruderich [Fri, 31 May 2013 20:31:11 +0000 (22:31 +0200)]
Fix signature of fcntl() hook.

10 years agoDisplay PID in tracked_fds_debug().
Simon Ruderich [Fri, 31 May 2013 16:40:49 +0000 (18:40 +0200)]
Display PID in tracked_fds_debug().

10 years agotrackfds.h: Add missing void to function definition.
Simon Ruderich [Fri, 31 May 2013 16:39:47 +0000 (18:39 +0200)]
trackfds.h: Add missing void to function definition.

10 years agofcntl(): Don't call dup_fd() if real_fcntl() failed.
Simon Ruderich [Fri, 31 May 2013 16:37:55 +0000 (18:37 +0200)]
fcntl(): Don't call dup_fd() if real_fcntl() failed.

10 years agoRename macros.h to hookmacros.h.
Simon Ruderich [Fri, 31 May 2013 16:36:21 +0000 (18:36 +0200)]
Rename macros.h to hookmacros.h.

10 years agoInitial commit.
Simon Ruderich [Fri, 31 May 2013 16:19:12 +0000 (18:19 +0200)]
Initial commit.