diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-10-13 09:01:58 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-10-13 09:01:58 +0000 |
| commit | 81d5e984b1efabde327b5676965e0c138d32bf63 (patch) | |
| tree | 2923343175f8d63a52649189131c6e642b4574dd /ChangeLog | |
| parent | 9f4072870b5fd9a2aaba0b3ee6b79cc937300804 (diff) | |
| download | ruby-81d5e984b1efabde327b5676965e0c138d32bf63.tar.gz ruby-81d5e984b1efabde327b5676965e0c138d32bf63.tar.xz ruby-81d5e984b1efabde327b5676965e0c138d32bf63.zip | |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -12,6 +12,26 @@ Thu Oct 12 01:23:38 2000 Wakou Aoyama <wakou@fsinet.or.jp> * lib/cgi.rb: bug fix: CGI::html(): PRETTY option didn't work. +Thu Oct 12 00:03:02 2000 Yukihiro Matsumoto <matz@ruby-lang.org> + + * object.c (sym_inspect): should adjust string length. + + * struct.c (rb_struct_to_s): ditto. + + * struct.c (rb_struct_inspect): ditto. + +Wed Oct 11 22:15:47 2000 Katsuyuki Komatsu <komatsu@sarion.co.jp> + + * eval.c (rb_thread_inspect): should adjust string length. + + * object.c (rb_any_to_s): ditto. + + * object.c (rb_obj_inspect): ditto. + +Wed Oct 11 18:13:50 2000 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (rb_thread_start_0): should check insecure exit. + Wed Oct 11 14:29:51 2000 Minero Aoki <aamine@dp.u-netsurf.ne.jp> * lib/net/protocol.rb: 2nd arg for ProtocolError#initialize is optional. |
