Log of /clearscm.com/lib/Utils.pm
Parent Directory
|
Revision Log
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 13 00:33:23 2011 UTC
(5 months, 3 weeks ago)
by
andrew
Branch:
MAIN
Changes since
1.22: +160 -5 lines
Diff to
previous 1.22
Renamed PipeOutput -> PipeOutputArray
Added PipeOutput, StartPipe, StopPipe
Added END block to stop any active pipes.
Revision
1.22 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 13 19:32:17 2011 UTC
(6 months, 3 weeks ago)
by
andrew
Branch:
MAIN
Changes since
1.21: +10 -6 lines
Diff to
previous 1.21
. Changed to use pager only if set in environment. Otherwise the user either doesn't want to page or will use redirection/piping.
. Changed to close output file in RedirectOutput.
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 16 01:46:12 2011 UTC
(10 months, 3 weeks ago)
by
andrew
Branch:
MAIN
Changes since
1.15: +11 -11 lines
Diff to
previous 1.15
Moved the chdir to $ROOT to after opening of the logfile.
Also fixed error with call to error.
Revision
1.15 -
(
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.14: +3 -3 lines
Diff to
previous 1.14
Changed use parent back to use base. Older versions of Perl don't know about
parent!
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 17 13:51:30 2010 UTC
(13 months, 2 weeks ago)
by
andrew
Branch:
MAIN
Changes since
1.10: +12 -4 lines
Diff to
previous 1.10
Added code to Execute to set $SIG{CHLD} = 'DEFAULT'. If this is not done in situations where you have say a multithreaded server, strangely spawning a second child and calling Execute returns ECHILD. Setting $SIG{CHLD} = 'DEFAULT' fixes this.
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.