2006-12-15 v0.4 martymac@martymac.com - More code cleanup - Replace the [-d ] binary option by a [-l] switch - Improved handling of file inputs, multiple files are now allowed : e.g. 'evtViewer file1.evt file2.evt' or 'evtViewer *.evt' - New "truncating" options (cumulative in this order) : - [-x ] to display the n first entries - [-y ] to display the n last entries - [-r ] to display result number 2006-10-01 v0.3 martymac@martymac.com - Code cleanup - Allow STDIN instead of standard file for input This allows syntaxes such as 'cat *.evt | ./evtViewer, or ./evtViewer < *.evt' - Filter options added : -n, -i, -t, -c -n : show only events matching this record number -i : show only events matching this id -t : show only events matching this type -c : show only events matching this category - Display options added : s(tandard), (l)og-like In log-like mode, events are displayed as in standard log files (one entry per line) 2006-09-04 v0.2 martymac@martymac.com - Added new event codes - Added event strings management - Improved 1st column display 2006-09-04 v0.1 martymac@martymac.com - Initial version