@@ -11,6 +11,127 @@ Thu Mar 6 10:33:31 2014 Martin Bosslet <Martin.Bosslet@gmail.com>
1111 Reported by Jeff Hodges.
1212 [ruby-core:59829] [Bug #9424]
1313
14+ Thu May 8 01:13:10 2014 NARUSE, Yui <naruse@ruby-lang.org>
15+
16+ * configure.in: correct pthread_setname_np's prototype on NetBSD.
17+ [Bug #9586]
18+
19+ Tue May 6 00:54:56 2014 Narihiro Nakamura <authornari@gmail.com>
20+
21+ * gc.c (gc_after_sweep): suppress unnecessary expanding heap.
22+ Tomb heap pages are freed pages here, so expanding heap is
23+ not required.
24+
25+ Mon May 5 02:35:20 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
26+
27+ * ext/openssl/ossl_pkey.c (ossl_pkey_verify): as EVP_VerifyFinal()
28+ finalizes only a copy of the digest context, the context must be
29+ cleaned up after initialization by EVP_MD_CTX_cleanup() or a
30+ memory leak will occur. [ruby-core:62038] [Bug #9743]
31+
32+ Mon May 5 02:21:48 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
33+
34+ * ext/dl/cptr.c (dlptr_free), ext/dl/handle.c (dlhandle_free),
35+ ext/fiddle/handle.c (fiddle_handle_free),
36+ ext/fiddle/pointer.c (fiddle_ptr_free): fix memory leak.
37+ based on the patch Heesob Park at [ruby-dev:48021] [Bug #9599].
38+
39+ Mon May 5 01:20:27 2014 Eric Wong <e@80x24.org>
40+
41+ * gc.c (rb_gc_writebarrier): drop special case for big hash/array
42+ [Bug #9518]
43+
44+ Mon May 5 01:13:00 2014 Koichi Sasada <ko1@atdot.net>
45+
46+ * gc.c (gc_before_sweep): cap `malloc_limit' to
47+ gc_params.malloc_limit_max. It can grow and grow with such case:
48+ `loop{"a" * (1024 ** 2)}'
49+ [Bug #9687]
50+
51+ This issue is pointed by Tim Robertson.
52+ http://www.omniref.com/blog/blog/2014/03/27/ruby-garbage-collection-still-not-ready-for-production/
53+
54+ Mon May 5 00:52:18 2014 Kenta Murata <mrkn@mrkn.jp>
55+
56+ * ext/bigdecimal/bigdecimal.c (BigDecimal_initialize): Insert GC guard.
57+
58+ * ext/bigdecimal/bigdecimal.c (BigDecimal_global_new): ditto.
59+
60+ Mon May 5 00:42:35 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
61+
62+ * ext/psych/psych.gemspec: update gemspec for psych-2.0.5
63+
64+ Mon May 5 00:42:35 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
65+
66+ * ext/psych/lib/psych.rb: Merge psych-2.0.5. bump version to
67+ libyaml-0.1.6 for CVE-2014-2525.
68+ * ext/psych/yaml/config.h: ditto.
69+ * ext/psych/yaml/scanner.c: ditto.
70+ * ext/psych/yaml/yaml_private.h: ditto.
71+
72+ Mon May 5 00:35:20 2014 Aaron Patterson <aaron@tenderlovemaking.com>
73+
74+ * ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping Encoding
75+ objects.
76+
77+ * ext/psych/lib/psych/visitors/to_ruby.rb: support loading Encoding
78+ objects.
79+
80+ * test/psych/test_encoding.rb: add test
81+
82+ * ext/psych/lib/psych.rb: add version
83+
84+ Mon May 5 00:16:35 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
85+
86+ * gc.c: Fix up default GC params by @csfrancis [fix GH-556]
87+
88+ Fri May 2 00:19:36 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
89+
90+ * ext/openssl/ossl.c (ossl_make_error): check NULL for unknown
91+ error reasons with old OpenSSL, and insert a colon iff formatted
92+ message is not empty.
93+
94+ Thu May 1 20:56:56 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
95+
96+ * ext/readline/extconf.rb (rl_hook_func_t): check pointer type.
97+ [ruby-dev:48089] [Bug #9702]
98+
99+ Thu May 1 20:47:08 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
100+
101+ * ext/readline/extconf.rb: fix typo, `$defs` not `$DEFS`.
102+ [ruby-core:61756] [Bug #9578]
103+
104+ Thu May 1 20:47:08 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
105+
106+ * ext/readline/extconf.rb (rl_hook_func_t): define as Function for
107+ very old readline versions. [ruby-core:61209] [Bug #9578]
108+
109+ Thu May 1 20:47:08 2014 Tanaka Akira <akr@fsij.org>
110+
111+ * ext/readline/readline.c (Init_readline): Use rl_hook_func_t instead
112+ of Function to support readline-6.3. (rl_hook_func_t is available
113+ since readline-4.2.)
114+ Reported by Dmitry Medvinsky. [ruby-core:61141] [Bug #9578]
115+
116+ Sat Mar 1 21:00:27 2014 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
117+
118+ * proc.c: Having optional keyword arguments makes maximum arity +1,
119+ not unlimited [#8072]
120+
121+ Sat Mar 1 17:25:12 2014 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
122+
123+ * proc.c: Having any mandatory keyword argument increases min arity
124+ [#9299]
125+
126+ Mon Feb 24 14:56:41 2014 WATANABE Hirofumi <eban@ruby-lang.org>
127+
128+ * tool/make-snapshot: needs CXXFLAGS. [ruby-core:59393][Bug #9320]
129+
130+ Mon Feb 24 14:56:41 2014 NAKAMURA Usaku <usa@ruby-lang.org>
131+
132+ * tool/make-snapshot: support new version scheme.
133+ >>>>>>> v2_1_2
134+
14135Mon Feb 24 13:05:48 2014 Aaron Patterson <aaron@tenderlovemaking.com>
15136
16137 * ext/psych/lib/psych.rb: New release of psych.
0 commit comments