summaryrefslogtreecommitdiffstats
path: root/tests/langbench/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'tests/langbench/ChangeLog')
-rw-r--r--tests/langbench/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/langbench/ChangeLog b/tests/langbench/ChangeLog
new file mode 100644
index 0000000..d8c6cec
--- /dev/null
+++ b/tests/langbench/ChangeLog
@@ -0,0 +1,10 @@
+0.6
+ - Make the grep expr be [^A-Za-z]fopen\(.*\) since that is not
+ trivially optimized.
+ - Add fibonacci benchmark.
+ - Make the procedure calls take more arguments.
+ - add a findtclsh so that if you run this in a tcl source tree
+ under tests/langbench it just works.
+ - Allow setting of each language with RUBY=/build/ruby/ruby
+ (for testing new versions like the ruby with a byte code
+ compiler).