timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Yann Weber 876cc00dec Bugfixes in logfile minmax + tests update il y a 7 ans
docs Add regex flags support il y a 7 ans
m4 Update autotools il y a 7 ans
src Bugfixes in logfile minmax + tests update il y a 7 ans
tests Bugfixes in logfile minmax + tests update il y a 7 ans
.gitignore Bugfix & enhancement il y a 7 ans
AUTHORS bad il y a 7 ans
COPYING bad il y a 7 ans
ChangeLog bad il y a 7 ans
INSTALL bad il y a 7 ans
Makefile.am Add doxygen support il y a 7 ans
NEWS bad il y a 7 ans
README Bugfix & enhancement il y a 7 ans
bootstrap.sh Bugfix & enhancement il y a 7 ans
configure.ac Add doxygen support il y a 7 ans

README

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

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