|
| 1 | +Wed Mar 29 23:47:31 2017 CHIKANAGA Tomoyuki < [email protected]> |
| 2 | + |
| 3 | + * hash.c (any_hash): fix CI failure on L32LLP64 architecture. |
| 4 | + The patch was provided by usa. [ruby-core:80484] [Bug #13376] |
| 5 | + |
| 6 | +Wed Mar 29 06:22:27 2017 CHIKANAGA Tomoyuki < [email protected]> |
| 7 | + |
| 8 | + * hash.c (any_hash): fix Symbol#hash to be nondeterministic. |
| 9 | + The patch was provided by Eric Wong. [ruby-core:80433] [Bug #13376] |
| 10 | + |
| 11 | + * test/ruby/test_symbol.rb: add test for above. |
| 12 | + |
| 13 | +Tue Mar 28 00:38:39 2017 NAKAMURA Usaku < [email protected]> |
| 14 | + |
| 15 | + * win32/win32.c (poll_child_status): rb_w32_wait_events_blocking() sets |
| 16 | + errno internally, then should not set it here. |
| 17 | + |
| 18 | +Mon Mar 27 20:15:17 2017 Kazuki Tsujimoto < [email protected]> |
| 19 | + |
| 20 | + * eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c: |
| 21 | + TracePoint#method_id should return method_id, not callee_id. |
| 22 | + [ruby-core:77241] [Feature #12747] |
| 23 | + |
| 24 | + * test/ruby/test_settracefunc.rb: change accordingly. |
| 25 | + |
| 26 | +Mon Mar 27 20:12:23 2017 Anton Davydov < [email protected]> |
| 27 | + |
| 28 | + * lib/uri/mailto.rb: Removed needless `return` and use `.`` instead of `::` |
| 29 | + with class method. |
| 30 | + * test/uri/test_mailto.rb: Added tests for coverage. |
| 31 | + |
| 32 | +Mon Mar 20 06:35:08 2017 Nobuyoshi Nakada < [email protected]> |
| 33 | + |
| 34 | + * ruby.c (process_options): convert -e script to the encoding |
| 35 | + given by a command line option on Windows. assume it is the |
| 36 | + expected encoding. [ruby-dev:49461] [Bug #11900] |
| 37 | + |
| 38 | +Mon Mar 20 05:47:49 2017 Koichi Sasada < [email protected]> |
| 39 | + |
| 40 | + * test/ruby/test_exception.rb: fix thread issues. |
| 41 | + * use Queue instead of a local variable for synchronization. |
| 42 | + * join created thread to soleve leaking threads warning. |
| 43 | + |
| 44 | +Mon Mar 20 05:47:49 2017 Nobuyoshi Nakada < [email protected]> |
| 45 | + |
| 46 | + * thread.c (rb_threadptr_raise): set cause from the called thread, |
| 47 | + but not from the thread to be interrupted. |
| 48 | + [ruby-core:77222] [Bug #12741] |
| 49 | + |
| 50 | +Wed Feb 8 02:17:02 2017 Nobuyoshi Nakada < [email protected]> |
| 51 | + |
| 52 | + * lib/forwardable.rb (Forwardable._delegator_method): extract |
| 53 | + method generator and deal with non-module objects. |
| 54 | + [ruby-dev:49656] [Bug #12478] |
| 55 | + |
| 56 | +Wed Feb 8 02:17:02 2017 Nobuyoshi Nakada < [email protected]> |
| 57 | + |
| 58 | + * lib/forwardable.rb (def_instance_delegator): adjust backtrace of |
| 59 | + method body by tail call optimization. adjusting the delegated |
| 60 | + target is still done by deleting backtrace. |
| 61 | + |
| 62 | + * lib/forwardable.rb (def_single_delegator): ditto. |
| 63 | + |
| 64 | +Tue Jan 17 03:51:48 2017 Nobuyoshi Nakada < [email protected]> |
| 65 | + |
| 66 | + * compile.c (setup_args): duplicate splatting array if more |
| 67 | + arguments present to obey left-to-right execution order. |
| 68 | + [ruby-core:77701] [Bug# 12860] |
| 69 | + |
| 70 | +Thu Nov 24 05:47:18 2016 CHIKANAGA Tomoyuki < [email protected]> |
| 71 | + |
| 72 | + * test/fileutils/test_fileutils.rb (TestFileUtils#setup): Use primary |
| 73 | + group as well as supplementary groups. |
| 74 | + based on the patch by Vit Ondruch at [Bug #12910] |
| 75 | + |
| 76 | +Thu Nov 24 05:44:04 2016 CHIKANAGA Tomoyuki < [email protected]> |
| 77 | + |
| 78 | + * test/ruby/test_dir_m17n.rb: Don't encode to UTF-8 if it's unnecessary. |
| 79 | + If the file system encoding is ISO-8851-1 or if the encoding of the |
| 80 | + target string is invalid, don't encode to UTF-8. [Bug#12972] |
| 81 | + |
1 | 82 | Mon Nov 21 16:55:15 2016 boshan < [email protected]> |
2 | 83 |
|
3 | 84 | * lib/tempfile.rb (Tempfile#initialize): [DOC] the first parameter |
|
0 commit comments