Project

General

Profile

Activity

From 08/02/2017 to 08/08/2017

08/08/2017

10:43 AM Revision ec4af34e (git): dir.c: fix up r59527
* dir.c (glob_helper): fix up r59527, dot files other than current
directory should not be included unless FNM_DOTM...
nobu (Nobuyoshi Nakada)
08:34 AM Revision 9c69e0a8 (git): * 2017-08-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:34 AM Revision 50dc093d (git): dir.c: fix up r59481 for old kernels
* dir.c (glob_helper): fix up r59481 for old kernels, which
provide d_type member but just always set DT_UNKNOWN fo...
nobu (Nobuyoshi Nakada)

08/07/2017

04:15 AM Revision 243d188f (git): enum.c: optimize for integers
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:08 AM Revision 73ed79d8 (git): enum.c: prefer rb_funcallv to rb_funcall
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:45 AM Revision c3f47622 (git): * 2017-08-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:45 AM Revision c1124ff6 (git): enum.c: use predefined IDs
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

08/06/2017

05:22 AM Revision 33202507 (git): * 2017-08-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:22 AM Revision 7c077f7c (git): add some more assertions to test_ill_formed_utf_8_replace
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e duerst (Martin Dürst)

08/05/2017

07:00 AM Revision 5013a509 (git): merge revision(s) 59457: [Backport #13775]
should not copy promoted flags.
* include/ruby/ruby.h (rb_clone_setup): should not copy some flags
...
nagachika (Tomoyuki Chikanaga)
06:58 AM Revision 26aed9c5 (git): splat keyword hash
* compile.c (compile_array_keyword_arg): set keyword splat flag if
explicitly splatted. [ruby-core:68124] [Bug #10...
nobu (Nobuyoshi Nakada)
06:51 AM Revision d11dfab5 (git): vm_core.h: vm_call_flag_bits
* vm_core.h (vm_call_flag_bits): define VM_CALL flags by using
enum constants.
git-svn-id: svn+ssh://ci.ruby-lang....
nobu (Nobuyoshi Nakada)
06:46 AM Revision 23390a82 (git): merge revision(s) 59368: [Backport #13753]
random.c: ensure initialized
* random.c (get_rnd, try_get_rnd): ensure initialized to get rid
of c...
nagachika (Tomoyuki Chikanaga)
06:35 AM Revision 01cfae3b (git): merge revision(s) 59462,59474: [Backport #13772]
release VM stack properly.
* cont.c: r55766 change the handling method of Fiber's VM stack.
Resume...
nagachika (Tomoyuki Chikanaga)
03:24 AM Revision 90645fd4 (git): merge revision(s) 59128: [Backport #13669]
Fix Enumerable#uniq with non single yield arguments
* enum.c (uniq_func, uniq_iter): need packed value as th...
nagachika (Tomoyuki Chikanaga)
02:43 AM Revision 5cf36324 (git): merge revision(s) 58810,58894: [Backport #13578]
compile.c: fix catch-table labels optimization
* compile.c (remove_unreachable_chunk): do not eliminate chun...
nagachika (Tomoyuki Chikanaga)
02:22 AM Revision f177c73e (git): merge revision(s) 58561: [Backport #13540]
parse.y: make shared string modifiable
* parse.y (dedent_string): ensure that the string is modifiable,
...
nagachika (Tomoyuki Chikanaga)
01:56 AM Revision 11d5ad0b (git): merge revision(s) 58205: [Backport #13380]
Remove unused Init_frozen_strings declaration
Init_frozen_strings definition is removed in r51511.
h...
nagachika (Tomoyuki Chikanaga)
01:53 AM Revision b2c7e974 (git): merge revision(s) 57501,58576: [Backport #13539]
escape.c: check argument
* ext/cgi/escape/escape.c (optimized_unescape): check
accept_charset enco...
nagachika (Tomoyuki Chikanaga)
01:45 AM Revision 61277d47 (git): merge revision(s) 58523: [Backport #13528]
rational.c: canonicalization case
* rational.c (float_numerator, float_denominator): fix for
canon...
nagachika (Tomoyuki Chikanaga)

08/04/2017

05:05 PM Revision 206596c8 (git): * 2017-08-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:05 PM Revision 60c253e2 (git): * man/ruby.1: Move paragraph which is related to -S, not -s.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Eregon (Benoit Daloze)
04:13 PM Revision f7bd8a08 (git): merge revision(s) 59374: [Backport #13755]
compile.c: restore stack at return
* compile.c (iseq_compile_each0): restore the stack depth after
...
nagachika (Tomoyuki Chikanaga)
03:55 PM Revision 2badceae (git): merge revision(s) 59384: [Backport #13759]
strscan.c: fix segfault in aref
* ext/strscan/strscan.c (strscan_aref): fix segfault after
get_byt...
nagachika (Tomoyuki Chikanaga)
03:29 PM Revision 2072eccd (git): merge revision(s) 58913: [Backport #13599]
numeric.c: fix for small number
* numeric.c (flo_floor, flo_ceil): should not return zero for small
...
nagachika (Tomoyuki Chikanaga)
03:06 PM Revision 00992ff8 (git): * 2017-08-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@59504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:06 PM Revision 8343847b (git): merge revision(s) 59063: [Backport #13605]
* proc.c (get_local_variable_ptr): return found env ptr. Returned env
will be used by write barrier at `bin...
nagachika (Tomoyuki Chikanaga)
02:57 PM Revision 41e1670a (git): use stable sort.
* lib/rubygems/resolver.rb (sort_dependencies): use stable sort.
TestGemRequestSetLockfile#test_to_s_gem_dependency...
ko1 (Koichi Sasada)
02:39 PM Revision b7f7b0a2 (git): merge revision(s) 58287: [Backport #13411]
configure.in: rpath with OPTDIR
* configure.in: add rpath flags which is needed for OPTDIR as well
...
nagachika (Tomoyuki Chikanaga)
02:31 PM Revision 56847290 (git): merge revision(s) 59357,59358: [Backport #13391] [Backport #13404]
proc.c: rb_block_min_max_arity
* proc.c (rb_block_min_max_arity): new function to get arity range
...
nagachika (Tomoyuki Chikanaga)
12:00 PM Revision 92c52f08 (git): Fix `NameError: uninitialized constant Net`
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
11:59 AM Revision 01eb8d77 (git): Use `register_scanner` instead of `regist_scanner`
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
11:59 AM Revision 3b1987fb (git): Add deprecated warning to ERB::Compiler::SimpleScanner2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
04:39 AM Revision 2b770b46 (git): string.c: improve String#scan
* string.c (rb_str_rstrip_bang): improve the performance in 50%
for a string pattern, and in 10% for a regexp patte...
nobu (Nobuyoshi Nakada)
04:25 AM Revision 8ba320a4 (git): * 2017-08-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:25 AM Revision c751bad5 (git): benchmarks for String#scan
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

08/03/2017

04:00 PM Revision 91b51140 (git): merge revision(s) 59183,59184: [Backport #13682]
fix return in toplevel rescue/ensure
* compile.c (iseq_compile_each0): throw TAG_RETURN at return in
...
nagachika (Tomoyuki Chikanaga)
03:41 PM Revision b17da781 (git): merge revision(s) 59202: [Backport #13690]
compile.c: disallow next in once
* compile.c (iseq_compile_each0): turned dregx context in "once"
...
nagachika (Tomoyuki Chikanaga)
03:40 PM Revision 47a35742 (git): merge revision(s) 59181: [Backport #13680]
vm_insnhelper.c: break in once
* vm_insnhelper.c (vm_throw_start): size of catch table has been
in...
nagachika (Tomoyuki Chikanaga)
02:00 PM Revision 9b586688 (git): merge revision(s) 59169: [Backport #13678]
compile.c: toplevel return in argument
* compile.c (iseq_compile_each0): adjust the stack before return
...
nagachika (Tomoyuki Chikanaga)
01:43 PM Revision b08e0ade (git): merge revision(s) 58742,59081: [Backport #11033]
Search SSL libraries by testing various filename patterns
* ext/openssl/extconf.rb (find_openssl_library): s...
nagachika (Tomoyuki Chikanaga)
01:29 PM Revision 16acdaef (git): merge revision(s) 58503: [Backport #13523]
node.h: sign-extend
* node.h (nd_line): should sign-extend. shifting `VALUE` extends
with zero bi...
nagachika (Tomoyuki Chikanaga)
12:31 PM Revision 9135c8c3 (git): Use the same variable name as in dir.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
09:39 AM Revision 2e5f59f8 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:39 AM Revision dc7f2cd5 (git): Add initial test for lldb extension
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:11 AM Revision 4f8107a4 (git): disable rdoc for internal constants [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:09 AM Revision 1ebd2b37 (git): ruby.h: NULL as empty array
* include/ruby/ruby.h (rb_yield_values, rb_funcall): call with
NULL when no arguments, for clang which defines stat...
nobu (Nobuyoshi Nakada)
07:08 AM Revision 2d3c3315 (git): extract IDs
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:13 AM Revision 76857f8e (git): dir.c: reduce syscalls
* dir.c (glob_helper): utilize d_type even if no recursive
pattern, to reduce stat/lstat syscalls in subsequent
g...
nobu (Nobuyoshi Nakada)
03:41 AM Revision 2a5c20ac (git): fix typo in help [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:39 AM Revision 1ef613dd (git): dir.c: relative path Dir base
* dir.c (glob_helper): fix globbing based on a relative path Dir.
[Feature #13056]
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
03:31 AM Revision 6c676acf (git): Should show the entity of $PATH_SEPARATOR
* win32/configure.bat (--help): should show the entity of $PATH_SEPARATOR.
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
U.Nakamura
03:25 AM Revision 3bec82c7 (git): Mention about `--with-opt-dir`
* win32/configure.bat (--help): mention about `--with-opt-dir`.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5...
U.Nakamura
02:14 AM Revision 83a31e9e (git): dir.c: relax base option
* dir.c (dir_glob_options): relax base option. ignore when nil
or an empty string as :base option. [Feature #1305...
nobu (Nobuyoshi Nakada)
12:53 AM Revision 432e6805 (git): spec_helper.rb: pass jobserver fds
* spec/rubyspec/optional/capi/spec_helper.rb (compile_extension):
pass jobserver fds explicitly, because other spec...
nobu (Nobuyoshi Nakada)

08/02/2017

09:48 PM Revision 46085e91 (git): fix stack storing for root fibers.
* cont.c (root_fiber_alloc): this function is called by fiber_current()
and fiber_store(). fiber_current() should c...
ko1 (Koichi Sasada)
03:10 PM Revision a2078e7c (git): Fix URI::FTP.build code example typo
ref https://github.com/rurema/doctree/pull/462
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59473 b2d...
znz (Kazuhiro NISHIYAMA)
03:10 PM Revision c8247a6b (git): Fix variable name in example of net/pop
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
znz (Kazuhiro NISHIYAMA)
03:10 PM Revision b93aea84 (git): Fix net/pop code example syntax error
ref https://github.com/rurema/doctree/pull/455
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59471 b2d...
znz (Kazuhiro NISHIYAMA)
03:10 PM Revision 58cef450 (git): * 2017-08-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:10 PM Revision 42fbe19f (git): Fix cgi/core code example missing comma
ref https://github.com/rurema/doctree/pull/448
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59469 b2d...
znz (Kazuhiro NISHIYAMA)
05:27 AM Revision bc5d11bc (git): Port more commands from .gdbinit to lldb
* misc/lldb_cury.py (dump_node, SDR, rb_count_objects): added
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5946...
yugui (Yuki Sonoda)
03:02 AM Revision 82389879 (git): suppress warnings when RUBY_USE_SETJMPEX
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:40 AM Revision 5ba4d948 (git): eval.c: suppress warnings
* eval.c (exc_setup_message): setup exception message as an
exception instance, and a cause from a previous excepti...
nobu (Nobuyoshi Nakada)
02:20 AM Revision 71d16ad5 (git): ipaddr is now a default gem with an upstream at: https://github.com/ruby/ipaddr
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
02:19 AM Revision 8397de00 (git): Partly reverted email notification on travis configuration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
12:54 AM Revision a2fcfba5 (git): eval.c: fix state type
* eval.c (setup_exception): state is a raised thread flag, not for
EXEC_TAG.
git-svn-id: svn+ssh://ci.ruby-lang.or...
nobu (Nobuyoshi Nakada)
12:50 AM Revision 92f7813a (git): release VM stack properly.
* cont.c: r55766 change the handling method of Fiber's VM stack.
Resumed Fiber points NULL as VM stack and running ...
ko1 (Koichi Sasada)
12:20 AM Revision b7f205d5 (git): * 2017-08-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:20 AM Revision 3ba550c1 (git): Remove "make update-rubyspec"
because it is no-op for compatibility
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59460 b2dd03c8-39d4-4d8f-98f...
znz (Kazuhiro NISHIYAMA)
 

Also available in: Atom