summaryrefslogtreecommitdiff
path: root/misc/colortail/patches
AgeCommit message (Collapse)AuthorFilesLines
2006-06-02Uses C++. Don't include regex.h and gnuregex.h on DragonFly.joerg1-2/+2
2004-05-23malloc.h fixes for darwin, plus a handful of other small fixes fordanw1-8/+10
problems found after fixing malloc problems
2004-01-11Make this compile with gcc-3.3; fix problems seen in agc's latest bulk build.jschauma5-10/+132
2002-12-13Add an old man-page that I had sitting around.jschauma1-0/+96
(Originally also sent to the author, but didn't hear back from him.)
2001-01-24Add colortail-0.3.0: colour-able replacement for tail(1)hubertf2-0/+30
Colortail works like the standard tail but it can optionally read a color config file where it's specified expressions that results in colors. It can be used to quickly get an overview of interesting activity by ie. colorize those brightred or some other color of your choose. Examples of the color configuration files are in $PREFIX/share/examples/colortail. XXX patch-aa replaced to work around a bug in this program that assumes non posix/ansi semantics of fgetc(): clearerr() must be used after EOF from fgetc() to read any new data.