From 23499e2e82add5d59aa7bee417d8437699428f7e Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 5 Feb 2004 14:59:46 +0000 Subject: * 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/branches/ruby_1_8@5623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7373457f1..fe25883cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Thu Feb 5 23:56:55 2004 Tanaka Akira + + * 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 02:12:06 2004 Tanaka Akira * file.c (test_l): fix wrong method name in document. -- cgit