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 876cc00dec Bugfixes in logfile minmax + tests update 7 gadus atpakaļ
docs Add regex flags support 7 gadus atpakaļ
m4 Update autotools 7 gadus atpakaļ
src Bugfixes in logfile minmax + tests update 7 gadus atpakaļ
tests Bugfixes in logfile minmax + tests update 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 doxygen support 7 gadus atpakaļ
NEWS bad 7 gadus atpakaļ
README Bugfix & enhancement 7 gadus atpakaļ
bootstrap.sh Bugfix & enhancement 7 gadus atpakaļ
configure.ac Add doxygen support 7 gadus atpakaļ

README

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

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