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 fd6a8054ac Bugfixes пре 7 година
m4 Update autotools пре 7 година
src Bugfixes пре 7 година
tests Now we only generate 1 libttail.a file пре 7 година
.gitignore Bugfix & enhancement пре 7 година
AUTHORS bad пре 7 година
COPYING bad пре 7 година
ChangeLog bad пре 7 година
INSTALL bad пре 7 година
Makefile.am Update autotools пре 7 година
NEWS bad пре 7 година
README Bugfix & enhancement пре 7 година
bootstrap.sh Bugfix & enhancement пре 7 година
configure.ac Started to implement file search op пре 7 година

README

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

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