From d165fa25044b09785b57184936f8b7241be9516e Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 17 May 2010 12:15:47 +0000 Subject: * win32/win32.c (argv_size): merged into join_argv() to maintain the agreement with it. removed code has a calclulation bug. fixed [Bug#2388] * win32/win32.c (join_argv): calc and return the length of joined argv. the cause of the original bug was clarified by Masaya TARUI and the solution was suggested by him, too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a22ba46bb2..c34c811561 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Mon May 17 21:08:53 2010 NAKAMURA Usaku + + * win32/win32.c (argv_size): merged into join_argv() to maintain the + agreement with it. removed code has a calclulation bug. + fixed [Bug#2388] + + * win32/win32.c (join_argv): calc and return the length of joined + argv. + the cause of the original bug was clarified by Masaya TARUI + and the solution was suggested by him, too. + Mon Apr 5 09:20:08 2010 NARUSE, Yui * enc/iso_2022_jp.h: add CP50220. -- cgit v1.2.3