Working file: plod ---------------------------- revision 1.8 date: 2001/04/03 02:13:02; author: rouilj; state: Exp; lines: +15 -4 Added an optional argument to the ~e escape. This optional argument allows the specification of an editor. So "~e pico" would invoke pico. "~e ispell" would invoke ispell. Changed man entry to correspond. PLODBadExit now deletes the $BACKUP file if it wasn't needed. Minor change to man page spec of ~E. It used to say that is was similiar to ~E, now it says that it is similar to ~V. ---------------------------- revision 1.7 date: 2001/03/31 20:09:39; author: rouilj; state: Exp; lines: +14 -4 Added ability to print job names alphabetically sorted by column rather than by row. The default is now sort by column. To enable sort by row, set $JobListOrder = 1 in .plodrc. ---------------------------- revision 1.6 date: 2001/03/29 04:51:13; author: rouilj; state: Exp; lines: +24 -0 added listing of job names by null job for -b or -j options, or the special job name ? ---------------------------- revision 1.5 date: 2001/03/29 04:09:47; author: rouilj; state: Exp; lines: +13 -11 Fixed $STAMPREGEX so that date only stamps (i.e. without job and duration info) are accepted. This fixed a bug with the -G option that wouldn't show date only entries. Since STAMPREGEX now matches in the case where job and duration info are null, I added a check in the timecard calculation for a non-null job so that we didn't get a spare line with no job name and zero time. Fixed a bug in end date handiling. I had = rather then >= so the end date was effectively ignored since non-zero assignment statements are always true. Corrected month in call to timelocal. month range should be 0-11 not 1-12. ---------------------------- revision 1.4 date: 2001/03/27 01:48:29; author: rouilj; state: Exp; lines: +15 -4 added -S option to get current job status. ---------------------------- revision 1.3 date: 2001/03/27 01:24:06; author: rouilj; state: Exp; lines: +4 -3 fixed bug that caused -T and -[dD] to be flagged as incorrect ---------------------------- revision 1.2 date: 2001/03/25 19:14:09; author: rouilj; state: Exp; lines: +343 -14 Added job timing commands. -{b|B|J|j|e} and timecard command -T. Added dates range filtering to grep and timecard generation. ============================================================================= Working file: plod.man ---------------------------- revision 1.7 date: 2001/04/03 02:13:03; author: rouilj; state: Exp; lines: +4 -3 Added an optional argument to the ~e escape. This optional argument allows the specification of an editor. So "~e pico" would invoke pico. "~e ispell" would invoke ispell. Changed man entry to correspond. PLODBadExit now deletes the $BACKUP file if it wasn't needed. Minor change to man page spec of ~E. It used to say that is was similiar to ~E, now it says that it is similar to ~V. ---------------------------- revision 1.6 date: 2001/03/31 20:12:35; author: rouilj; state: Exp; lines: +3 -1 Documented $JobListOrder variable. If set to 0 (default) sorting of jobslists is down the column. If set to 1, sorting of job list is across rows. ---------------------------- revision 1.5 date: 2001/03/29 04:51:14; author: rouilj; state: Exp; lines: +4 -2 added listing of job names by null job for -b or -j options, or the special job name ? ---------------------------- revision 1.4 date: 2001/03/27 01:48:30; author: rouilj; state: Exp; lines: +7 -2 added -S option to get current job status. ---------------------------- revision 1.3 date: 2001/03/25 19:44:14; author: rouilj; state: Exp; lines: +70 -55 Added italics and bold face font changes ---------------------------- revision 1.2 date: 2001/03/25 19:14:09; author: rouilj; state: Exp; lines: +215 -4 Added job timing commands. -{b|B|J|j|e} and timecard command -T. Added dates range filtering to grep and timecard generation.