Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20980
Modified Files:
compbenchmarks-config compbenchmarks-config.1
Log Message:
0.3.2 Update.
Index: compbenchmarks-config.1
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-config.1,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** compbenchmarks-config.1 10 Oct 2006 17:31:07 -0000 1.5
--- compbenchmarks-config.1 10 Oct 2006 17:34:47 -0000 1.6
***************
*** 132,136 ****
.TH COMPBENCHMARKS-CONFIG 1 "2006-10-10" "perl v5.8.8" "User Contributed Perl Documentation"
.SH "NAME"
! compbenchmarks\-config 0.3.1 \- compilers' benchmarking environment
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
--- 132,136 ----
.TH COMPBENCHMARKS-CONFIG 1 "2006-10-10" "perl v5.8.8" "User Contributed Perl Documentation"
.SH "NAME"
! compbenchmarks\-config 0.3.2 \- compilers' benchmarking environment
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
Index: compbenchmarks-config
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-config,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** compbenchmarks-config 10 Oct 2006 17:30:43 -0000 1.24
--- compbenchmarks-config 10 Oct 2006 17:34:47 -0000 1.25
***************
*** 564,568 ****
$w=60;
}
! my $cmd = "echo 'EOF' | $CBM_PROGRAMS{'DIALOG'} --backtitle 'compbenchmarks 0.3.1' --gauge '$title' $h $w $percent";
system("$cmd");
--- 564,568 ----
$w=60;
}
! my $cmd = "echo 'EOF' | $CBM_PROGRAMS{'DIALOG'} --backtitle 'compbenchmarks 0.3.2' --gauge '$title' $h $w $percent";
system("$cmd");
***************
*** 575,579 ****
$args=~s/\n/\\n/g;
! my $cmd = "$CBM_PROGRAMS{'DIALOG'} --backtitle 'compbenchmarks 0.3.1' $args --stdout > $DIALOG_TMPFILE";
system("$cmd");
--- 575,579 ----
$args=~s/\n/\\n/g;
! my $cmd = "$CBM_PROGRAMS{'DIALOG'} --backtitle 'compbenchmarks 0.3.2' $args --stdout > $DIALOG_TMPFILE";
system("$cmd");
***************
*** 1122,1126 ****
=head1 NAME
! compbenchmarks-config 0.3.1 - compilers' benchmarking environment
=head1 SYNOPSIS
--- 1122,1126 ----
=head1 NAME
! compbenchmarks-config 0.3.2 - compilers' benchmarking environment
=head1 SYNOPSIS
|