diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-05 14:59:46 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-05 14:59:46 +0000 |
| commit | 7d3aefe31df231fc0d8a5f9c33da0c83b28e1efd (patch) | |
| tree | 499504866761bfcca6c3851493d8d345702aeecb /ChangeLog | |
| parent | d823b0b00e4b643b3bd7a14e87490d8a4f96fb86 (diff) | |
| download | ruby-7d3aefe31df231fc0d8a5f9c33da0c83b28e1efd.tar.gz ruby-7d3aefe31df231fc0d8a5f9c33da0c83b28e1efd.tar.xz ruby-7d3aefe31df231fc0d8a5f9c33da0c83b28e1efd.zip | |
* lib/prettyprint.rb (PrettyPrint#seplist): added.
* lib/pp.rb (PPMethods#pp_object): use seplist.
(PPMethods#pp_hash): ditto.
(Array#pretty_print): ditto.
(Struct#pretty_print): ditto.
(MatchData#pretty_print): ditto.
* lib/set.rb (Set#pretty_print): use seplist.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Thu Feb 5 23:56:55 2004 Tanaka Akira <akr@m17n.org> + + * lib/prettyprint.rb (PrettyPrint#seplist): added. + + * lib/pp.rb (PPMethods#pp_object): use seplist. + (PPMethods#pp_hash): ditto. + (Array#pretty_print): ditto. + (Struct#pretty_print): ditto. + (MatchData#pretty_print): ditto. + + * lib/set.rb (Set#pretty_print): use seplist. + Wed Feb 4 22:39:46 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * file.c (rb_stat_mode): should not sign-expand, so backout. |
