]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/history - src/hookmacros.h
Define real_*() static variables with macros.
[coloredstderr/coloredstderr.git] / src / hookmacros.h
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.