summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-04 14:09:52 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-04 14:09:52 +0000
commit47cf84af7cb9527d5b50a72b0f9e0af60c6fd96f (patch)
treee37b28dab3a14b54fc86df47195024087202b322 /ChangeLog
parent63af79e73f0919812e2a43c19f9707566e49b53b (diff)
downloadruby-47cf84af7cb9527d5b50a72b0f9e0af60c6fd96f.tar.gz
ruby-47cf84af7cb9527d5b50a72b0f9e0af60c6fd96f.tar.xz
ruby-47cf84af7cb9527d5b50a72b0f9e0af60c6fd96f.zip
* lib/prime.rb (Prime::OldCompatibility#each): added compatibility to
Ruby 1.8.7. (Prime#each): added more rdocs. (Prime#each): remembers the last value of the given block. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d8b0a8ea..80d92720e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Sep 4 23:05:54 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * lib/prime.rb (Prime::OldCompatibility#each): added compatibility to
+ Ruby 1.8.7.
+ (Prime#each): added more rdocs.
+ (Prime#each): remembers the last value of the given block.
+
Thu Sep 4 21:53:58 2008 Tanaka Akira <akr@fsij.org>
* transcode.c (econv_init): accept an integer as 3rd argument as well.