Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv17022
Modified Files:
compbenchmarks-config compbenchmarks-config.1
Log Message:
0.3.1
Index: compbenchmarks-config.1
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-config.1,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** compbenchmarks-config.1 3 Oct 2006 15:59:54 -0000 1.3
--- compbenchmarks-config.1 4 Oct 2006 16:41:05 -0000 1.4
***************
*** 130,136 ****
.\"
.IX Title "COMPBENCHMARKS-CONFIG 1"
! .TH COMPBENCHMARKS-CONFIG 1 "2006-10-03" "perl v5.8.8" "User Contributed Perl Documentation"
.SH "NAME"
! compbenchmarks\-config 0.3.0 \- compilers' benchmarking environment
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
--- 130,136 ----
.\"
.IX Title "COMPBENCHMARKS-CONFIG 1"
! .TH COMPBENCHMARKS-CONFIG 1 "2006-10-04" "perl v5.8.8" "User Contributed Perl Documentation"
.SH "NAME"
! compbenchmarks\-config 0.3.1 \- compilers' benchmarking environment
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
Index: compbenchmarks-config
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-config,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** compbenchmarks-config 4 Oct 2006 15:53:57 -0000 1.22
--- compbenchmarks-config 4 Oct 2006 16:41:04 -0000 1.23
***************
*** 564,568 ****
$w=60;
}
! my $cmd = "echo 'EOF' | $CBM_PROGRAMS{'DIALOG'} --backtitle 'compbenchmarks 0.3.0' --gauge '$title' $h $w $percent";
system("$cmd");
--- 564,568 ----
$w=60;
}
! my $cmd = "echo 'EOF' | $CBM_PROGRAMS{'DIALOG'} --backtitle 'compbenchmarks 0.3.1' --gauge '$title' $h $w $percent";
system("$cmd");
***************
*** 575,579 ****
$args=~s/\n/\\n/g;
! my $cmd = "$CBM_PROGRAMS{'DIALOG'} --backtitle 'compbenchmarks 0.3.0' $args --stdout > $DIALOG_TMPFILE";
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");
***************
*** 1119,1123 ****
=head1 NAME
! compbenchmarks-config 0.3.0 - compilers' benchmarking environment
=head1 SYNOPSIS
--- 1119,1123 ----
=head1 NAME
! compbenchmarks-config 0.3.1 - compilers' benchmarking environment
=head1 SYNOPSIS
|