timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
Find a file
2017-05-15 14:08:28 +02:00
docs Updated doxygen autotools integration 2017-05-15 13:33:16 +02:00
m4 Update autotools 2017-03-05 02:26:37 +01:00
src Fix #4 Relative dates brakes format detection 2017-05-15 14:08:28 +02:00
tests Fixing issue #4 for logfiles 2017-05-15 13:43:44 +02:00
.gitignore Updates .gitignore and Makefile.am 2017-04-24 14:19:06 +02:00
AUTHORS bad 2017-03-04 21:58:47 +01:00
bootstrap.sh New tests organisation 2017-04-23 13:33:27 +02:00
ChangeLog bad 2017-03-04 21:58:47 +01:00
configure.ac Updated doxygen autotools integration 2017-05-15 13:33:16 +02:00
COPYING bad 2017-03-04 21:58:47 +01:00
INSTALL bad 2017-03-04 21:58:47 +01:00
Makefile.am Updates .gitignore and Makefile.am 2017-04-24 14:19:06 +02: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