From 8b26ade46222279569270ae9f178d6fa30b7842d Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 15 Nov 2001 15:56:08 +0000 Subject: * array.c (rb_ary_join): non-nil separator must be converted to String. and separators' total length was wrong. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b912141ba..486e09ddb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Nov 15 15:29:39 2001 Nobuyoshi Nakada + + * array.c (rb_ary_join): non-nil separator must be converted to + String. and separators' total length was wrong. + Thu Nov 15 03:37:17 2001 Usaku Nakamura * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it's -- cgit