summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-29 10:01:41 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-29 10:01:41 +0000
commitf1ba722e2af0233a20552a7aa119818c10f59ce2 (patch)
treea3a89541bead812f4fe2bdb51c7ec2d8f8b0ce13 /ChangeLog
parentb5bbe477af9dab366cb7e7ef19ffa5c9a0dc5330 (diff)
downloadruby-f1ba722e2af0233a20552a7aa119818c10f59ce2.tar.gz
ruby-f1ba722e2af0233a20552a7aa119818c10f59ce2.tar.xz
ruby-f1ba722e2af0233a20552a7aa119818c10f59ce2.zip
* lib/pp.rb: don't print a mode File::Stat as decimal number.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82dcfc581..afd7a508c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ Tue Jan 29 17:59:20 2002 Tanaka Akira <akr@m17n.org>
* configure.in: add check for `sys/mkdev.h'.
+ * lib/pp.rb: don't print a mode File::Stat as decimal number.
+
Mon Jan 28 19:16:58 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* array.c (rb_ary_fill): shouldn't yield unless block given.