]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/history - src/hookmacros.h
Prevent crash in execve() if env is NULL
[coloredstderr/coloredstderr.git] / src / hookmacros.h
2018-02-01 Simon RuderichUpdate copyright year
2015-08-28 Simon Ruderichupdate copyright year
2014-01-01 Simon RuderichUpdate copyright year.
2013-06-20 Simon RuderichHook __overflow() correctly.
2013-06-15 Simon RuderichMark hooked functions as visibility(("protected")).
2013-06-15 Simon Ruderichhookmacros.h: Reduce duplication in macros.
2013-06-15 Simon RuderichHook BSD err(), errx(), warn(), warnx(), etc. functions.
2013-06-14 Simon RuderichUse locally defined functions in hooks where possible.
2013-06-14 Simon RuderichDefine real_*() static variables with macros.
2013-06-13 Simon Ruderichhookmacros.h: Remove duplication in _HOOK_PRE_FD_/_HOOK...
2013-06-13 Simon RuderichFix hook for putc_unlocked() with glibc.
2013-06-12 Simon Ruderichhookmacros.h: Minor style fix.
2013-06-10 Simon RuderichFix save/restore of errno for isatty().
2013-06-10 Simon RuderichUse likely()/unlikely() macros to improve branch predic...
2013-06-10 Simon RuderichInline check_handle_fd() into hook macros.
2013-06-10 Simon RuderichRemove errno save/restore where not necessary.
2013-06-10 Simon Ruderichhandle_*_pre(),handle_*_post(): Remove unused action...
2013-06-01 Simon Ruderichhookmacros.h: Be more careful to restore the errno.
2013-06-01 Simon Ruderichhookmacros.h: Reduce duplication in HOOK_VOID1().
2013-06-01 Simon RuderichHook perror(3).
2013-05-31 Simon RuderichRename macros.h to hookmacros.h.