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 7dbc99e4a0 Fixing issue #4 for logfiles преди 7 години
docs Updated doxygen autotools integration преди 7 години
m4 Update autotools преди 7 години
src Fixing issue #4 for logfiles преди 7 години
tests Fixing issue #4 for logfiles преди 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 Updated doxygen autotools integration преди 7 години

README

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

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