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 376f585004 Removed -ansi gcc option from autotools 7 gadus atpakaļ
docs Updates in manpage & autotools 7 gadus atpakaļ
m4 Update autotools 7 gadus atpakaļ
src Generalization of ttail_getline() macro 7 gadus atpakaļ
tests Updated tests 7 gadus atpakaļ
.gitignore Bugfix & enhancement 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 Add a docs target to make 7 gadus atpakaļ
NEWS bad 7 gadus atpakaļ
README Bugfix & enhancement 7 gadus atpakaļ
bootstrap.sh Bugfix & enhancement 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