From 0b2e94b2abcce9301d75ccd4c986f8c3324a50c7 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 9 Oct 2003 06:46:40 +0000 Subject: * pack.c (uv_to_utf8): change message to "out of range", since negative values are not "too big". [ruby-dev21567] * marshal.c (w_object): should pass the value of "weak" to w_object(). [ruby-dev:21555] and [ruby-dev:21561] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 756b7bbc60..98a7182b31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Oct 9 15:45:27 2003 Yukihiro Matsumoto + + * pack.c (uv_to_utf8): change message to "out of range", since + negative values are not "too big". [ruby-dev21567] + + * marshal.c (w_object): should pass the value of "weak" to + w_object(). [ruby-dev:21555] and [ruby-dev:21561] + Thu Oct 9 14:05:38 2003 Nobuyoshi Nakada * eval.c (rb_set_end_proc, rb_exec_end_proc): restore safe level. -- cgit v1.2.3