timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Yann Weber 6121cbfff5 First tests with debian packages 7 gadus atpakaļ
debian First tests with debian packages 7 gadus atpakaļ
docs Updates in manpage & autotools 7 gadus atpakaļ
m4 Update autotools 7 gadus atpakaļ
src Tests + bugfix for ttail_tm_cmp() function 7 gadus atpakaļ
tests Tests + bugfix for ttail_tm_cmp() function 7 gadus atpakaļ
.gitignore Updates .gitignore and Makefile.am 7 gadus atpakaļ
AUTHORS bad 7 gadus atpakaļ
COPYING bad 7 gadus atpakaļ
ChangeLog bad 7 gadus atpakaļ
INSTALL bad 7 gadus atpakaļ
Makefile.am Updates .gitignore and Makefile.am 7 gadus atpakaļ
NEWS bad 7 gadus atpakaļ
README Bugfix & enhancement 7 gadus atpakaļ
bootstrap.sh New tests organisation 7 gadus atpakaļ
configure.ac Removed -ansi gcc option from autotools 7 gadus atpakaļ

README

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

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