Project

General

Profile

Activity

From 05/22/2015 to 05/28/2015

05/28/2015

07:40 PM Revision c1b35ab1 (git): * 2015-05-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:40 PM Revision 6abf7938 (git): * ext/objspace/objspace.c: add two methods to debug internals.
* ObjectSpace.internal_class_of: return RBASIC_CLASS(obj).
* ObjectSpace.internal_super_of: return RCLASS_SUPER(cls...
ko1 (Koichi Sasada)
07:17 AM Revision 4d059bf9 (git): generator.c: allocate structs with wrapper
* ext/json/generator/generator.c (cState_s_allocate): allocate
structs with making new wrapper objects and get rid ...
nobu (Nobuyoshi Nakada)
07:17 AM Revision cbf902fc (git): parser.rl: allocate structs with wrapper
* ext/json/parser/parser.rl (cJSON_parser_s_allocate): allocate
structs with making new wrapper objects and get rid...
nobu (Nobuyoshi Nakada)
06:46 AM Revision 828de1a0 (git): win32ole.c: wrapper object before alloc
* ext/win32ole/win32ole.c (Init_win32ole): make wrapper object
before making st_table.
git-svn-id: svn+ssh://ci.ru...
nobu (Nobuyoshi Nakada)
06:45 AM Revision fbc67dbf (git): tcltklib.c: allocate structs with wrapper
* ext/tk/tcltklib.c (ip_create_slave_core): allocate structs with
making new wrapper objects and get rid of potenti...
nobu (Nobuyoshi Nakada)
06:44 AM Revision d5026011 (git): tkutil.c: check arguments type
* ext/tk/tkutil/tkutil.c (cbsubst_get_subst_key): check arguments
type. implicit conversion is disabled to get rid...
nobu (Nobuyoshi Nakada)
05:53 AM Revision 0c58f697 (git): tkutil.c: check type
* ext/tk/tkutil/tkutil.c (cbsubst_get_subst_key): ensure the
result type of a method call to be an array before acc...
nobu (Nobuyoshi Nakada)
12:54 AM Revision ed737b87 (git): merge revision(s) 49999,50000: [Backport #10979]
* hash.c (rb_any_hash): use same hash values with Float#hash so
that -0.0 and +0.0 will be identical.
...
U.Nakamura

05/27/2015

09:56 PM Revision c8b3f1b4 (git): * 2015-05-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:56 PM Revision 86f7fcee (git): Fix typo in samples for tk ext [skip ci]
* ext/tk/sample/figmemo_sample.rb (open_file),
ext/tk/sample/tktextio.rb (TkTextIO): fix typo in messages.
[Fix G...
nobu (Nobuyoshi Nakada)
01:36 PM Revision c83883cf (git): tcltklib.c: fix memory leak
* ext/tk/tcltklib.c (ip_init): reject already initialized
interpreter to fix memory leak.
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
10:56 AM Revision 19341b86 (git): test_bigdecimal.rb: adjust
* test/bigdecimal/test_bigdecimal.rb (assert_no_memory_leak): fix
GC scope and adjust limits.
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)
08:02 AM Revision bdf07741 (git): bigdecimal.c: wrapper object before alloc
* ext/bigdecimal/bigdecimal.c (VpNewRbClass): make wrapper object
before result structs allocation and manage refco...
nobu (Nobuyoshi Nakada)
08:02 AM Revision 2df5bb9a (git): envutil.rb: EnvUtil.gc_stress_to_class
* test/lib/envutil.rb (EnvUtil.gc_stress_to_class): check if
GC.stress_to_class is available.
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)
05:55 AM Revision b38b920a (git): gc.c: mark stress_to_class
* gc.c (gc_mark_roots): stress_to_class is also a GC root.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50648 b...
nobu (Nobuyoshi Nakada)
02:08 AM Revision 7615c70d (git): gc.c: stress_to_class
* gc.c (newobj_of): debug feature to fail allocation of particular
classes.
* gc.c (rb_gcdebug_add_stress_to_class...
nobu (Nobuyoshi Nakada)
01:09 AM Revision 9fbf4887 (git): openssl: use RB_GC_GUARD instead of volatile
From doc/extension.rdoc:
>
> Using the RB_GC_GUARD macro is preferable to using the "volatile"
> keyword in C. RB_GC...
Eric Wong
12:43 AM Revision 46ad38a4 (git): drb: avoid redundant fcntl call
Sockets are close-on-exec by default since Ruby 2.0, so it
is redundant to set it again.
* lib/drb/drb.rb (set_socko...
Eric Wong
12:38 AM Revision a98f72f2 (git): * 2015-05-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:38 AM Revision bea4ccb2 (git): ossl_asn1.c: [DOC] Fix typo [skip ci]
* ext/openssl/ossl_asn1.c (Init_ossl_asn1): [DOC] Fix typo
"recieved" to "received". [Fix GH-913]
git-svn-id: svn...
nobu (Nobuyoshi Nakada)

05/26/2015

01:16 PM Revision 834d2bbe (git): * vm_method.c (rb_alias): should resolve refined methods.
[ruby-core:69360] [Bug #11182]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50642 b2dd03c8-39d4-4d8f-98ff-823fe...
shugo (Shugo Maeda)
12:38 PM Revision 37aec839 (git): * 2015-05-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:37 PM Revision d5a93ed1 (git): fix condition
* include/ruby/defines.h (RUBY_ATTR_ALLOC_SIZE): fix condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50...
znz (Kazuhiro NISHIYAMA)

05/25/2015

01:38 PM Revision 19f7dd85 (git): * tool/redmine-backporter.rb (rel): after the relations is changed,
@changesets is no longer right.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50639 b2dd03c8-39d4-4d8f-98ff-823...
U.Nakamura
05:48 AM Revision fdb62480 (git): add .gitignore rules for Microsoft Visual C++
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:35 AM Revision d4bafbb4 (git): * win32/win32.c (setup_overlapped): seek to the file end only when
writing (mode:a), not reading (mode:a+, read).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50637 b2dd03c8-39d4...
naruse (Yui NARUSE)
02:33 AM Revision 5c0fb216 (git): io.c: refine message
* io.c (prepare_getline_args): refine the expected arity in an
exception message.
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)

05/24/2015

03:33 PM Revision 42d06ac1 (git): * 2015-05-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:33 PM Revision 2e1835b6 (git): * numeric.c (Numeric#negative?): [DOC] Fix call-seq.
Patch by @yui-knk. [Fixes GH-908]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50634 b2dd03c8-39d4-4d8f-98ff-82...
Eregon (Benoit Daloze)
02:20 AM Revision e28addcf (git): ruby.c: show_usage_line
* ruby.c (show_usage_line): extract function to print one usage
line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
nobu (Nobuyoshi Nakada)

05/23/2015

07:18 PM Revision 2e081760 (git): merge revision(s) 50057,50065: [Backport #10991]
* marshal.c (r_symreal): register symbol names as strings first so
that r_symlink always returns valid name...
nagachika (Tomoyuki Chikanaga)
06:53 PM Revision 55849b02 (git): merge revision(s) 50449: [Backport #11123]
* ext/socket/ancdata.c (bsock_recvmsg_internal): GC guard
[Bug #11123]
git-svn-id: svn+ssh://ci.ruby-lang...
nagachika (Tomoyuki Chikanaga)
06:52 PM Revision 3cc32181 (git): merge revision(s) 50421: [Backport #11113]
* range.c (linear_object_p, range_include): test if covered for
linear objects. [ruby-core:69052] [Bug #11...
nagachika (Tomoyuki Chikanaga)
06:43 PM Revision 2c2fbb8c (git): merge revision(s) 50444: [Backport #11128]
* lib/net/imap.rb (body_ext_mpart): should work even if body-fld-dsp
is omitted. [ruby-core:69093] [Bug #1...
nagachika (Tomoyuki Chikanaga)
06:39 PM Revision 637d0824 (git): merge revision(s) 50509: [Backport #11132]
* string.c: added documentation for character sequence \' with String#sub
[Bug #11132][ruby-core:69121][fix...
nagachika (Tomoyuki Chikanaga)
06:35 PM Revision 9d3a9e97 (git): merge revision(s) 50406,50407: [Backport #11075]
* rational.c: Added documentation for rational literal.
[Bug #11075][fix GH-885][ci skip] Patch by @shishir...
nagachika (Tomoyuki Chikanaga)
06:31 PM Revision 3a35a8e9 (git): merge revision(s) 50404,50405: [Backport #10975]
* ext/socket/ipsocket.c (init_inetsock_internal): preserve errno
before other library calls and use rb_syse...
nagachika (Tomoyuki Chikanaga)
06:02 PM Revision d15084fb (git): merge revision(s) 50305: [Backport #11065]
* ext/-test-/printf/printf.c (uint_to_str): renamed to get rid of
conflict on cygwin. [ruby-core:68877] [B...
nagachika (Tomoyuki Chikanaga)
05:59 PM Revision e197429a (git): merge revision(s) 50206: [Backport #10724]
* vm.c (vm_exec): check other events when RETURN is thrown.
[Bug #10724]
* test/ruby/test_settrace...
nagachika (Tomoyuki Chikanaga)
05:42 PM Revision 645b4e11 (git): merge revision(s) 50187,50202: [Backport #11051]
* ext/socket/raddrinfo.c (addrinfo_mload): fix memory leak of
addrinfo. [ruby-dev:48923] [Bug #11051]
gi...
nagachika (Tomoyuki Chikanaga)
05:18 PM Revision f0f734fd (git): merge revision(s) 50185: [Backport #10952]
* bigdecimal: conform to ruby's license. [ruby-core:68466] [Bug #10952]
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
nagachika (Tomoyuki Chikanaga)
05:15 PM Revision c92fa1fd (git): merge revision(s) 50071,50088: [Backport #10998] [Backport #11000]
* ext/-test-/file/fs.c (get_fsname): return filesystem name by
statfs/statvfs. [ruby-core:68624] [Bug #109...
nagachika (Tomoyuki Chikanaga)
05:02 PM Revision 92e97984 (git): merge revision(s) 50182,50183: [Backport #11035]
* hash.c (rb_any_hash): Symbols are compared by the identities
always. [ruby-core:68767] [Bug #11035]
...
nagachika (Tomoyuki Chikanaga)
05:01 PM Revision c758d631 (git): merge revision(s) 49999,50000: [Backport #10979]
* hash.c (rb_any_hash): use same hash values with Float#hash so
that -0.0 and +0.0 will be identical.
...
nagachika (Tomoyuki Chikanaga)
04:37 PM Revision 3de8b4be (git): * 2015-05-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:36 PM Revision 5ea16ea6 (git): * debug.c (ruby_debug_print_id): use rb_id2name() for fprintf().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
11:07 AM Revision 8b5ffc36 (git): win32.c: suppress a warning
* win32/win32.c (rb_w32_write_console): fix the type to suppress a
warning of difference in signedness.
git-svn-id...
nobu (Nobuyoshi Nakada)
09:38 AM Revision 81750737 (git): man: updated
* man/*.1: updated dates in man pages.
[ruby-dev:48988] [Bug #11171]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
nobu (Nobuyoshi Nakada)
09:36 AM Revision aaa12359 (git): common.mk: update-man-date
* common.mk (update-man-date): update last date in man pages.
* tool/vcs.rb (VCS#modified): returns last modified ti...
nobu (Nobuyoshi Nakada)
09:36 AM Revision 80000c53 (git): file2lastrev.rb: format for modified
* tool/file2lastrev.rb: add optional argument to --modified, for
strftime format.
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)
09:36 AM Revision b8081c7c (git): file2lastrev.rb: all ARGV
* tool/file2lastrev.rb: output for each arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50612 b2dd03c8-...
nobu (Nobuyoshi Nakada)
07:58 AM Revision 8009794c (git): rake.1: removed
* man/rake.1: rake has been gemified. [Feature #11025]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50611 b2dd...
nobu (Nobuyoshi Nakada)

05/22/2015

06:13 PM Revision 7ceb9ecc (git): * win32/win32.c (rb_w32_write_console): should return the count of
actually eaten characters, include escape sequences.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50610 b2dd03...
U.Nakamura
05:37 PM Revision 3f4aab16 (git): * win32/win32.c (constat_apply): fixed comment. [skip ci]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
03:26 PM Revision a1147b91 (git): * 2015-05-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:26 PM Revision 511a9f79 (git): fix indent (tabify) [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:26 PM Revision 9bab9d50 (git): fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:37 PM Revision 2c686723 (git): * lib/matrix.rb: Styling
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
01:36 PM Revision d2487ed4 (git): * lib/prime.rb: Remove obsolete Prime.new
patch by Ajay Kumar. [Fixes GH-891]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50604 b2dd03c8-39d4-4d8f-98ff-...
Marc-Andre Lafortune
12:13 PM Revision 3a08b7e2 (git): intern.h: move rb_sym_all_symbols
* include/ruby/intern.h (rb_sym_count): move `rb_sym_all_symbols`
to a symbol.c specific section. a part of patch ...
nobu (Nobuyoshi Nakada)
12:10 PM Revision c7b63ec8 (git): test_parse.rb: move assertions
* test/ruby/test_module.rb (test_remove_class_variable): move an
assertion for Module#remove_class_variable from te...
nobu (Nobuyoshi Nakada)
11:57 AM Revision b53d547f (git): * complex.c (f_complex_polar): simple bug reproduced only when y is
a float but x is not a float.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50601 b2dd03c8-39d4-4d8f-98ff-823fe...
U.Nakamura
10:42 AM Revision 46c64caf (git): process.c: do not discard status
* process.c (rb_spawn_process): do not discard global escape
status. [ruby-core:69304] [Bug #11166]
* process.c (r...
nobu (Nobuyoshi Nakada)
07:48 AM Revision 22417275 (git): * NEWS: added news for net-telnet and rake
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
 

Also available in: Atom