Project

General

Profile

Activity

From 02/17/2015 to 02/23/2015

02/23/2015

02:19 PM Revision 673af3e9 (git): vcs.rb: do not use -C for older git
* tool/vcs.rb (IO.popen): support :chdir option.
* tool/vcs.rb (VCS::GIT.get_revisions): use :chdir option instead
...
nobu (Nobuyoshi Nakada)
09:36 AM Revision 9afc6729 (git): * 2015-02-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@49704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:35 AM Revision 897693b4 (git): Partially merge revision 49195: [Bug #10717]
Support cmake 2.6 which is used by RHEL6/ CentOS 6
https://github.com/rubygems/rubygems/pull/1124
git-svn-id: svn+s...
naruse (Yui NARUSE)
09:32 AM Revision 5b4afd02 (git): zone may be ASCII-8BIT on Windows [Bug #10887]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
09:30 AM Revision a525fbf0 (git): bold closed tickets
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:05 AM Revision 0d20fbe3 (git): eval.c: static IDs
* eval.c (ruby_static_id_signo, ruby_static_id_status): add static
IDs, signo and status.
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
07:05 AM Revision 556515bf (git): Makefile.in: make static IDs symbols local
* Makefile.in (LIBRUBY_SO): make symbols for static IDs which
begin with ruby_static_id_ local too.
git-svn-id: sv...
nobu (Nobuyoshi Nakada)
07:05 AM Revision 0eb1ac5b (git): vm_args.c: rb_exc_set_backtrace
* vm_args.c (raise_argument_error): call rb_exc_set_backtrace
directly instead of funcall.
git-svn-id: svn+ssh://c...
nobu (Nobuyoshi Nakada)
07:05 AM Revision 31929bab (git): error.c: predefined IDs
* error.c (id_bt, id_bt_locations): use IDs predefined in id.h.
* vm_args.c (raise_argument_error): ditto.
git-svn-...
nobu (Nobuyoshi Nakada)
06:26 AM Revision 4f3217e3 (git): string.c: raise a RegexpError
* string.c (get_pat_quoted): simply raise a RegexpError, TypeError
is never raised.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
06:26 AM Revision a10fdc92 (git): string.c: proper exception
* string.c (rb_str_split_m): raise ArgumentError at broken string
not RegexpError, as Regexp is not involved in.
...
nobu (Nobuyoshi Nakada)

02/22/2015

10:57 PM Revision 8c13c9cb (git): error.c: use static IDs
* error.c: use rb_ivar_set with static IDs instead of rb_iv_set
with strings.
git-svn-id: svn+ssh://ci.ruby-lang.o...
nobu (Nobuyoshi Nakada)
10:26 PM Revision 9759173c (git): * time.c: zone encoding should be US-ASCII if all 7-bits. Fix r46907.
* test/ruby/test_time.rb, test/ruby/test_time_tz.rb: Update tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
Eregon (Benoit Daloze)
08:22 PM Revision 6d6b33e6 (git): * 2015-02-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:22 PM Revision ecf33043 (git): * lib/matrix.rb: [Doc] Fix Vector multiplication documentation [ci-skip]
[Fixes GH-837]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Marc-Andre Lafortune
12:20 PM Revision 17506700 (git): merge revision(s) 49675:
* re.c (match_aref): RMatch::regexp is Qnil after matching by a
string since r45451. [ruby-core:68209] [Bu...
naruse (Yui NARUSE)
09:33 AM Revision c1c9bcfd (git): * common.mk: use ruby organization for rubyspec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
08:16 AM Revision 5500e541 (git): tabify [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
08:16 AM Revision 6fb91924 (git): fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
08:12 AM Revision 23cf2750 (git): merge revision(s) 49411,49419,49451,49485,49489:
configure.in: check dtace -G
* configure.in (RUBY_DTRACE_POSTPROCESS): check if the object file
is really ...
naruse (Yui NARUSE)
07:05 AM Revision e660f776 (git): * vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinements
of orignal crefs. It fixes segmentation fault when calling
refined method in duplicate module. [ruby-dev:48878] [Bu...
ktsj (Kazuki Tsujimoto)
02:00 AM Revision 513fefdd (git): * gc.c (rb_objspace_call_finalizer): control GC execution during
force firnalizations at the end of interpreter process.
[Bug #10768]
1) Prohibit incremental GC while running Rub...
ko1 (Koichi Sasada)
01:40 AM Revision 6c801fc5 (git): sprintf.c: ruby specific functions
* sprintf.c (ruby_vsnprintf, ruby_snprintf): move ruby specific
functions from vsnprintf.c.
git-svn-id: svn+ssh://...
nobu (Nobuyoshi Nakada)

02/21/2015

11:28 PM Revision c5d781dd (git): ossl_bn.c: [DOC] expand rdocs [ci skip]
* ext/openssl/ossl_bn.c: [DOC] expand rdocs as RDoc does not
expand C-preprocessor macros.
git-svn-id: svn+ssh://c...
nobu (Nobuyoshi Nakada)
10:56 PM Revision 97f9589c (git): ossl_asn1.c: fix doc
* ext/openssl/ossl_asn1.c (ossl_asn1obj_get_oid): [DOC] fix
notation, an instance method but not a class method.
g...
nobu (Nobuyoshi Nakada)
07:09 PM Revision a1c1bc39 (git): * ext/openssl/ossl_asn1.c: [DOC] RDoc formatting fixes for
ASN1::ObjectId with patch from @vbatts [Fixes GH-834]
* ext/openssl/ossl_bn.c: ditto.
git-svn-id: svn+ssh://ci.ruby...
zzak (zzak _)
07:06 PM Revision 1428c5c1 (git): * 2015-02-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:06 PM Revision b0317ee8 (git): [DOC] Backport ruby/openssl@86eb721 [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
05:17 PM Revision 6d0b1d8a (git): merge revision(s) 49661,49662,49664:
test_file_exhaustive.rb: remove useless assignment
* test/ruby/test_file_exhaustive.rb (make_tmp_filename): ...
naruse (Yui NARUSE)
05:15 PM Revision 10957cd1 (git): merge revision(s) 49660:
test_file.rb: just skip assertion
* test/ruby/test_file.rb (TestFile#test_stat): skip an assertion
only, n...
naruse (Yui NARUSE)
10:51 AM Revision 2d12151a (git): re.c: RMatch::regexp can be nil
* re.c (match_aref): RMatch::regexp is Qnil after matching by a
string since r45451. [ruby-core:68209] [Bug #10877...
nobu (Nobuyoshi Nakada)
07:18 AM Revision 516e463a (git): * 2015-02-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:18 AM Revision d429fc6c (git): compar.c: variable name [ci skip]
* compar.c (Init_Comparable): [DOC] Replace camelcase variable name.
[Fix GH-833]
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)
04:48 AM Revision 4a670c2b (git): merge revision(s) 49634,49658,49663: [Backport #10865]
* win32/win32.c (wrename): return EXDEV if moving a directory to
another drive, since MoveFileExW does not ...
naruse (Yui NARUSE)
03:47 AM Revision 2098b5ae (git): merge revision(s) 49618,49640: [Backport #10858]
* win32/file.c (rb_file_expand_path_internal): do not make invalid
(or ADS) path if the path has a drive le...
naruse (Yui NARUSE)
03:46 AM Revision 97c3018a (git): merge revision(s) 49491: [Backport #10823]
* ext/bigdecimal/bigdecimal.c (VpSetPTR): fix a typo, 'expoennt'
to 'exponent'. [ruby-core:67980] [Bug #10...
naruse (Yui NARUSE)
12:49 AM Revision 4e1bea5f (git): merge revision(s) 48666: [Backport #10873]
* lib/uri/generic.rb (URI::Generic.build):
use hostname= to detect and wrap IPv6 hosts.
Build is ...
U.Nakamura

02/20/2015

01:53 PM Revision c93b7404 (git): merge revision(s) 49386:
hash.c: move Hash specific functions
* hash.c (rb_ident_hash): move compare_by_identity specific
function ...
naruse (Yui NARUSE)
08:59 AM Revision 310ab79f (git): merge revision(s) 49532:
dir.c: fix escaping multibyte char
* dir.c (has_magic): fix escaping multibyte char, with glob
meta-char i...
naruse (Yui NARUSE)
08:52 AM Revision 81c37840 (git): merge revision(s) 49517: [Backport #10831]
* vm_core.h (rb_call_info_kw_arg_struct): make keywords a symbols
list to get rid of inadvertent creation b...
naruse (Yui NARUSE)
08:39 AM Revision e896f104 (git): merge revision(s) 49528:
dir.c: preserve encoding
* dir.c (sys_enc_warning_in): preserve encoding of path name in
warning messages....
naruse (Yui NARUSE)
08:27 AM Revision 47145773 (git): file.c: fix handle leak
* file.c (rb_file_identical_p): fix handle leak, ensure to close
the handle of the first argument.
git-svn-id: svn...
nobu (Nobuyoshi Nakada)
08:22 AM Revision b3863327 (git): ChangeLog: add ref
* win32/win32.c (different_device_p): compare by volume serial
numbers, not by path names. [ruby-core:68162] [Bug...
nobu (Nobuyoshi Nakada)
08:20 AM Revision a520e71c (git): test_file_exhaustive.rb: tests for File.identical?
* test/ruby/test_file_exhaustive.rb (test_path_identical_p):
rename and add other tests for File.identical? method....
nobu (Nobuyoshi Nakada)
08:20 AM Revision 5a76acef (git): test_file_exhaustive.rb: remove useless assignment
* test/ruby/test_file_exhaustive.rb (make_tmp_filename): not
assign to instance variable, @hardlinkfile.
git-svn-i...
nobu (Nobuyoshi Nakada)
08:19 AM Revision ebba8297 (git): test_file.rb: just skip assertion
* test/ruby/test_file.rb (TestFile#test_stat): skip an assertion
only, not making the entire test skipped
git-svn-...
nobu (Nobuyoshi Nakada)
08:19 AM Revision 76f09984 (git): * 2015-02-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:19 AM Revision a75668a2 (git): win32.c: volume serial numbers
* win32/win32.c (different_device_p): compare by volume serial
numbers, not by path names.
git-svn-id: svn+ssh://c...
nobu (Nobuyoshi Nakada)
08:11 AM Revision a712ced7 (git): merge revision(s) 49479,49483,49526,49527:
remove duplication in warning
* dir.c (sys_warning_1): remove duplication in the message.
* error.c ...
naruse (Yui NARUSE)
06:11 AM Revision e24e1979 (git): merge revision(s) 49478,49536,49533,49537: [Backport #10819]
* dir.c (glob_helper): obtain real name with FindFirstFile API
instead of matchin all entries, on Windows.
...
naruse (Yui NARUSE)
06:07 AM Revision a848f29e (git): merge revision(s) 49171:
dir.c: use macros
* dir.c (replace_real_basename): use macros for getattrlist
buffer.
git-svn-id: svn+ssh...
naruse (Yui NARUSE)
05:33 AM Revision 3569ef53 (git): merge revision(s) 49170:
* dir.c (dir_initialize): workaround of opendir failure at symlink
directories on Windows via CIFS.
git-s...
naruse (Yui NARUSE)
05:24 AM Revision a8018aa4 (git): merge revision(s) 49169,49477:
dir.c: GC guard
* dir.c (dir_initialize): add GC guard for retrying. the argument
of RSTRING_PTR() may be...
naruse (Yui NARUSE)

02/19/2015

10:44 AM Revision 13112e53 (git): merge revision(s) r48948: [Backport #10591]
* lib/net/http/response.rb (Net::HTTPResponse): require one or more
spaces [Bug #10591].
by lerik...
nagachika (Tomoyuki Chikanaga)
10:11 AM Revision 1386c9fd (git): merge revision(s) r49034: [Backport #10662]
* ext/tk/lib/tkextlib/tcllib/plotchart.rb: fix to invoke correct function
of tcllib. Patch by @zalt50 [fix ...
nagachika (Tomoyuki Chikanaga)
08:32 AM Revision 964a1b68 (git): merge revision(s) 49402,49403,49414:
cstr.c: get rid of exception
* ext/-test-/string/cstr.c (bug_str_cstr_term_char): get rid of
invalid byte ...
naruse (Yui NARUSE)
08:06 AM Revision 3b888aed (git): merge revision(s) 49503:
* class.c (rb_obj_singleton_methods): should use RTEST() to convert
VALUE to int.
git-svn-id: svn+ssh://c...
naruse (Yui NARUSE)
08:04 AM Revision 23c98e52 (git): merge revision(s) 49222:
method.h: UNDEFINED_REFINED_METHOD_P
* method.h (UNDEFINED_REFINED_METHOD_P): macro to tell if refined
ori...
naruse (Yui NARUSE)
07:19 AM Revision c42cf235 (git): merge revision(s) 49480,49493: [Backport #10765]
* vm_method.c (remove_method): When remove refined
method, raise a NameError if the method is not
...
naruse (Yui NARUSE)
07:13 AM Revision eb97eb08 (git): merge revision(s) 49259: [Backport #10744]
* proc.c (rb_obj_singleton_method): Kernel#singleton_method should
not use refinements, as well as Kernel#m...
naruse (Yui NARUSE)
06:35 AM Revision ffbc5612 (git): merge revision(s) 49494: [Backport #10825]
_sdbm.c: fix pointers to shift
* ext/sdbm/_sdbm.c (delpair): dst and src point at the ends of
each data, w...
naruse (Yui NARUSE)
06:33 AM Revision d43dcc67 (git): merge revision(s) 49405-49408:
* string.c (str_make_independent_expand): terminate String when
moved from heap to embedded. [Fix GH-821]....
naruse (Yui NARUSE)
04:35 AM Revision 490165e5 (git): merge revision(s) 49490: [Backport #10825]
* ext/sdbm/_sdbm.c: include ruby/ruby.h for PRIdPTRDIFF when a
macro `DEBUG` is defined. based on the patc...
naruse (Yui NARUSE)
01:54 AM Revision eb7ddaa3 (git): test_rubyoptions.rb: fix for r46355 and r49638
* test/ruby/test_rubyoptions.rb (test_version, test_verbose):
extra lines (currently last_commit and malloc_conf) m...
nobu (Nobuyoshi Nakada)

02/18/2015

04:58 PM Revision 34844b20 (git): * 2015-02-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:58 PM Revision 0998c2dd (git): win32/file.c: fix drive letter
* win32/file.c (rb_file_expand_path_internal): neither the drive
of base directory nor the current drive are involv...
nobu (Nobuyoshi Nakada)
07:03 AM Revision 4388d986 (git): merge revision(s) 49620: [Backport #10857]
* lib/resolv.rb (Resolv::DNS::Resource#==, #hash): elements
returned by Kernel#instance_variables are Symbo...
U.Nakamura
03:43 AM Revision a8e28937 (git): version.c: last commit title
* version.c (ruby_show_version): show last commit title, if
different than the trunk.
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)
03:43 AM Revision 7d9f497f (git): vcs.rb: refactor
* tool/vcs.rb (VCS::GIT.get_revisions): refactor git -C option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49...
nobu (Nobuyoshi Nakada)
03:21 AM Revision 64e6d2bd (git): merge revision(s) 49579: [Backport #10839]
test_cipher.rb: ignore wrap mode erros
* test/openssl/test_cipher.rb (test_ciphers): ignore wrap mode
erro...
naruse (Yui NARUSE)
02:42 AM Revision 802d71a5 (git): [DOC] ENV keys must be strings [ci skip]
* hash.c (env_aset): state that ENV keys must be strings.
* process.c (rb_f_spawn): ditto. [ruby-core:68146] [Bug #...
nobu (Nobuyoshi Nakada)
01:48 AM Revision cc7e5eb7 (git): win32.c: EXDEV for directory
* win32/win32.c (wrename): return EXDEV if moving a directory to
another drive, since MoveFileExW does not set prop...
nobu (Nobuyoshi Nakada)

02/17/2015

06:18 PM Revision df030b02 (git): * 2015-02-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:17 PM Revision f595568e (git): * ext/psych/lib/psych.rb: bump psych version.
* ext/psych/psych.gemspec: ditto
* ext/psych/yaml/scanner.c: add latest libyaml change.
* test/psych/helper.rb: suppo...
tenderlovemaking (Aaron Patterson)
05:08 PM Revision fd87a8ae (git): merge revision(s) r48563,r46261,r48581: [Backport #10533]
* lib/net/http.rb: Do not attempt SSL session resumption when the
session is expired. [Bug #10533]
git-...
nagachika (Tomoyuki Chikanaga)
03:21 PM Revision e6e559c0 (git): merge revision(s) r48417: [Backport #10509]
* vm_eval.c (rb_yield_splat): add missing GC guard
[Bug #10509]
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
nagachika (Tomoyuki Chikanaga)
03:18 PM Revision 6a339774 (git): merge revision(s) r49223: [Backport #10732]
* lib/rdoc/text.rb (expand_tabs): get rid of infinite loop with
CR. should check if substitution occurred ...
nagachika (Tomoyuki Chikanaga)
02:11 PM Revision 4c2b74cb (git): merge revision(s) r49620: [Backport #10857]
* lib/resolv.rb (Resolv::DNS::Resource#==, #hash): elements
returned by Kernel#instance_variables are Symbo...
nagachika (Tomoyuki Chikanaga)
09:57 AM Revision 00088b97 (git): merge revision(s) 49620: [Backport #10857]
* lib/resolv.rb (Resolv::DNS::Resource#==, #hash): elements
returned by Kernel#instance_variables are Symbo...
naruse (Yui NARUSE)
08:59 AM Revision 61bb4b38 (git): merge revision(s) 49525,49575,49579: [Backport #10839]
test_cipher.rb: OpenSSL 1.0.2
* test/openssl/test_cipher.rb (OpenSSL::TestCipher#test_ciphers):
OpenSSL 1....
U.Nakamura
08:55 AM Revision 3bc58582 (git): merge revision(s) 49463: [Backport #10814]
signal.c: SIGBUS by stack overflow on Funtoo
* signal.c (sigbus): seems that Funtoo Linux also delivers SIGB...
U.Nakamura
08:48 AM Revision a2279999 (git): merge revision(s) 49543,49557: [Backport #10854]
* ext/socket/getaddrinfo.c (get_addr): reject too long hostname to
get rid of GHOST vulnerability on very o...
U.Nakamura
08:10 AM Revision c934771c (git): * tool/merger.rb (help): hilighten.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
06:39 AM Revision eef3f0d9 (git): merge revision(s) 49542: [Backport #10820]
* ext/win32/lib/win32/registry.rb (Win32::Registry::API): use wide
versions of RegDeleteValue and RegDelete...
naruse (Yui NARUSE)
02:50 AM Revision d4f507ab (git): merge revision(s) 49586: [Backport #10853]
* string.c (str_discard): does not free for STR_NOFREE string.
[Bug #10853][ruby-core:68110]
* boo...
naruse (Yui NARUSE)
02:47 AM Revision 466bd05f (git): resolv.rb: fix equality
* lib/resolv.rb (Resolv::DNS::Resource#==, #hash): elements
returned by Kernel#instance_variables are Symbols now.
...
nobu (Nobuyoshi Nakada)
02:04 AM Revision 23b9356a (git): * doc/syntax/calling_methods.rdoc: Fix documentation for "calling_methods"
Patch by @sos4nt [fix GH-830][ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49619 b2dd03c8-39d4-4d8f-98...
hsbt (Hiroshi SHIBATA)
01:53 AM Revision f7a73f3e (git): win32/file.c: fix drive letter
* win32/file.c (rb_file_expand_path_internal): do not make invalid
(or ADS) path if the path has a drive letter, th...
nobu (Nobuyoshi Nakada)
01:47 AM Revision 43d08fee (git): * 2015-02-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:47 AM Revision f6b9a0fe (git): * hash.c: Added docs to explain that #include? and #member? do not
check member equality
* lib/set.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49616 b2dd03c8-39d4-4d8f...
hsbt (Hiroshi SHIBATA)
 

Also available in: Atom