Powered by OpenBSD

CVS log for todotxt/Text-Todo/bin/todo.pl

[BACK] Up to [local] / todotxt / Text-Todo / bin

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22 / (download) - annotate - [select for diffs], Tue Feb 16 01:13:12 2010 UTC (14 years, 3 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

Roll to 0.2.0

Revision 1.21 / (download) - annotate - [select for diffs], Wed Feb 3 18:14:01 2010 UTC (14 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

Have to save after adding an entry.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jan 22 01:30:45 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
CVS Tags: Text-Todo-0_1_1
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

Roll to 0.1.1

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jan 21 21:10:38 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18 (colored)

wow, I know it USED to work, not sure how I broke that.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jan 19 18:53:36 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
CVS Tags: Text-Todo-0_1_0
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

Roll to 0.1.0

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jan 16 06:07:13 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.16: +2 -4 lines
Diff to previous 1.16 (colored)

don't need Data::Dumper

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jan 12 23:46:40 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (colored)

make perlcritic happier
not sure the best way to treat print statments so perlcritic likes it.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jan 12 20:30:55 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.14: +66 -38 lines
Diff to previous 1.14 (colored)

make perlcritic happier

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jan 11 19:52:06 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.13: +4 -2 lines
Diff to previous 1.13 (colored)

more notes as to our goals in todo.pl
fixup the CVS tag I am using

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jan 11 02:35:39 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
CVS Tags: Text-Todo-0_0_1
Changes since 1.12: +119 -1 lines
Diff to previous 1.12 (colored)

add some pod docs

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 11 01:41:21 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.11: +21 -1 lines
Diff to previous 1.11 (colored)

now we can do

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 11 00:30:31 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.10: +22 -2 lines
Diff to previous 1.10 (colored)

now we can pri and depri doesn't talk about deleting

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 11 00:18:25 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.9: +5 -6 lines
Diff to previous 1.9 (colored)

more perltidy

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 11 00:17:38 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.8: +29 -15 lines
Diff to previous 1.8 (colored)

now can depri
also some perltidy
and finish some missed changes for the copy of append to prepend

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jan 11 00:00:56 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.7: +19 -2 lines
Diff to previous 1.7 (colored)

pretty much steal append so we can now prepend

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 10 23:58:11 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.6: +12 -6 lines
Diff to previous 1.6 (colored)

Recognize that the stuff might not be quoted on the command line so join @ARGV

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 10 23:54:26 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.5: +29 -3 lines
Diff to previous 1.5 (colored)

now we can del and this obeys -n!

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 10 23:37:12 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.4: +14 -2 lines
Diff to previous 1.4 (colored)

we are go to archive

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 10 23:26:04 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.3: +22 -8 lines
Diff to previous 1.3 (colored)

now we can append
and now the term matches against the line number when listing

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 10 22:59:16 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.2: +186 -27 lines
Diff to previous 1.2 (colored)

lots more commands.  Getting close.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 10 07:13:54 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.1: +168 -5 lines
Diff to previous 1.1 (colored)

todo.pl now does stuff! well it only does 1 thing so far, but the hard part is done. (right?)
It reads in the todo.cfg and uses it
The skeleton is there and it will now "list".

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 9 05:25:44 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN

this should be in CVS so it is GTG when I am ready to work on it.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>