aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-11 03:53:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-11 03:53:27 +0000
commit30de9f68eb9748a66aef6573af268fd512b86fe2 (patch)
tree0e5271dc13c5c5fd5361b787e4a9f983f525b98a
parentdc9112dd7ae5ebc10f0a975b35baba4e83051bb2 (diff)
downloadruby-30de9f68eb9748a66aef6573af268fd512b86fe2.tar.gz
* hash.c (ruby_setenv): use ruby_strdup().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19a1f4d878..9eaa550a6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Nov 11 12:53:25 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * hash.c (ruby_setenv): use ruby_strdup().
+
Wed Nov 11 12:19:27 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* hash.c (ruby_setenv): also set CRT workarea. ref [ruby-core:25010]