ruby-changes:44572
From: naruse <ko1@a...>
Date: Mon, 7 Nov 2016 00:56:32 +0900 (JST)
Subject: [ruby-changes:44572] naruse:r56645: Obsolete ChangeLog [Feature #12283]
naruse 2016-11-07 00:56:27 +0900 (Mon, 07 Nov 2016) New Revision: 56645 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56645 Log: Obsolete ChangeLog [Feature #12283] Removed files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 56644) +++ ChangeLog (revision 56645) @@ -1,9492 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L0 -Mon Nov 7 00:32:45 2016 NAKAMURA Usaku <usa@r...> - - * test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint): - ignore on Windows because we cannot handle signaled status of child - ruby process on this platform. - -Sun Nov 6 23:36:07 2016 Shugo Maeda <shugo@r...> - - * test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint): - send SIGKILL if the child process doesn't die within 1 second. - -Sun Nov 6 21:54:28 2016 NARUSE, Yui <naruse@r...> - - * tool/vcs.rb (export_changelog): generate ChangeLog file from - vcs's log. [Feature #12283] - - * tool/make-snapshot (package): overwrite ChangeLog by generated - ChangeLog. - -Sun Nov 6 21:36:33 2016 SHIBATA Hiroshi <hsbt@r...> - - * NEWS: Added entry for RDoc 5. - -Sun Nov 6 21:35:37 2016 SHIBATA Hiroshi <hsbt@r...> - - * NEWS: ordered entries and adjust styles. - -Sun Nov 6 18:23:31 2016 SHIBATA Hiroshi <hsbt@r...> - - * NEWS: Added entry for [Feature #12160][ruby-core:74239] - -Sun Nov 6 18:18:25 2016 SHIBATA Hiroshi <hsbt@r...> - - * NEWS: Added entry for r56624. - -Sun Nov 6 15:53:03 2016 Shugo Maeda <shugo@r...> - - * configure.in (-Wno-maybe-uninitialized): gcc 6 also shows the same - warnings as described in r49410. - -Sun Nov 6 14:42:50 2016 takkanm <takkanm@g...> - - * eval.c (rb_mod_include, rb_mod_prepend): check if arguments are - given, as well as Kernel#extend. [ruby-dev:49854] [Bug #12887] - [Fix GH-1470] - -Sun Nov 6 11:59:05 2016 Shugo Maeda <shugo@r...> - - * test/rinda/test_rinda.rb (test_make_socket_ipv6_multicast, - test_make_socket_ipv6_multicast_hops): skip if IPv6 multicast - address is not available. - -Sun Nov 6 11:53:23 2016 Nobuyoshi Nakada <nobu@r...> - - * lib/irb.rb (Binding#irb): new method like Binding#pry. - -Sun Nov 6 11:48:55 2016 Shugo Maeda <shugo@r...> - - * test/net/smtp/test_smtp.rb (test_tls_connect, test_tls_connect): - use Socket.tcp_server_sockets in case localhost is resolved to ::1. - -Sun Nov 6 11:49:47 2016 Nobuyoshi Nakada <nobu@r...> - - * lib/irb.rb (IRB::Irb#run): split from IRB.start. - -Sun Nov 6 11:45:11 2016 Nobuyoshi Nakada <nobu@r...> - - * lib/e2mmap.rb (E2MM.def_exception): remove old definition if - exists so that works multiple times. - -Sun Nov 6 10:03:00 2016 Shugo Maeda <shugo@r...> - - * test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint): - don't use sleep to run faster. - -Sun Nov 6 09:58:47 2016 Nobuyoshi Nakada <nobu@r...> - - * process.c (rb_exec_fillarg): honor the given path environment - variable. [ruby-core:53103] [Bug #8004] - -Sun Nov 6 01:52:31 2016 Akira Matsuda <ronnie@d...> - - * lib/erb.rb: Alias regist_scanner to register_scanner - -Sun Nov 6 01:39:36 2016 Shugo Maeda <shugo@r...> - - * compile.c (tailcallable_p): disable tail call optimization for - toplevel, eval, and load to avoid SEGV when interrupted by SIGINT. - [ruby-core:76327] [Bug #12576] - -Sun Nov 6 01:28:41 2016 Koichi Sasada <ko1@a...> - - * vm_insnhelper.h: rename REG_(CFP|PC|SP|EP) to VM_REG_.... - [Bug #12527] - - * vm_exec.c: ditto. - -Sun Nov 6 00:25:11 2016 Sho Hashimoto <sho.hsmt@g...> - - * enumerator.c (InitVM_Enumerator): Enumerator::Lazy#chunk_while - defined. [Fix GH-1186] - https://github.com/ruby/ruby/pull/1186 - -Sun Nov 6 00:22:51 2016 Kazuki Tsujimoto <kazuki@c...> - - * vm_eval.c (vm_call0_cfunc_with_frame): pass method id to - dtrace hook. follow up r56592. - -Sun Nov 6 00:06:38 2016 Tanaka Akira <akr@f...> - - * lib/resolv.rb (Resolv::LOC::Coord.create): fixed. - [ruby-core:72567] [Bug #11912] fixed by Eric Wong and Kazuhiro - NISHIYAMA. - -Sun Nov 6 00:03:09 2016 NARUSE, Yui <naruse@r...> - - * configure.in (-Wimplicit-fallthrough): gcc7 introduces case - fall through warnings but it is too noisy. - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7652 - -Sat Nov 5 23:58:32 2016 Shugo Maeda <shugo@r...> - - * numeric.c (rb_int_round): cast to SIGNED_VALUE to suppress - warnings by -Wsign-compare. - -Sat Nov 5 23:48:27 2016 NARUSE, Yui <naruse@r...> - - * file.c (rb_home_dir_of): convert given username into filesystem - encoding. [ruby-core:76682] [Bug #12652] - patched by Davis Mosans - -Sat Nov 5 23:46:03 2016 Tanaka Akira <akr@f...> - - * time.c (vtm_add_offset): Fix yday on last day of year. - [ruby-core:72878] [Bug #11994] Fixed by Andrew White. - -Sat Nov 5 23:30:41 2016 Shugo Maeda <shugo@r...> - - * lib/net/http.rb (Net::HTTP.post): new convenience method to send - a POST request. [ruby-core:75484] [Feature #12375] - -Sat Nov 5 23:03:54 2016 NARUSE, Yui <naruse@r...> - - * lib/net/http.rb (transport_request): other than HTTPContinue - in 1xx (HTTPInformation) also needs to continue. [Bug #12890] - -Sat Nov 5 22:51:06 2016 Tanaka Akira <akr@f...> - - * lib/time.rb (make_time): "now" argument as nil works again. - This is broken since Ruby 2.2. - Mathieu Jobin pointed a problem. - https://github.com/ruby/ruby/commit/e4b05d91eb0d48fd172abf015c493bb42d755d07#commitcomment-17421387 - -Sat Nov 5 22:50:13 2016 Akinori MUSHA <knu@i...> - - * lib/ipaddr.rb (IPAddr#==): If coercion fails, return false - instead of passing through the exception. [ruby-core:77451] - [Bug #12799] - - * lib/ipaddr.rb (IPAddr#<=>): If coercion fails, return nil - instead of passing through the exception. [ruby-core:77451] - [Bug #12799] - -Sat Nov 5 22:11:33 2016 Kazuki Tsujimoto <kazuki@c...> - - * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id): - add TracePoint#callee_id. [ruby-core:77241] [Feature #12747] - - * cont.c, eval.c, gc.c, include/ruby/intern.h, insns.def, thread.c, - vm.c, vm_backtrace.c, vm_core.h, vm_eval.c, vm_insnhelper.c, vm_trace.c: ditto. - - * test/ruby/test_settracefunc.rb: tests for above. - -Sat Nov 5 22:09:48 2016 Kazuki Tsujimoto <kazuki@c...> - - * eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c: - TracePoint#method_id should return method_id, not callee_id. - [ruby-core:77241] [Feature #12747] - - * test/ruby/test_settracefunc.rb: change accordingly. - -Sat Nov 5 18:49:37 2016 Nobuyoshi Nakada <nobu@r...> - - * numeric.c (flo_round, int_round): support round-to-nearest-even - semantics of IEEE 754 to match sprintf behavior, and add `half:` - optional keyword argument for the old behavior. - [ruby-core:76273] [Bug #12548] - -Sat Nov 5 18:17:54 2016 Akinori MUSHA <knu@i...> - - * lib/set.rb (Set#compare_by_identity, Set#compare_by_identity?): - New methods. [Feature #12210] - -Sat Nov 5 18:17:08 2016 SHIBATA Hiroshi <hsbt@r...> - - * lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0 - Release note: https://github.com/rdoc/rdoc/blob/b825775647f62c5b525e9780a28ff2fbb1d5bf6f/History.rdoc#500--2016-11-05 - -Sat Nov 5 17:29:06 2016 Tanaka Akira <akr@f...> - - * lib/resolv.rb (Resolv::DNS#extract_resources): Use each_resource - instead of each_answer. - [ruby-core:75461] [Bug #12372] reported by Rafael Fernandez Lopez. - -Sat Nov 5 17:18:24 2016 NARUSE, Yui <naruse@r...> - - * ext/-test-/file/fs.c (get_atime_p): Updating of file access times - is enabled or not. - -Sat Nov 5 16:28:07 2016 Nobuyoshi Nakada <nobu@r...> - - * io.c (extract_getline_opts): extract chomp option. - [Feature #12553] - -Sat Nov 5 15:58:24 2016 Sho Hashimoto <sho-h@n...> - - * tool/mkconfig.rb: [DOC] add rbconfig documentation. - -Sat Nov 5 15:42:52 2016 Shugo Maeda <shugo@r...> - - * lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake. - [ruby-core:76893] [Bug #12678] - - * lib/net/protocol.rb (ssl_socket_connect): new method to implement - timeout for TLS handshake. - - * lib/net/http.rb (connect): use Net::Protocol#ssl_socket_connect. - -Sat Nov 5 14:17:20 2016 Nobuyoshi Nakada <nobu@r...> - - * parse.y (brace_body, do_body): since cmdarg_stack is saved in - VALUE val, should restore from the same member. on big-endian - platforms where VALUE is larger than int, it restored 0 in the - upper word. [ruby-core:77920] [Bug #12900] - -Sat Nov 5 13:52:52 2016 Akinori MUSHA <knu@i...> - - * lib/shellwords.rb (Shellwords#shellsplit): Fix the handling of - the backslash in double quotes to conform to the standard. - [ruby-core:63807] [Bug #10055] - -Sat Nov 5 12:14:31 2016 Tanaka Akira <akr@f...> - - * ext/pathname/pathname.c (Pathname#empty?): New method. - [ruby-core:76404] [Feature #12596] Proposed by John Backus. - -Sat Nov 5 11:53:02 2016 Shugo Maeda <shugo@r...> - - * test/ruby/test_refinement.rb (test_refine_alias_in_subclass): - add a test to check that alias in subclasses can be refined. - [ruby-core:69374] [Bug #11186] - -Sat Nov 5 11:20:57 2016 Shugo Maeda <shugo@r...> - - * cont.c (cont_new): disable optimization if clang's version is - 3.8.0. [ruby-core:77894] [Bug #12893] - -Sat Nov 5 10:07:18 2016 Nobuyoshi Nakada <nobu@r...> - - * test/ruby/test_file.rb (TestFile#test_stat): fix noatime case. - [ruby-core:77943] [Bug #12903] - -Fri Nov 4 17:52:44 2016 Koichi Sasada <ko1@a...> - - * gc.c (heap_page_resurrect): do not return tomb_pages when - page->freelist == NULL. - [Bug #12670] - -Fri Nov 4 16:31:45 2016 Nobuyoshi Nakada <nobu@r...> - - * util.c (ruby_dtoa): round to even, instead of rounding to - nearest. [ruby-core:77864] [Bug #12889] - -Fri Nov 4 15:31:00 2016 NARUSE, Yui <naruse@r...> - - * configure.in: Add compiler version message into rbconfig - as RbConfig::CONFIG['CC_VERSION_MESSAGE']. [Feature #12896] - -Fri Nov 4 13:03:00 2016 Kenta Murata <mrkn@m...> - - * numeric.c (rb_int_digits): Fix exception message - [ruby-core:77502] [Bug #12815] - -Fri Nov 4 10:51:16 2016 Nobuyoshi Nakada <nobu@r...> - - * ext/pathname/pathname.c (path_hash): fix unnormalized Fixnum - value bug on mingw/mswin. - -Fri Nov 4 10:35:47 2016 Nobuyoshi Nakada <nobu@r...> - - * lib/fileutils.rb (FileUtils::Entry_#copy): ensure that the - source entry exists first, to fix error for non-existent entry. - [ruby-core:77885] [Bug #12892] - -Thu Nov 3 21:45:00 2016 Kenta Murata <mrkn@m...> - - * ext/bigdecimal/bigdecimal.c: Import changes from ruby/bigdecimal - repository. - -Thu Nov 3 15:01:29 2016 Nobuyoshi Nakada <nobu@r...> - - * file.c: include sys/sysmacros.h for ArchLinux which deprecated - use of major() and minor() in sys/types.h. - -Wed Nov 2 08:45:49 2016 Dmitry Gritsay <unseductable@g...> - - * doc/extension.rdoc: set ANYARGS as arguments for func1 and func2. - - * doc/extension.rdoc: mention the exception object which is passed - to func2 as the second argument. [Fix GH-1471] - -Wed Nov 2 07:34:27 2016 Nobuyoshi Nakada <nobu@r...> - - * numeric.c (rb_num_coerce_bit): enable bit operations with - coercing by non-integer object. [ruby-core:77783] [Bug #12875] - -Tue Nov 1 01:31:09 2016 Nobuyoshi Nakada <nobu@r...> - - * configure.in (ac_cv_func_round): round(3) in x86_64-w64-mingw32 - is not accurate in an edge case. [ruby-core:77794] [Bug #12878] - -Mon Oct 31 17:36:04 2016 Code Ahss <aycabta@g...> - - * test/test_forwardable.rb (TestForwardable#test_on_private_method): - add test for [Bug #12782] [Bug #12840] - -Mon Oct 31 11:08:51 2016 Samuel Williams <samuel.williams@o...> - - * lib/uri/generic.rb (URI::Generic#merge): merge merge0. - [GH-1469] - -Sun Oct 30 15:32:43 2016 SHIBATA Hiroshi <hsbt@r...> - - * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update - rubygems to 2.6.8. - Release note of 2.6.8: https://github.com/rubygems/rubygems/commit/9fb8880976f5ab998912898b091d88aa10eb1d4a - -Sun Oct 30 06:39:37 2016 Martin Duerst <duerst@i...> - - * enc/windows_1254.c: Fix typo. Reported by k-takata at - https://github.com/k-takata/Onigmo/commit/ceb59cc. Thanks! - -Sat Oct 29 19:59:37 2016 Nobuyoshi Nakada <nobu@r...> - - * parse.y (cond0): !-operator is a method call, no warning for - literal in condition. [ruby-core:77801] [Bug #12881] - -Sat Oct 29 10:09:38 2016 Nobuyoshi Nakada <nobu@r...> - - * compile.c (iseq_compile_each): turn flip-flop in a not-operator - into a boolean value. fix up r56315 - -Sat Oct 29 09:39:14 2016 Nobuyoshi Nakada <nobu@r...> - - * vm_eval.c (vm_call0_body): follow the original class, not to - loop the prepended module. [ruby-core:77784] [Bug #12876] - -Sat Oct 29 00:14:30 2016 Nobuyoshi Nakada <nobu@r...> - - * enc/trans/windows-1255-tbl.rb: update mapping from 0xCA to - U+05BA. [Feature #12877] - -Fri Oct 28 23:22:32 2016 Nobuyoshi Nakada <nobu@r...> - - * enc/depend: extract transcode_tblgen method calls for libraries - loaded by dynamically generated names, in single_byte.trans. - -Fri Oct 28 16:05:03 2016 Nobuyoshi Nakada <nobu@r...> - - * insns.def (opt_case_dispatch): extract float value only if the - Float method is not redefined. - -Fri Oct 28 15:58:16 2016 Nobuyoshi Nakada <nobu@r...> - - * internal.h (RB_OBJ_BUILTIN_TYPE): special-const safe - BUILTIN_TYPE. - -Fri Oct 28 15:20:18 2016 Nobuyoshi Nakada <nobu@r...> - - * complex.c (id_finite_p, id_infinite_p, id_rationalize, id_PI): - initialize static IDs. - - * complex.c (FINITE_TYPE_P): extract predicate. - - * complex.c (rb_complex_finite_p, rb_complex_infinite_p): use - dedicated predicates instead of switch by TYPE. - -Thu Oct 27 23:28:12 2016 Nobuyoshi Nakada <nobu@r...> - - * include/ruby/ruby.h (rb_integer_type_p): turn into macro to help - clang based on old gcc to eliminate CSE. - -Thu Oct 27 16:33:47 2016 NAKAMURA Usaku <usa@r...> - - * tool/redmine-backporter.rb (rel): check the exception and show right - message. - -Thu Oct 27 14:57:33 2016 Kazuki Yamaguchi <k@r...> - - * ext/socket/lib/socket.rb (UDPSocket#recvfrom_nonblock): [DOC] Remove - a false statement "If _maxlen_ is omitted, its default value is - 65536." maxlen, the first parameter, cannot be omitted as the method - signature indicates. This hasn't changed ever since it was first - implemented. - -Thu Oct 27 09:42:09 2016 Nobuyoshi Nakada <nobu@r...> - - * object.c (rb_convert_to_integer): convert a fixable float to a - fixnum directly without the conversion method, as well as bignum - case. - - * object.c (rb_convert_to_integer): should not drop the converted - string. - -Wed Oct 26 17:09:59 2016 Nobuyoshi Nakada <nobu@r...> - - * include/ruby/ruby.h (rb_intern): use prefixed version macro - RUBY_CONST_ID_CACHE. - -Wed Oct 26 11:28:25 2016 URABE Shyouhei <shyouhei@r...> - - * NEWS: added several entries which (if I remember correctly) are - added in a year. - -Tue Oct 25 12:54:07 2016 Nobuyoshi Nakada <nobu@r...> - - * proc.c (mnew_internal): follow the original class, not to loop - the prepended module. [ruby-core:77591] [Bug #12832] - -Mon Oct 24 10:52:17 2016 Nobuyoshi Nakada <nobu@r...> - - * test/lib/test/unit.rb (Test::Unit::Parallel#deal): update the - job status after a task finished, to show idling workers. - -Mon Oct 24 10:51:09 2016 Nobuyoshi Nakada <nobu@r...> - - * complex.c (Init_Complex): undefine methods inherited from - Comparable, because Complex does not have <=> method. - [Bug #12866] - - * class.c (rb_undef_methods_from): undefine methods defined in - super from klass. - -Mon Oct 24 10:19:44 2016 Nobuyoshi Nakada <nobu@r...> - - * complex.c (Init_Complex): undefine Complex#clamp, which does not - work like other Comparable methods, because Complex does not - have <=> method. patched by Tim Peters <zomg.tim AT gmail.com> - in [ruby-core:77720]. [Bug #12866] - -Sun Oct 23 11:41:41 2016 Nobuyoshi Nakada <nobu@r...> - - * include/ruby/encoding.h: include "ruby/ruby.h" explicitly for - enum ruby_fl_type and VALUE. - -Sat Oct 22 23:33:55 2016 Nobuyoshi Nakada <nobu@r...> - - * parse.y (reg_compile_gen): always append error message to the - error buffer. - -Sat Oct 22 22:33:32 2016 Nobuyoshi Nakada <nobu@r...> - - * numeric.c (num_funcall1): check recursion by inverse pair, to - fix fake infinite recursion. [ruby-core:77713] [Bug #12864] - -Sat Oct 22 18:52:32 2016 Nobuyoshi Nakada <nobu@r...> - - * hash.c (rb_hash_compact_bang): should return nil if no elements - is deleted. [ruby-core:77709] [Bug #12863] - -Sat Oct 22 10:28:28 2016 Nobuyoshi Nakada <nobu@r...> - - * configure.in (DLDFLAGS): fallback to LDFLAGS. - [ruby-core:72444] [Bug #11863] - - * configure.in (LIBRUBY_DLDFLAGS): fallback to DLDFLAGS. - - * configure.in (RUBY_APPEND_OPTION, RUBY_PREPEND_OPTION): expand - the option to be appended/prepended when matching, as well as - RUBY_APPEND_OPTIONS and RUBY_PREPEND_OPTIONS. - -Sat Oct 22 09:52:57 2016 Nobuyoshi Nakada <nobu@r...> - - * compile.c (setup_args): duplicate splatting array if more - arguments present to obey left-to-right execution order. - [ruby-core:77701] [Bug# 12860] - -Fri Oct 21 16:44:44 2016 Nobuyoshi Nakada <nobu@r...> - - * dir.c (do_opendir): retry after GC when the limit for open file - descriptors reached. - -Fri Oct 21 16:06:25 2016 Nobuyoshi Nakada <nobu@r...> - - * ruby.c (open_load_file): retry after GC when the limit for open - file descriptors reached. - -Fri Oct 21 11:34:17 2016 Pascal Schmid <Lechindianer@u...> - - * string.c (rb_str_sub, rb_str_gsub): [DOC] 'backlash' should read - 'backslash'. [Fix GH-1461] - -Thu Oct 20 17:02:56 2016 SHIBATA Hiroshi <hsbt@r...> - - * lib/uri/common.rb: added documentation for deprecated method. - [Misc #11960][ruby-core:72733][ci skip] - -Thu Oct 20 16:57:23 2016 SHIBATA Hiroshi <hsbt@r...> - - * ext/digest/digest.c: Add documentation for Digest. - [Feature #10452][ruby-core:66001][ci skip] - * remove HMAC from list of digest algorithms, - * add MD5 in list of digest algorithms, - * add information about writing a C digest implementation using Digest::Base, - * add documentation for Digest::Base public methods. - * ext/digest/md5/md5init.c: add examples for MD5. - * ext/digest/rmd160/rmd160init.c: add examples for Digest::RMD160. - * ext/digest/sha1/sha1init.c: add examples for Digest::SHA1. - -Thu Oct 20 16:19:51 2016 SHIBATA Hiroshi <hsbt@r...> - - * lib/open-uri.rb: Improved documentation grammar for - open-uri#open option. [Misc #11329][ruby-core:69868][ci skip] - -Wed Oct 19 21:48:40 2016 Kazuhiro NISHIYAMA <zn@m...> - - * NEWS: mention refinements with Kernel#send and - BasicObject#__send__. [Feature #11476] - -Wed Oct 19 17:02:15 2016 Nobuyoshi Nakada <nobu@r...> - - * vm_insnhelper.c (vm_call_opt_send): enable refinements with - Kernel#send and BasicObject#__send__. [Feature #11476] - -Wed Oct 19 14:22:49 2016 Nobuyoshi Nakada <nobu@r...> - - * basictest/runner.rb: do not clobber the option by --run-opt with - RUBYOPT. reported by Allen Hewes <rallenh AT hotmail.com>. - -Wed Oct 19 00:09:06 2016 Nobuyoshi Nakada <nobu@r...> - - * addr2line.c (parse_debug_line_cu): boundary checks for - compressed debug sections. [ruby-dev:49840] [Bug #12850] - -Tue Oct 18 16:36:40 2016 Nobuyoshi (... truncated) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/