[lwatch-cvs] files ChangeLog,1.21,1.22 TODO,1.29,1.30
Brought to you by:
arturcz
|
From: <ar...@us...> - 2004-03-12 00:31:05
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv641 Modified Files: ChangeLog TODO Log Message: Update ChangeLog TODO Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** ChangeLog 12 Jan 2004 12:49:53 -0000 1.21 --- ChangeLog 12 Mar 2004 00:04:03 -0000 1.22 *************** *** 1,6 **** 0.4: - cleaned code to compile without warnings when -Wall is used, ! at least on x86 ! - input_fifo is obsoleted now, use input_file instead ! - fixed SEGV when run with -O and without -o 0.3: - --fifo and -f are deprecated, use --input and -i instead (arturcz) --- 1,8 ---- 0.4: - cleaned code to compile without warnings when -Wall is used, ! at least on Linux/i386 (arturcz) ! - input_fifo is obsoleted now, use input_file instead (arturcz) ! - fixed SEGV when run with -O and without -o (arturcz) ! - --enable-resize allows to cut line length to width of terminal, ! enabling this option could causes your lwatch to crash (oszer) 0.3: - --fifo and -f are deprecated, use --input and -i instead (arturcz) Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** TODO 11 Mar 2004 22:37:15 -0000 1.29 --- TODO 12 Mar 2004 00:04:03 -0000 1.30 *************** *** 9,13 **** - debug/error messages should be printed to stderr/syslog - more documentation: complete lwatch(1), write lwatch.conf(5), edit INSTALL - - optionaly cut line to $COLUMNS to fit in xterm - option for dumping ./configure flags --- 9,12 ---- *************** *** 16,19 **** --- 15,20 ---- - support for growing regular files (like tail -f) - signal handling (reload configuration, reexec program) + - enable cut line to $COLUMNS to fit in xterm (it requires some work + to make it usable) - dealing with ip's in logs |