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
-
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... -
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 ... -
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... -
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... -
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... -
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... -
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... - 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.
...
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
-
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... -
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... -
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:... -
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... -
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:... -
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... -
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... - 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... - 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... - 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
-
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...
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... - 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
-
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...
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... -
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
-
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... -
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...
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
-
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... -
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/...
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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]
... -
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.
... - 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
-
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
-
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... -
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... -
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... -
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... -
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-... -
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...
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... - 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
- 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
-
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
-
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
- 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
- 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-... -
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 ... -
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... - 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... -
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... -
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
Also available in: Atom