| Commit message (Expand) | Author | Age | Files | Lines |
* | Obsolete ChangeLog [Feature #12283] | naruse | 2016-11-06 | 1 | -9492/+0 |
* | * test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint): | usa | 2016-11-06 | 1 | -0/+6 |
* | * test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint): | shugo | 2016-11-06 | 1 | -0/+5 |
* | * tool/vcs.rb (export_changelog): generate ChangeLog file from | naruse | 2016-11-06 | 1 | -0/+8 |
* | * NEWS: Added entry for RDoc 5. | hsbt | 2016-11-06 | 1 | -0/+4 |
* | * NEWS: ordered entries and adjust styles. | hsbt | 2016-11-06 | 1 | -0/+4 |
* | * NEWS: Added entry for [Feature #12160][ruby-core:74239] | hsbt | 2016-11-06 | 1 | -0/+4 |
* | * NEWS: Added entry for r56624. | hsbt | 2016-11-06 | 1 | -0/+4 |
* | * remove trailing spaces. | svn | 2016-11-06 | 1 | -1/+1 |
* | * configure.in (-Wno-maybe-uninitialized): gcc 6 also shows the same | shugo | 2016-11-06 | 1 | -0/+5 |
* | include and prepend check no args | nobu | 2016-11-06 | 1 | -0/+6 |
* | ChangeLog: remove garbage lines | nobu | 2016-11-06 | 1 | -4/+0 |
* | ChangeLog: make us-ascii | nobu | 2016-11-06 | 1 | -0/+4 |
* | ChangeLog: make us-ascii | nobu | 2016-11-06 | 1 | -1/+1 |
* | * remove trailing spaces. | svn | 2016-11-06 | 1 | -1/+1 |
* | * test/rinda/test_rinda.rb (test_make_socket_ipv6_multicast, | shugo | 2016-11-06 | 1 | -0/+6 |
* | irb.rb: Binding#irb | nobu | 2016-11-06 | 1 | -0/+4 |
* | * test/net/smtp/test_smtp.rb (test_tls_connect, test_tls_connect): | shugo | 2016-11-06 | 1 | -0/+5 |
* | irb.rb: IRB::Irb#run | nobu | 2016-11-06 | 1 | -0/+4 |
* | e2mmap.rb: remove old definition | nobu | 2016-11-06 | 1 | -0/+5 |
* | * test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint): | shugo | 2016-11-06 | 1 | -0/+5 |
* | process.c: PATH env in spawn | nobu | 2016-11-06 | 1 | -0/+5 |
* | Alias regist_scanner to register_scanner | a_matsuda | 2016-11-05 | 1 | -0/+4 |
* | * compile.c (tailcallable_p): disable tail call optimization for | shugo | 2016-11-05 | 1 | -0/+6 |
* | * vm_insnhelper.h: rename REG_(CFP|PC|SP|EP) to VM_REG_.... | ko1 | 2016-11-05 | 1 | -0/+7 |
* | Enumerator::Lazy#chunk_while defined. | akr | 2016-11-05 | 1 | -0/+6 |
* | * vm_eval.c (vm_call0_cfunc_with_frame): pass method id to | ktsj | 2016-11-05 | 1 | -0/+5 |
* | fix Resolv::LOC::Coord.create. | akr | 2016-11-05 | 1 | -0/+6 |
* | * configure.in (-Wimplicit-fallthrough): gcc7 introduces case | naruse | 2016-11-05 | 1 | -0/+6 |
* | * numeric.c (rb_int_round): cast to SIGNED_VALUE to suppress | shugo | 2016-11-05 | 1 | -0/+5 |
* | * file.c (rb_home_dir_of): convert given username into filesystem | naruse | 2016-11-05 | 1 | -0/+6 |
* | fix vtm_add_offset yday on last day of year. | akr | 2016-11-05 | 1 | -2/+7 |
* | Add the ticket number. | shugo | 2016-11-05 | 1 | -1/+1 |
* | * lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req... | shugo | 2016-11-05 | 1 | -0/+5 |
* | * lib/net/http.rb (transport_request): other than HTTPContinue | naruse | 2016-11-05 | 1 | -0/+5 |
* | Time.parse's "now" argument as nil works again. | akr | 2016-11-05 | 1 | -0/+7 |
* | IPAddr#== and IPAddr#<=> no longer raise an exception if coercion fails | knu | 2016-11-05 | 1 | -0/+10 |
* | * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id): | ktsj | 2016-11-05 | 1 | -0/+10 |
* | * eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c: | ktsj | 2016-11-05 | 1 | -0/+8 |
* | fix a typo [ci skip] | kazu | 2016-11-05 | 1 | -1/+1 |
* | numeric.c: round to nearest even | nobu | 2016-11-05 | 1 | -0/+7 |
* | Add Set#compare_by_identity and Set#compare_by_identity? | knu | 2016-11-05 | 1 | -0/+5 |
* | * lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0 | hsbt | 2016-11-05 | 1 | -0/+5 |
* | extract_resources uses each_resource instead of each_answer. | akr | 2016-11-05 | 1 | -0/+6 |
* | * ext/-test/file/fs.c (get_atime_p): Updating of file access times | naruse | 2016-11-05 | 1 | -0/+5 |
* | chomp option | nobu | 2016-11-05 | 1 | -0/+5 |
* | * tool/mkconfig.rb: [DOC] add rbconfig documentation. | sho-h | 2016-11-05 | 1 | -0/+4 |
* | * lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake. | shugo | 2016-11-05 | 1 | -0/+10 |
* | parse.y: fix restored cmdarg_stack | nobu | 2016-11-05 | 1 | -0/+7 |
* | Fix the handling of the backslash in double quotes | knu | 2016-11-05 | 1 | -0/+6 |