/[cvs]/clearscm.com/lib/Display.pm
ViewVC logotype

Log of /clearscm.com/lib/Display.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 00:56:56 2012 UTC (2 weeks, 5 days ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.40: +6 -6 lines
Diff to previous 1.40
Change level handling

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Fri Dec 30 23:28:08 2011 UTC (5 weeks ago) by andrew
Branch: MAIN
Changes since 1.39: +6 -5 lines
Diff to previous 1.39
Changed display to allow no parameters.

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 19:46:13 2011 UTC (2 months, 2 weeks ago) by andrew
Branch: MAIN
Changes since 1.38: +60 -56 lines
Diff to previous 1.38
Moved pods inside subs

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed Jun 1 17:37:04 2011 UTC (8 months ago) by andrew
Branch: MAIN
Changes since 1.37: +48 -7 lines
Diff to previous 1.37
Changed to use color instead of color constants. This allows for us to dynamically turn off and on color of a running program.
Added get_me

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Fri May 20 00:40:24 2011 UTC (8 months, 2 weeks ago) by andrew
Branch: MAIN
Changes since 1.36: +39 -5 lines
Diff to previous 1.36
Added get_me
Fixed up tracing

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri Apr 15 21:14:49 2011 UTC (9 months, 3 weeks ago) by andrew
Branch: MAIN
Changes since 1.35: +15 -11 lines
Diff to previous 1.35
Clean up.
Added removal of main:: properly to trace.
Fixed bug in trace so that is now knows if we are writing to the terminal.

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Thu Mar 10 23:47:31 2011 UTC (10 months, 3 weeks ago) by andrew
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34
Changed use parent back to use base. Older versions of Perl don't know about
parent!

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Feb 14 15:27:11 2011 UTC (11 months, 2 weeks ago) by andrew
Branch: MAIN
Changes since 1.33: +19 -12 lines
Diff to previous 1.33
Fixed handling of errors and warnings to remove colorization if we are writing to a file instead of a tty.

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Jan 2 15:22:00 2011 UTC (13 months ago) by andrew
Branch: MAIN
Changes since 1.32: +35 -79 lines
Diff to previous 1.32
Changed POD and code for Perl::Critic

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Jan 2 04:59:35 2011 UTC (13 months ago) by andrew
Branch: MAIN
Changes since 1.31: +89 -51 lines
Diff to previous 1.31
Changes for Perl::Critic

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 13:11:53 2010 UTC (15 months, 1 week ago) by andrew
Branch: MAIN
Changes since 1.30: +2 -4 lines
Diff to previous 1.30
Removed Carp - It's core!

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 13:11:12 2010 UTC (15 months, 1 week ago) by andrew
Branch: MAIN
Changes since 1.29: +9 -3 lines
Diff to previous 1.29
Fixed up dependencies

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu May 6 02:48:36 2010 UTC (21 months ago) by andrew
Branch: MAIN
Changes since 1.28: +87 -24 lines
Diff to previous 1.28
Added display_error

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Apr 4 16:12:51 2008 UTC (3 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.27: +297 -202 lines
Diff to previous 1.27
Added verbose/debug levels
Added say

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Mar 19 05:27:14 2008 UTC (3 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.26: +247 -20 lines
Diff to previous 1.26
Added trace, trace_enter, trace_exit

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Feb 29 15:08:56 2008 UTC (3 years, 11 months ago) by andrew
Branch: MAIN
Changes since 1.25: +139 -131 lines
Diff to previous 1.25
Largely cosmetic changes

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Feb 14 05:45:16 2008 UTC (3 years, 11 months ago) by andrew
Branch: MAIN
Changes since 1.24: +32 -16 lines
Diff to previous 1.24
. Added use strict
. Added Term::ANSIColor
. Changed =begin html's -> =for html
. Changed if !defined $var's -> if !$var's.
. Added color!
. set_debug|set_verbose now returns old setting

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 06:45:58 2007 UTC (4 years, 2 months ago) by andrew
Branch: MAIN
Changes since 1.23: +4 -4 lines
Diff to previous 1.23
Fixed () -> <>

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 06:42:11 2007 UTC (4 years, 2 months ago) by andrew
Branch: MAIN
Changes since 1.22: +4 -4 lines
Diff to previous 1.22
Changed email address

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 06:33:50 2007 UTC (4 years, 2 months ago) by andrew
Branch: MAIN
Changes since 1.21: +54 -262 lines
Diff to previous 1.21
Removed =begin html... =end html in favor of =for html.

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Nov 20 15:43:43 2007 UTC (4 years, 2 months ago) by andrew
Branch: MAIN
Changes since 1.20: +4 -2 lines
Diff to previous 1.20
Added condition to debug

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Nov 17 02:45:19 2007 UTC (4 years, 2 months ago) by andrew
Branch: MAIN
Changes since 1.19: +46 -24 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 15:38:28 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
Documentation fixes

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 15:35:39 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
Display.pm

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 04:31:58 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.16: +0 -4 lines
Diff to previous 1.16
More document changes

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 00:35:36 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.15: +249 -25 lines
Diff to previous 1.15
Reformatted all subroutine calls

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 00:26:17 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.14: +18 -2 lines
Diff to previous 1.14
*** empty log message ***

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 00:23:25 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.13: +309 -28 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 00:13:09 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
*** empty log message ***

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 00:12:16 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.11: +40 -6 lines
Diff to previous 1.11
*** empty log message ***

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 00:09:15 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.10: +7 -1 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 00:07:56 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 00:06:35 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.8: +30 -10 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 00:04:01 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 00:00:35 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.6: +12 -0 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Aug 19 23:58:49 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.5: +4 -8 lines
Diff to previous 1.5
*** empty log message ***

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Aug 19 23:57:07 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.4: +23 -8 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Aug 19 23:53:39 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.3: +23 -19 lines
Diff to previous 1.3
Changing formating

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Aug 18 06:18:57 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.2: +26 -21 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Aug 16 06:41:56 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.1: +32 -34 lines
Diff to previous 1.1
Changed pod doc

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Aug 16 06:08:59 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Initial import

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Falcon Knight Inc.">Falcon Knight Inc.
ViewVC Help
Powered by ViewVC 1.1.8