From 6caabfff39fa464d148701cd815f99c2e85fc4d7 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 16 Oct 2000 09:13:20 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a057e280f..dce5d64b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,32 @@ +Mon Oct 16 15:37:33 2000 Kazuhiro NISHIYAMA + + * eval.c (rb_thread_inspect): tag size was shorter than required. + + * object.c (rb_obj_inspect): ditto. + +Mon Oct 16 14:25:18 2000 Shugo Maeda + + * object.c (sym_inspect): used `name' before initialization. + +Mon Oct 16 14:06:00 2000 Yukihiro Matsumoto + + * pack.c (pack_pack): use NATINT_U32 for 'l', 'L', and 'N'. + + * pack.c (I32,U32): 32 bit sized integer. + + * pack.c (OFF16,OFF32B): big endien offset for network byteorder. + Mon Oct 16 06:39:32 2000 Minero Aoki * lib/net/http.rb: hex-alpha is not [a-h] but [a-f]. +Mon Oct 16 01:02:02 2000 Yukihiro Matsumoto + + * eval.c (rb_thread_start_0): should not abort on exception if + $SAFE >= 4. + + * parse.y (sym): symbols for class variable names. + Sat Oct 14 03:32:13 2000 Yukihiro Matsumoto * eval.c (rb_thread_alloc): should not link a new thread in the -- cgit