timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yann Weber 014d5ffb1f Changed headers of _ttail_file_(next|start)_line() пре 7 година
docs Updates in manpage & autotools пре 7 година
m4 Update autotools пре 7 година
src Changed headers of _ttail_file_(next|start)_line() пре 7 година
tests Changed headers of _ttail_file_(next|start)_line() пре 7 година
.gitignore Updates .gitignore and Makefile.am пре 7 година
AUTHORS bad пре 7 година
COPYING bad пре 7 година
ChangeLog bad пре 7 година
INSTALL bad пре 7 година
Makefile.am Updates .gitignore and Makefile.am пре 7 година
NEWS bad пре 7 година
README Bugfix & enhancement пре 7 година
bootstrap.sh New tests organisation пре 7 година
configure.ac Removed -ansi gcc option from autotools пре 7 година

README

Compilation
===========

#run aclocal automake and autoconf
./run_autotools.sh
#run the configure script
./configure
#make + unit testing
make && make check