[Compbench-devel] CompBenchmarks++/SupportedBenchmarks Benchmark-BENCHPPLINUX.cpp, 1.1, 1.2 Benchma
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-03 17:30:01
|
Update of /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20759 Modified Files: Benchmark-BENCHPPLINUX.cpp Benchmark-BZIP2.cpp Benchmark-GZIP.cpp Log Message: Author fixed. Index: Benchmark-BENCHPPLINUX.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Benchmark-BENCHPPLINUX.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Benchmark-BENCHPPLINUX.cpp 28 Dec 2006 17:41:02 -0000 1.1 --- Benchmark-BENCHPPLINUX.cpp 3 Jan 2007 17:29:50 -0000 1.2 *************** *** 190,194 **** std::string CBMBenchmarkBENCHPPLINUX::author(void) { ! return("Joseph M. Orost"); } --- 190,194 ---- std::string CBMBenchmarkBENCHPPLINUX::author(void) { ! return("Marcos Marado"); } Index: Benchmark-GZIP.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Benchmark-GZIP.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Benchmark-GZIP.cpp 28 Dec 2006 17:41:02 -0000 1.1 --- Benchmark-GZIP.cpp 3 Jan 2007 17:29:50 -0000 1.2 *************** *** 94,98 **** std::string CBMBenchmarkGZIP::author(void) { ! return("Written by Jean-loup Gailly & Mark Adler"); } --- 94,98 ---- std::string CBMBenchmarkGZIP::author(void) { ! return("Jean-loup Gailly & Mark Adler"); } Index: Benchmark-BZIP2.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Benchmark-BZIP2.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Benchmark-BZIP2.cpp 28 Dec 2006 17:41:02 -0000 1.1 --- Benchmark-BZIP2.cpp 3 Jan 2007 17:29:50 -0000 1.2 *************** *** 139,143 **** std::string CBMBenchmarkBZIP2::author(void) { ! return("Written by Julian Seward"); } --- 139,143 ---- std::string CBMBenchmarkBZIP2::author(void) { ! return("Julian Seward"); } |