summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-01 16:57:47 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-01 16:57:47 +0000
commitd3ec8e3e3fb3023d52e7c4fe6925113e21171fda (patch)
tree64f011c1693a462cca6007caa02e729167ed6aef /ChangeLog
parentadf015d4c49b33296f2c986772f4303acf5c0c35 (diff)
downloadruby-d3ec8e3e3fb3023d52e7c4fe6925113e21171fda.tar.gz
ruby-d3ec8e3e3fb3023d52e7c4fe6925113e21171fda.tar.xz
ruby-d3ec8e3e3fb3023d52e7c4fe6925113e21171fda.zip
* lib/pp.rb (Struct#pretty_print): make it 1.8 style.
(Numeric#pretty_print, FalseClass#pretty_print) (TrueClass#pretty_print, Module#pretty_print): fix pp for objects with instance variables. [ruby-talk:91157] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ca3c867c6..c4563b611 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-Mon Feb 2 00:28:54 2004 Tanaka Akira <akr@m17n.org>
+Mon Feb 2 01:54:00 2004 Tanaka Akira <akr@m17n.org>
+
+ * lib/pp.rb (Struct#pretty_print): make it 1.8 style.
+ (Numeric#pretty_print, FalseClass#pretty_print)
+ (TrueClass#pretty_print, Module#pretty_print): fix pp for objects
+ with instance variables. [ruby-talk:91157]
* lib/open-uri.rb (URI::Generic#find_proxy): return nil on loopback
address.
@@ -22,7 +27,7 @@ Sun Feb 1 05:30:06 2004 Tanaka Akira <akr@m17n.org>
* lib/open-uri.rb (URI::Generic#find_proxy): warn HTTP_PROXY.
raise an errror on non-http proxy URI.
- (OpenURI::Buffer#<<): make a tempfile binmode.
+ (OpenURI::Buffer#<<): make a tempfile binmode. [ruby-talk:90792]
Sun Feb 1 00:57:41 2004 Kouhei Sutou <kou@cozmixng.org>