From 554f026c710b93a4444454e4cff7e10535038fa2 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 20 Jun 2010 22:18:37 -0400 Subject: [PATCH] "The Great Computer Language Shootout" -> "The Computer Language Benchmarks Game" As requested by Isaac Gouy. --- collects/tests/racket/benchmarks/shootout/binarytrees.rkt | 2 +- collects/tests/racket/benchmarks/shootout/chameneos.rkt | 2 +- collects/tests/racket/benchmarks/shootout/fasta.rkt | 2 +- .../tests/racket/benchmarks/shootout/mandelbrot-generic.rkt | 2 +- collects/tests/racket/benchmarks/shootout/mandelbrot.rkt | 2 +- collects/tests/racket/benchmarks/shootout/nsieve.rkt | 2 +- collects/tests/racket/benchmarks/shootout/nsievebits.rkt | 2 +- collects/tests/racket/benchmarks/shootout/partialsums.rkt | 2 +- collects/tests/racket/benchmarks/shootout/recursive.rkt | 2 +- collects/tests/racket/benchmarks/shootout/regexpdna.rkt | 2 +- .../tests/racket/benchmarks/shootout/spectralnorm-generic.rkt | 2 +- .../tests/racket/benchmarks/shootout/spectralnorm-unsafe.rkt | 2 +- collects/tests/racket/benchmarks/shootout/spectralnorm.rkt | 2 +- collects/tests/racket/benchmarks/shootout/spellcheck.rkt | 2 +- collects/tests/racket/benchmarks/shootout/thread-ring.rkt | 2 +- .../tests/racket/benchmarks/shootout/typed/binarytrees.rktl | 2 +- collects/tests/racket/benchmarks/shootout/typed/chameneos.rktl | 2 +- collects/tests/racket/benchmarks/shootout/typed/fasta.rktl | 2 +- .../racket/benchmarks/shootout/typed/mandelbrot-generic.rktl | 2 +- .../racket/benchmarks/shootout/typed/mandelbrot-unsafe.rktl | 2 +- collects/tests/racket/benchmarks/shootout/typed/mandelbrot.rktl | 2 +- collects/tests/racket/benchmarks/shootout/typed/nsieve.rktl | 2 +- collects/tests/racket/benchmarks/shootout/typed/nsievebits.rktl | 2 +- .../tests/racket/benchmarks/shootout/typed/partialsums.rktl | 2 +- collects/tests/racket/benchmarks/shootout/typed/recursive.rktl | 2 +- collects/tests/racket/benchmarks/shootout/typed/regexpdna.rktl | 2 +- .../racket/benchmarks/shootout/typed/spectralnorm-generic.rktl | 2 +- .../racket/benchmarks/shootout/typed/spectralnorm-unsafe.rktl | 2 +- .../tests/racket/benchmarks/shootout/typed/spectralnorm.rktl | 2 +- collects/tests/racket/benchmarks/shootout/typed/spellcheck.rktl | 2 +- .../tests/racket/benchmarks/shootout/typed/thread-ring.rktl | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/collects/tests/racket/benchmarks/shootout/binarytrees.rkt b/collects/tests/racket/benchmarks/shootout/binarytrees.rkt index 77d15a15d6..e30587dc6c 100644 --- a/collects/tests/racket/benchmarks/shootout/binarytrees.rkt +++ b/collects/tests/racket/benchmarks/shootout/binarytrees.rkt @@ -1,6 +1,6 @@ #lang racket/base -;;; The Great Computer Language Shootout +;;; The Computer Language Benchmarks Game ;;; http://shootout.alioth.debian.org/ ;;; Derived from the Chicken variant by Sven Hartrumpf diff --git a/collects/tests/racket/benchmarks/shootout/chameneos.rkt b/collects/tests/racket/benchmarks/shootout/chameneos.rkt index d8fed470b8..d411fc284b 100644 --- a/collects/tests/racket/benchmarks/shootout/chameneos.rkt +++ b/collects/tests/racket/benchmarks/shootout/chameneos.rkt @@ -1,6 +1,6 @@ #lang racket/base -;;; The Great Computer Language Shootout +;;; The Computer Language Benchmarks Game ;;; http://shootout.alioth.debian.org/ ;;; ;;; Uses Racket threads diff --git a/collects/tests/racket/benchmarks/shootout/fasta.rkt b/collects/tests/racket/benchmarks/shootout/fasta.rkt index 764a7e1321..138269e637 100644 --- a/collects/tests/racket/benchmarks/shootout/fasta.rkt +++ b/collects/tests/racket/benchmarks/shootout/fasta.rkt @@ -1,6 +1,6 @@ #lang racket/base -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; fasta - benchmark diff --git a/collects/tests/racket/benchmarks/shootout/mandelbrot-generic.rkt b/collects/tests/racket/benchmarks/shootout/mandelbrot-generic.rkt index e59f70d1d8..3343a13023 100644 --- a/collects/tests/racket/benchmarks/shootout/mandelbrot-generic.rkt +++ b/collects/tests/racket/benchmarks/shootout/mandelbrot-generic.rkt @@ -1,6 +1,6 @@ #lang racket/base -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; Derived from the Chicken variant, which was diff --git a/collects/tests/racket/benchmarks/shootout/mandelbrot.rkt b/collects/tests/racket/benchmarks/shootout/mandelbrot.rkt index 7f48888cae..5baddad615 100644 --- a/collects/tests/racket/benchmarks/shootout/mandelbrot.rkt +++ b/collects/tests/racket/benchmarks/shootout/mandelbrot.rkt @@ -1,6 +1,6 @@ #lang racket/base -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ (require racket/require racket/require-syntax (for-syntax racket/base)) diff --git a/collects/tests/racket/benchmarks/shootout/nsieve.rkt b/collects/tests/racket/benchmarks/shootout/nsieve.rkt index 31bdf9b97d..5763d31d9e 100644 --- a/collects/tests/racket/benchmarks/shootout/nsieve.rkt +++ b/collects/tests/racket/benchmarks/shootout/nsieve.rkt @@ -1,5 +1,5 @@ ;; $Id: nsieve-mzscheme.code,v 1.6 2006/06/10 23:38:29 bfulgham Exp $ -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; nsieve benchmark for The Computer Language Shootout diff --git a/collects/tests/racket/benchmarks/shootout/nsievebits.rkt b/collects/tests/racket/benchmarks/shootout/nsievebits.rkt index 96e532c51d..ab145a7cc0 100644 --- a/collects/tests/racket/benchmarks/shootout/nsievebits.rkt +++ b/collects/tests/racket/benchmarks/shootout/nsievebits.rkt @@ -1,4 +1,4 @@ -;;; The Great Computer Language Shootout +;;; The Computer Language Benchmarks Game ;;; http://shootout.alioth.debian.org/ ;; ;; Adapted from CMUCL code by Dima Dorfman; bit-vector stuff by Alex Shinn; diff --git a/collects/tests/racket/benchmarks/shootout/partialsums.rkt b/collects/tests/racket/benchmarks/shootout/partialsums.rkt index 16b165777e..cb97b66651 100644 --- a/collects/tests/racket/benchmarks/shootout/partialsums.rkt +++ b/collects/tests/racket/benchmarks/shootout/partialsums.rkt @@ -1,5 +1,5 @@ ;; --------------------------------------------------------------------- -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; Based on D language implementation by Dave Fladebo [imperative version] diff --git a/collects/tests/racket/benchmarks/shootout/recursive.rkt b/collects/tests/racket/benchmarks/shootout/recursive.rkt index 11d667d811..ee4523eb76 100644 --- a/collects/tests/racket/benchmarks/shootout/recursive.rkt +++ b/collects/tests/racket/benchmarks/shootout/recursive.rkt @@ -1,5 +1,5 @@ ;; --------------------------------------------------------------------- -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; Code based on / inspired by existing, relevant Shootout submissions diff --git a/collects/tests/racket/benchmarks/shootout/regexpdna.rkt b/collects/tests/racket/benchmarks/shootout/regexpdna.rkt index 230ae1376f..a8ec616580 100644 --- a/collects/tests/racket/benchmarks/shootout/regexpdna.rkt +++ b/collects/tests/racket/benchmarks/shootout/regexpdna.rkt @@ -1,6 +1,6 @@ #lang racket/base -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; Based on a version by by Anthony Borla diff --git a/collects/tests/racket/benchmarks/shootout/spectralnorm-generic.rkt b/collects/tests/racket/benchmarks/shootout/spectralnorm-generic.rkt index cac43db8c0..9a8c430fdf 100644 --- a/collects/tests/racket/benchmarks/shootout/spectralnorm-generic.rkt +++ b/collects/tests/racket/benchmarks/shootout/spectralnorm-generic.rkt @@ -1,6 +1,6 @@ #lang racket/base -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; Translated directly from the C# version, which was: diff --git a/collects/tests/racket/benchmarks/shootout/spectralnorm-unsafe.rkt b/collects/tests/racket/benchmarks/shootout/spectralnorm-unsafe.rkt index 8e058f96a2..700fd10b0d 100644 --- a/collects/tests/racket/benchmarks/shootout/spectralnorm-unsafe.rkt +++ b/collects/tests/racket/benchmarks/shootout/spectralnorm-unsafe.rkt @@ -1,6 +1,6 @@ #lang racket/base -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; Translated directly from the C# version, which was: diff --git a/collects/tests/racket/benchmarks/shootout/spectralnorm.rkt b/collects/tests/racket/benchmarks/shootout/spectralnorm.rkt index fe1a1081cf..55d940657f 100644 --- a/collects/tests/racket/benchmarks/shootout/spectralnorm.rkt +++ b/collects/tests/racket/benchmarks/shootout/spectralnorm.rkt @@ -1,6 +1,6 @@ #lang racket/base -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; Translated directly from the C# version, which was: diff --git a/collects/tests/racket/benchmarks/shootout/spellcheck.rkt b/collects/tests/racket/benchmarks/shootout/spellcheck.rkt index 64758d6e5a..ee275c66a3 100644 --- a/collects/tests/racket/benchmarks/shootout/spellcheck.rkt +++ b/collects/tests/racket/benchmarks/shootout/spellcheck.rkt @@ -1,4 +1,4 @@ -;;; The Great Computer Language Shootout +;;; The Computer Language Benchmarks Game ;;; http://shootout.alioth.debian.org/ ;;; ;;; spellcheck benchmark diff --git a/collects/tests/racket/benchmarks/shootout/thread-ring.rkt b/collects/tests/racket/benchmarks/shootout/thread-ring.rkt index c563098ee6..5174090e29 100644 --- a/collects/tests/racket/benchmarks/shootout/thread-ring.rkt +++ b/collects/tests/racket/benchmarks/shootout/thread-ring.rkt @@ -1,6 +1,6 @@ #lang racket/base -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; Uses Racket threads diff --git a/collects/tests/racket/benchmarks/shootout/typed/binarytrees.rktl b/collects/tests/racket/benchmarks/shootout/typed/binarytrees.rktl index 6022011131..b0df28caf1 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/binarytrees.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/binarytrees.rktl @@ -1,4 +1,4 @@ -;;; The Great Computer Language Shootout +;;; The Computer Language Benchmarks Game ;;; http://shootout.alioth.debian.org/ ;;; Derived from the Chicken variant by Sven Hartrumpf diff --git a/collects/tests/racket/benchmarks/shootout/typed/chameneos.rktl b/collects/tests/racket/benchmarks/shootout/typed/chameneos.rktl index cdbc09e894..b493c09b8a 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/chameneos.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/chameneos.rktl @@ -1,4 +1,4 @@ -;;; The Great Computer Language Shootout +;;; The Computer Language Benchmarks Game ;;; http://shootout.alioth.debian.org/ ;;; ;;; Uses Racket threads diff --git a/collects/tests/racket/benchmarks/shootout/typed/fasta.rktl b/collects/tests/racket/benchmarks/shootout/typed/fasta.rktl index 821790c9c3..0d2870b999 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/fasta.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/fasta.rktl @@ -1,4 +1,4 @@ -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; fasta - benchmark diff --git a/collects/tests/racket/benchmarks/shootout/typed/mandelbrot-generic.rktl b/collects/tests/racket/benchmarks/shootout/typed/mandelbrot-generic.rktl index e7c95dc32c..e85da37d2a 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/mandelbrot-generic.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/mandelbrot-generic.rktl @@ -1,4 +1,4 @@ -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; Derived from the Chicken variant, which was diff --git a/collects/tests/racket/benchmarks/shootout/typed/mandelbrot-unsafe.rktl b/collects/tests/racket/benchmarks/shootout/typed/mandelbrot-unsafe.rktl index 6f6ccb1d33..ad0f2febdd 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/mandelbrot-unsafe.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/mandelbrot-unsafe.rktl @@ -1,4 +1,4 @@ -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; Derived from the Chicken variant, which was diff --git a/collects/tests/racket/benchmarks/shootout/typed/mandelbrot.rktl b/collects/tests/racket/benchmarks/shootout/typed/mandelbrot.rktl index c117ad03a4..f933062902 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/mandelbrot.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/mandelbrot.rktl @@ -1,4 +1,4 @@ -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; Derived from the Chicken variant, which was diff --git a/collects/tests/racket/benchmarks/shootout/typed/nsieve.rktl b/collects/tests/racket/benchmarks/shootout/typed/nsieve.rktl index c8d7d50a9b..6a6298c6d1 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/nsieve.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/nsieve.rktl @@ -1,5 +1,5 @@ ;; $Id: nsieve-mzscheme.code,v 1.6 2006/06/10 23:38:29 bfulgham Exp $ -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; nsieve benchmark for The Computer Language Shootout diff --git a/collects/tests/racket/benchmarks/shootout/typed/nsievebits.rktl b/collects/tests/racket/benchmarks/shootout/typed/nsievebits.rktl index 4c063f42a6..49d0e8794b 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/nsievebits.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/nsievebits.rktl @@ -1,4 +1,4 @@ -;;; The Great Computer Language Shootout +;;; The Computer Language Benchmarks Game ;;; http://shootout.alioth.debian.org/ ;; ;; Adapted from CMUCL code by Dima Dorfman; bit-vector stuff by Alex Shinn; diff --git a/collects/tests/racket/benchmarks/shootout/typed/partialsums.rktl b/collects/tests/racket/benchmarks/shootout/typed/partialsums.rktl index 25f9bd5b96..1e28c9e434 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/partialsums.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/partialsums.rktl @@ -1,5 +1,5 @@ ;; --------------------------------------------------------------------- -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; Based on D language implementation by Dave Fladebo [imperative version] diff --git a/collects/tests/racket/benchmarks/shootout/typed/recursive.rktl b/collects/tests/racket/benchmarks/shootout/typed/recursive.rktl index b5f60745a6..c6b0706392 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/recursive.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/recursive.rktl @@ -1,5 +1,5 @@ ;; --------------------------------------------------------------------- -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; Code based on / inspired by existing, relevant Shootout submissions diff --git a/collects/tests/racket/benchmarks/shootout/typed/regexpdna.rktl b/collects/tests/racket/benchmarks/shootout/typed/regexpdna.rktl index 6d05a0af5e..da724edcae 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/regexpdna.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/regexpdna.rktl @@ -1,4 +1,4 @@ -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; Based on a version by by Anthony Borla diff --git a/collects/tests/racket/benchmarks/shootout/typed/spectralnorm-generic.rktl b/collects/tests/racket/benchmarks/shootout/typed/spectralnorm-generic.rktl index a857f966d8..3ed28f8fc5 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/spectralnorm-generic.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/spectralnorm-generic.rktl @@ -1,4 +1,4 @@ -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; Translated directly from the C# version, which was: diff --git a/collects/tests/racket/benchmarks/shootout/typed/spectralnorm-unsafe.rktl b/collects/tests/racket/benchmarks/shootout/typed/spectralnorm-unsafe.rktl index 5eaa2a959b..ec4bd015a6 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/spectralnorm-unsafe.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/spectralnorm-unsafe.rktl @@ -1,4 +1,4 @@ -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; Translated directly from the C# version, which was: diff --git a/collects/tests/racket/benchmarks/shootout/typed/spectralnorm.rktl b/collects/tests/racket/benchmarks/shootout/typed/spectralnorm.rktl index 4371c6577c..6d936ffaac 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/spectralnorm.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/spectralnorm.rktl @@ -1,4 +1,4 @@ -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; Translated directly from the C# version, which was: diff --git a/collects/tests/racket/benchmarks/shootout/typed/spellcheck.rktl b/collects/tests/racket/benchmarks/shootout/typed/spellcheck.rktl index a965f6c806..0b8212b867 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/spellcheck.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/spellcheck.rktl @@ -1,4 +1,4 @@ -;;; The Great Computer Language Shootout +;;; The Computer Language Benchmarks Game ;;; http://shootout.alioth.debian.org/ ;;; ;;; spellcheck benchmark diff --git a/collects/tests/racket/benchmarks/shootout/typed/thread-ring.rktl b/collects/tests/racket/benchmarks/shootout/typed/thread-ring.rktl index 62e7a3c7be..458ceffe00 100644 --- a/collects/tests/racket/benchmarks/shootout/typed/thread-ring.rktl +++ b/collects/tests/racket/benchmarks/shootout/typed/thread-ring.rktl @@ -1,4 +1,4 @@ -;; The Great Computer Language Shootout +;; The Computer Language Benchmarks Game ;; http://shootout.alioth.debian.org/ ;; ;; Uses Racket threads