From 871b9e6350b2c2a0c50461f03f33186bb65b567a Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 3 Feb 2004 17:20:08 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@5620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bcc35dc76..aa049fc7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Feb 4 02:12:06 2004 Tanaka Akira + + * 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 * lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb, -- cgit