|
1 |
| -Sat Jun 1 07:32:15 2013 Tanaka Akira <akr@fsij.org> |
| 1 | +Sat Jun 1 08:00:46 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> |
2 | 2 |
|
3 |
| - * bignum.c: Use BDIGIT type for hbase. |
| 3 | + * ext/zlib/zlib.c (gzfile_read, gzfile_read_all, gzfile_getc), |
| 4 | + (gzreader_gets): check EOF. [ruby-core:55220] [Bug #8467] |
4 | 5 |
|
5 |
| -Sat Jun 1 02:37:35 2013 NARUSE, Yui <naruse@ruby-lang.org> |
| 6 | +Sat Jun 1 08:00:06 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> |
6 | 7 |
|
7 |
| - * ext/socket/option.c (sockopt_s_byte): constructor of the sockopt |
8 |
| - whose value's is byte. |
9 |
| - |
10 |
| - * ext/socket/option.c (sockopt_byte): getter for above. |
11 |
| - |
12 |
| - * ext/socket/option.c (inspect_byte): inspect for above. |
13 |
| - |
14 |
| - * ext/socket/option.c (sockopt_s_ip_multicast_loop): constructor of |
15 |
| - the sockopt whose optname is IP_MULTICAST_LOOP. |
16 |
| - |
17 |
| - * ext/socket/option.c (sockopt_ip_multicast_loop): getter for above. |
18 |
| - |
19 |
| - * ext/socket/option.c (sockopt_s_ip_multicast_ttl): constructor of |
20 |
| - the sockopt whose optname is IP_MULTICAST_TTL. |
21 |
| - |
22 |
| - * ext/socket/option.c (sockopt_ip_multicast_ttl): getter for above. |
23 |
| - |
24 |
| - * ext/socket/option.c (sockopt_inspect): use above. |
25 |
| - |
26 |
| -Sat Jun 01 01:50:00 2013 Kenta Murata <mrkn@mrkn.jp> |
27 |
| - |
28 |
| - * ext/bigdecimal/bigdecimal.c (BigDecimal_power): use rb_dbl2big |
29 |
| - to convert a double value to a Bignum. |
30 |
| - |
31 |
| -Sat Jun 1 00:19:50 2013 Tanaka Akira <akr@fsij.org> |
32 |
| - |
33 |
| - * bignum.c (calc_hbase): Make hbase the maximum power of base |
34 |
| - representable in BDIGIT. |
35 |
| - |
36 |
| -Fri May 31 23:56:13 2013 Tanaka Akira <akr@fsij.org> |
37 |
| - |
38 |
| - * bignum.c (calc_hbase): Extracted from rb_big2str0. |
39 |
| - |
40 |
| -Fri May 31 23:22:24 2013 Tanaka Akira <akr@fsij.org> |
41 |
| - |
42 |
| - * bignum.c: Don't hard code SIZEOF_BDIGITS for log_base(hbase). |
43 |
| - (big2str_orig): hbase_numdigits argument added. |
44 |
| - (big2str_karatsuba): Ditto. |
45 |
| - (rb_big2str0): Calculate hbase_numdigits. |
| 8 | + * ext/zlib/zlib.c (gzfile_read, gzfile_read_all, gzfile_getc), |
| 9 | + (gzreader_gets): check EOF. [ruby-core:55220] [Bug #8467] |
46 | 10 |
|
47 | 11 | Fri May 31 17:57:21 2013 Zachary Scott <zachary@zacharyscott.net>
|
48 | 12 |
|
@@ -80,34 +44,6 @@ Fri May 31 11:58:24 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
80 | 44 | * vm_method.c (set_visibility): extract from rb_mod_public(),
|
81 | 45 | rb_mod_protected() and rb_mod_private().
|
82 | 46 |
|
83 |
| -Thu May 30 19:47:42 2013 Yusuke Endoh <mame@tsg.ne.jp> |
84 |
| - |
85 |
| - * vm_insnhelper.c (vm_callee_setup_keyword_arg, |
86 |
| - vm_callee_setup_arg_complex): consider a hash argument for keyword |
87 |
| - only when the number of arguments is more than the expected |
88 |
| - mandatory parameters. [ruby-core:53199] [ruby-trunk - Bug #8040] |
89 |
| - |
90 |
| - * test/ruby/test_keyword.rb: update a test for above. |
91 |
| - |
92 |
| -Thu May 30 17:55:04 2013 Zachary Scott <zachary@zacharyscott.net> |
93 |
| - |
94 |
| - * process.c: RDoc on Process.spawn |
95 |
| - |
96 |
| -Thu May 30 00:08:14 2013 Koichi Sasada <ko1@atdot.net> |
97 |
| - |
98 |
| - * gc.c (gc_profile_enable): rest_sweep() to finish last GC. |
99 |
| - Profiling record is allocated at first of marking phase. |
100 |
| - Enable at lazy sweeping may cause an error (SEGV). |
101 |
| - |
102 |
| -Wed May 29 10:33:27 2013 Koichi Sasada <ko1@atdot.net> |
103 |
| - |
104 |
| - * hash.c: fix WB bug. |
105 |
| - (1) Hash's key also needs WB. |
106 |
| - (2) callback parameter *key and *value of st_update() is not a |
107 |
| - storage of st_table itself (only local variable). So that |
108 |
| - OBJ_WRITE() is not suitable, especially for `!existing'. |
109 |
| - OBJ_WRITTEN() is used instead of OBJ_WRITE(). |
110 |
| - |
111 | 47 | Tue May 28 12:31:21 2013 Koichi Sasada <ko1@atdot.net>
|
112 | 48 |
|
113 | 49 | * ext/objspace/object_tracing.c: fix a bug reported at
|
@@ -1530,7 +1466,7 @@ Sat May 4 04:13:27 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
1530 | 1466 |
|
1531 | 1467 | Fri May 3 19:32:13 2013 Takeyuki FUJIOKA <xibbar@ruby-lang.org>
|
1532 | 1468 |
|
1533 |
| - * lib/cgi/util.rb: All class methods modulized. |
| 1469 | + * lib/cgi/util.rb: All class methods moduleized. |
1534 | 1470 | We can use these methods like a function when "include CGI::Util".
|
1535 | 1471 | [Feature #8354]
|
1536 | 1472 |
|
|
0 commit comments