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 6121cbfff5 First tests with debian packages před 7 roky
debian First tests with debian packages před 7 roky
docs Updates in manpage & autotools před 7 roky
m4 Update autotools před 7 roky
src Tests + bugfix for ttail_tm_cmp() function před 7 roky
tests Tests + bugfix for ttail_tm_cmp() function před 7 roky
.gitignore Updates .gitignore and Makefile.am 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 Updates .gitignore and Makefile.am před 7 roky
NEWS bad před 7 roky
README Bugfix & enhancement před 7 roky
bootstrap.sh New tests organisation před 7 roky
configure.ac Removed -ansi gcc option from autotools 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