aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-26 01:55:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-26 01:55:34 +0000
commit37e432b5bf4d873a987738891d86f588e97a53a6 (patch)
tree878c034361d86a25b303d677c1161b7575f64344 /ChangeLog
parent3bd10c6ee7a4d05e25610690f52efe4557dd8ed2 (diff)
downloadruby-37e432b5bf4d873a987738891d86f588e97a53a6.tar.gz
compile.c: non-destructive keyword splat
* compile.c (compile_array_): make copy a first hash not to modify the argument itself. keyword splat should be non-destructive. [ruby-core:62161] [Bug #9776] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5947f4b609..fa9fd1d433 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Apr 26 10:55:33 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * compile.c (compile_array_): make copy a first hash not to modify
+ the argument itself. keyword splat should be non-destructive.
+ [ruby-core:62161] [Bug #9776]
+
Sat Apr 26 08:05:36 2014 Tanaka Akira <akr@fsij.org>
* test/ruby/test_process.rb (test_rlimit_nofile): Don't limit