diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-31 06:48:35 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-31 06:48:35 +0000 |
| commit | 11a634300dccd27ce6731517ea681305d5fd78a6 (patch) | |
| tree | d411ddd6b39a11392d3b223bfe9c89ca57a75cd7 /ChangeLog | |
| parent | befd27d901b70c248c93283c7c47529d30328e02 (diff) | |
| download | ruby-11a634300dccd27ce6731517ea681305d5fd78a6.tar.gz ruby-11a634300dccd27ce6731517ea681305d5fd78a6.tar.xz ruby-11a634300dccd27ce6731517ea681305d5fd78a6.zip | |
* lib/rdoc/ri/formatter.rb (output): add accessor.
* lib/rdoc/ri/display.rb (page): replace @formatter.output instead of
$stdout.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,7 +1,14 @@ +Thu Jan 31 15:46:30 2008 NAKAMURA Usaku <usa@ruby-lang.org> + + * lib/rdoc/ri/formatter.rb (output): add accessor. + + * lib/rdoc/ri/display.rb (page): replace @formatter.output instead of + $stdout. + Thu Jan 31 15:06:50 2008 NARUSE, Yui <naruse@ruby-lang.org> - * marshal.c (r_object0): call r_entry/r_leave to call proc when TYPE_FIXNUM, - TYPE_NIL, TYPE_TRUE, TYPE_FALSE, TYPE_SYMBOL. + * marshal.c (r_object0): call r_entry/r_leave to call proc when + TYPE_FIXNUM, TYPE_NIL, TYPE_TRUE, TYPE_FALSE, TYPE_SYMBOL. Thu Jan 31 14:03:38 2008 NAKAMURA Usaku <usa@ruby-lang.org> |
