index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
pp.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/pp.rb: describe superclasses explicitly.
akr
2010-08-01
1
-2
/
+2
*
* lib/pp.rb: use [""].pack("p").size to detect the pointer size.
akr
2010-04-24
1
-7
/
+1
*
* lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless of
akr
2009-11-07
1
-3
/
+2
*
* lib/pp.rb (Kernel#pp): returns its arguments, like Kernel#p.
mame
2009-09-29
1
-2
/
+2
*
* lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspect
akr
2009-09-27
1
-2
/
+16
*
* lib/pp.rb (guard_inspect_key): untrust internal hash to prevent
mame
2009-08-04
1
-3
/
+3
*
* lib/pp.rb (Struct#pretty_print): coerce to a string since
nobu
2009-04-27
1
-1
/
+1
*
* test/test_pp.rb: extract from lib/pp.rb.
akr
2009-02-14
1
-183
/
+0
*
trailing spaces removed.
akr
2008-09-14
1
-27
/
+27
*
* re.c (rb_reg_names): new method Regexp#names.
akr
2007-12-09
1
-2
/
+16
*
* lib/pp.rb: use Hash for recursion check as inspect.
akr
2007-12-07
1
-6
/
+6
*
refine doc.
akr
2007-11-11
1
-1
/
+1
*
* lib/pp.rb (PP::PPMethods#pp_hash): don't sort keys because hash is
akr
2007-10-14
1
-10
/
+6
*
* lib/pp.rb (PP::PPMethods#pp_hash): sort condition changed:
akr
2007-07-07
1
-4
/
+5
*
* lib/pp.rb (PP::PPMethods#pp_hash): sort if
akr
2007-07-07
1
-1
/
+8
*
* lib/pp.rb: call original "method" method instead of redefined one.
akr
2007-06-07
1
-3
/
+10
*
* lib/pp.rb (PP::PPMethods::seplist): revert last change to work
matz
2007-06-05
1
-2
/
+2
*
* bignum.c (bignorm): sizeof(long) may be smaller than
matz
2006-07-11
1
-2
/
+2
*
cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...
ryan
2006-07-08
1
-1
/
+1
*
* lib/pp.rb (PP::PPMethods::seplist): should have preserved
matz
2006-06-21
1
-3
/
+3
*
* lib/pp.rb (Kernel#pretty_inspect): defined for pretty printed
akr
2006-06-16
1
-1
/
+9
*
* lib/pp.rb (PP.mcall): new method.
akr
2006-05-13
1
-3
/
+15
*
A trick for negative address removed.
akr
2005-11-30
1
-1
/
+0
*
ChangeLog lib/pp.rb
akr
2005-11-30
1
-1
/
+9
*
* lib/pp.rb (PP::PPMethods#object_address_group): adjust address format.
akr
2005-11-28
1
-1
/
+8
*
* lib/pp.rb (PP::PPMethods#guard_inspect_key): support
akr
2005-03-09
1
-10
/
+14
*
* object.c (inspect_obj): unintended space removal.
matz
2005-03-07
1
-7
/
+17
*
* lib/pp.rb: rdoced by Sam Roberts.
akr
2005-03-06
1
-149
/
+118
*
* lib/pp.rb (File::Stat#pretty_print): Etc.getpwuid and Etc.getgrgid
akr
2005-03-06
1
-4
/
+8
*
* lib/pp.rb (PP#object_address_group): remove odd number of 'f'
nobu
2004-11-14
1
-1
/
+3
*
* (lib/pp.rb, lib/prettyprint.rb): define seplist in PP::PPMethods
akr
2004-03-27
1
-0
/
+46
*
* lib/pathname.rb: use assert_raise instead of assert_raises.
akr
2004-02-11
1
-1
/
+1
*
wrong commit.
nobu
2004-02-08
1
-1
/
+1
*
* lib/pp.rb (PP::PPMethods::object_address_group): suppress negative
nobu
2004-02-08
1
-1
/
+1
*
* lib/pp.rb (PPInspectTest#test_to_s_with_iv): rollback the previous
nahi
2004-02-06
1
-1
/
+0
*
* lib/pp.rb (PPInspectTest#test_to_s_with_iv): remove instance
nahi
2004-02-06
1
-0
/
+1
*
* lib/prettyprint.rb (PrettyPrint#seplist): added.
akr
2004-02-05
1
-11
/
+6
*
* lib/pp.rb (Struct#pretty_print_cycle): follow 1.8 style.
akr
2004-02-02
1
-3
/
+7
*
* lib/pp.rb (Struct#pretty_print): make it 1.8 style.
akr
2004-02-01
1
-2
/
+14
*
fix typos.
akr
2004-01-07
1
-3
/
+3
*
* lib/pp.rb: don't use local variable `pp'.
akr
2003-12-16
1
-97
/
+97
*
* lib/pp.rb: refine to_s test.
akr
2003-05-11
1
-11
/
+14
*
* lib/pp.rb (PP::ObjectMixin#pretty_print): refine to_s handling.
akr
2003-05-10
1
-5
/
+24
*
add test for previous change.
akr
2003-03-16
1
-0
/
+5
*
* lib/pp.rb (object_address_group): use to_s instead of name
akr
2003-03-16
1
-1
/
+1
*
* lib/pp.rb (Kernel.pp): module function.
akr
2003-03-07
1
-0
/
+13
*
* lib/pp.rb: Use Test::Unit.
akr
2003-01-21
1
-9
/
+34
*
fix sharing_detection.
akr
2003-01-20
1
-0
/
+8
*
refine previous change.
akr
2003-01-20
1
-21
/
+0
*
* lib/pp.rb: Don't redefine `inspect'.
akr
2003-01-20
1
-65
/
+34
[next]