summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-14 20:14:20 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-14 20:14:20 +0000
commit76e623105d05eafea287fc1216347f215e3ab9e6 (patch)
treed3ec6497c7fe03191ca8eb5b01ee7e509600dd46 /ChangeLog
parent0d223ba1ed8006375c07b09921217390c772bdae (diff)
downloadruby-76e623105d05eafea287fc1216347f215e3ab9e6.tar.gz
ruby-76e623105d05eafea287fc1216347f215e3ab9e6.tar.xz
ruby-76e623105d05eafea287fc1216347f215e3ab9e6.zip
* lib/generator.rb: A new library which converts an internal
iterator to an external iterator. * lib/abbrev.rb: A new library which creates an abbreviation table from a list. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdce974c0..7b4e8677c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed Oct 15 05:05:53 2003 Akinori MUSHA <knu@iDaemons.org>
+
+ * lib/generator.rb: A new library which converts an internal
+ iterator to an external iterator.
+
+ * lib/abbrev.rb: A new library which creates an abbreviation table
+ from a list.
+
Wed Oct 15 04:31:51 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/sample/demos-en/entry3.rb, ext/tk/sample/demos-jp/entry3.rb :