aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-08 04:22:58 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-08 04:22:58 +0000
commit628dac10d38e46341cf3f76361c130c45123f4b1 (patch)
tree2cc927577027913d93fdded36575dd8b08dc54b3 /ChangeLog
parentc6da45b74cf9d420803c6ccbf4d527b1dfe4014e (diff)
downloadruby-628dac10d38e46341cf3f76361c130c45123f4b1.tar.gz
* benchmark/bm_app_lc_fizzbuzz.rb: added.
This program is described closely in "Understanding Computation" chapter 6 by Tom Stuart. <http://computationbook.com/> Japanese translation will be published soon. <http://www.oreilly.co.jp/books/9784873116976/> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6dfa8ce1d..35ebd9fcc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Mon Sep 8 13:18:37 2014 Koichi Sasada <ko1@atdot.net>
+
+ * benchmark/bm_app_lc_fizzbuzz.rb: added.
+
+ This program is described closely in "Understanding Computation"
+ chapter 6 by Tom Stuart. <http://computationbook.com/>
+
+ Japanese translation will be published soon.
+ <http://www.oreilly.co.jp/books/9784873116976/>
+
Mon Sep 8 12:01:39 2014 Koichi Sasada <ko1@atdot.net>
* gc.c: add incremental GC algorithm. [Feature #10137]