timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
Find a file
2017-03-09 13:45:34 +01:00
docs Add regex flags support 2017-03-08 23:40:35 +01:00
m4 Update autotools 2017-03-05 02:26:37 +01:00
src Bugfixes in logfile minmax + tests update 2017-03-09 13:45:34 +01:00
tests Bugfixes in logfile minmax + tests update 2017-03-09 13:45:34 +01:00
.gitignore Bugfix & enhancement 2017-03-05 03:59:54 +01:00
AUTHORS bad 2017-03-04 21:58:47 +01:00
bootstrap.sh Bugfix & enhancement 2017-03-05 03:59:54 +01:00
ChangeLog bad 2017-03-04 21:58:47 +01:00
configure.ac Add doxygen support 2017-03-08 19:58:30 +01:00
COPYING bad 2017-03-04 21:58:47 +01:00
INSTALL bad 2017-03-04 21:58:47 +01:00
Makefile.am Add doxygen support 2017-03-08 19:58:30 +01:00
NEWS bad 2017-03-04 21:58:47 +01:00
README Bugfix & enhancement 2017-03-05 03:59:54 +01:00

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

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