From 77f610c3160cb451849c2bd931ac6984435247a0 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/branches/ruby_1_8@5620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c4eef1f6b..7373457f1 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 08:04:57 2004 Tanaka Akira * lib/pp.rb (Struct#pretty_print_cycle): follow 1.8 style. -- cgit