summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-03 17:20:08 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-03 17:20:08 +0000
commit40f9219a8bd6d35b485655f63133ffc332524b8e (patch)
tree8d162544a06917d12f813dcb4832aa025cd1332d /ChangeLog
parent1a235738a8533edfe9314d79d327e2d2759366dc (diff)
* file.c (test_l): fix wrong method name in document.
(test_S): ditto. (test_b): ditto. (test_c): ditto. (test_suid): ditto. (test_sgid): ditto. (test_sticky): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5620 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 bcc35dc762..aa049fc7dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Wed Feb 4 02:12:06 2004 Tanaka Akira <akr@m17n.org>
+
+ * file.c (test_l): fix wrong method name in document.
+ (test_S): ditto.
+ (test_b): ditto.
+ (test_c): ditto.
+ (test_suid): ditto.
+ (test_sgid): ditto.
+ (test_sticky): ditto.
+
Tue Feb 3 22:36:25 2004 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb,