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 aa31c07bf1 Add a new debug function 7 jaren geleden
docs Updated doxygen autotools integration 7 jaren geleden
m4 Update autotools 7 jaren geleden
src Add a new debug function 7 jaren geleden
tests Fixing issue #4 for logfiles 7 jaren geleden
.gitignore Updates .gitignore and Makefile.am 7 jaren geleden
AUTHORS bad 7 jaren geleden
COPYING bad 7 jaren geleden
ChangeLog bad 7 jaren geleden
INSTALL bad 7 jaren geleden
Makefile.am Updates .gitignore and Makefile.am 7 jaren geleden
NEWS bad 7 jaren geleden
README Bugfix & enhancement 7 jaren geleden
bootstrap.sh New tests organisation 7 jaren geleden
configure.ac Updated doxygen autotools integration 7 jaren geleden

README

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

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