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 ab53a6a6b9 Implemented ttail_init_check() + tests hace 7 años
m4 Update autotools hace 7 años
src Implemented ttail_init_check() + tests hace 7 años
tests Implemented ttail_init_check() + tests hace 7 años
.gitignore Bugfix & enhancement hace 7 años
AUTHORS bad hace 7 años
COPYING bad hace 7 años
ChangeLog bad hace 7 años
INSTALL bad hace 7 años
Makefile.am Update autotools hace 7 años
NEWS bad hace 7 años
README Bugfix & enhancement hace 7 años
bootstrap.sh Bugfix & enhancement hace 7 años
configure.ac Bugfix & enhancement hace 7 años

README

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

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