diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-01 16:57:47 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-01 16:57:47 +0000 |
| commit | 99c3a88628ccfc56f3869c16a8df4531709e1986 (patch) | |
| tree | 01942cc9b0f5ea50f7678e5c047f5fe705933bc2 /ChangeLog | |
| parent | 900890fb6f0b34242fe3620cc45f3669e487c855 (diff) | |
| download | ruby-99c3a88628ccfc56f3869c16a8df4531709e1986.tar.gz ruby-99c3a88628ccfc56f3869c16a8df4531709e1986.tar.xz ruby-99c3a88628ccfc56f3869c16a8df4531709e1986.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/branches/ruby_1_8@5607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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. @@ -27,7 +32,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] Sat Jan 31 09:20:32 2004 NAKAMURA, Hiroshi <nakahiro@sairon.co.jp> |
