taskwarrior/src
Paul Beckingham 98391a0c24 Enhancement - Command Line Parsing
- Fixed problem where a blank ID was considered valid.  For example,
  the command "task 1 -2" should use -2 as the description, but instead
  considered this to be the sequence 1,0,2.
- Replaced old validId calls with the new validSequence calls.
- A sequence has been redefined to be the first set of consecutive
  arguments that look like sequences.  Once broken by a non-sequence
  argument, all remaining args, even if they look like a sequence,
  are not considered part of the sequence.  This allows commands like
  "task append 1,3-5 Write 10 emails", where 10 is not part of the
  sequence because of the intervening "Write".
- Unit tests (parse.t.cpp) that exercise the parsing of sequences.
  Should probably be expanded to cover more.
2009-05-07 00:24:30 -04:00
..
tests Enhancement - Command Line Parsing 2009-05-07 00:24:30 -04:00
.gitignore - Merged 1.4.3 to master 2008-11-01 16:31:30 -04:00
color.cpp Copyright Update 2009-02-14 17:50:38 -05:00
color.h Copyright Update 2009-02-14 17:50:38 -05:00
command.cpp Enhancement - delete sequences 2009-05-05 02:14:43 -04:00
Config.cpp Bug Fix - missing defaultwidth in generated .taskrc 2009-05-05 02:00:20 -04:00
Config.h Copyright Update 2009-02-14 17:50:38 -05:00
Date.cpp Copyright Update 2009-02-14 17:50:38 -05:00
Date.h Copyright Update 2009-02-14 17:50:38 -05:00
Grid.cpp Compile Bug - missing <stdlib.h> 2009-03-13 09:06:23 -04:00
Grid.h Copyright Update 2009-02-14 17:50:38 -05:00
import.cpp Enhancement - file import 2009-04-12 20:29:37 -04:00
Makefile.am File Import 2009-03-25 02:05:50 -04:00
Makefile.in File Import 2009-03-25 02:05:50 -04:00
parse.cpp Enhancement - Command Line Parsing 2009-05-07 00:24:30 -04:00
report.cpp Merge branch 'sequences' into 1.7.0 2009-05-05 02:16:24 -04:00
rules.cpp Unit Tests - color.*, abbreviation 2009-03-10 00:08:40 -04:00
T.cpp Enhancement - ID and sequences 2009-05-07 00:13:31 -04:00
T.h Enhancement - ID and sequences 2009-05-07 00:13:31 -04:00
Table.cpp Enhancement - annotations 2009-03-24 01:57:12 -04:00
Table.h Custom Reports - oldest, newest 2009-03-12 22:34:45 -04:00
task.cpp Enhancement - parse sequence like 1,3,5-10 for IDs 2009-05-05 01:59:07 -04:00
task.h File Import 2009-03-29 17:42:11 -04:00
TDB.cpp Diagnostics - Better parsing errors 2009-05-03 00:18:23 -04:00
TDB.h Bug Workaround - locking 2009-03-10 15:21:29 -04:00
text.cpp File Import 2009-03-29 17:42:11 -04:00
Timer.cpp Performance 2009-03-08 20:49:33 -04:00
Timer.h Performance 2009-03-08 20:49:33 -04:00
util.cpp File Import 2009-03-26 00:41:15 -04:00