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 533bb6b52e Adding missing arguments to search functions před 7 roky
docs Add regex flags support před 7 roky
m4 Update autotools před 7 roky
src Adding missing arguments to search functions před 7 roky
tests Adding missing arguments to search functions před 7 roky
.gitignore Bugfix & enhancement před 7 roky
AUTHORS bad před 7 roky
COPYING bad před 7 roky
ChangeLog bad před 7 roky
INSTALL bad před 7 roky
Makefile.am Add doxygen support před 7 roky
NEWS bad před 7 roky
README Bugfix & enhancement před 7 roky
bootstrap.sh Bugfix & enhancement před 7 roky
configure.ac Make some arg const + add autoconf check před 7 roky

README

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

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