Activity
From 07/21/2016 to 07/27/2016
07/27/2016
-
01:33 AM Revision 55378a9e (git): * enc/windows_1253.c: Remove dead code found by Coverity Scan.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/26/2016
-
04:22 PM Revision 01fb7e5b (git): dtrace: wait command
- * test/dtrace/helper.rb (DTrace::TestCase::READ_PROBES): wait
the spawned command not to make a waiter thread. fix... - 04:03 PM Revision bd9039e2 (git): * 2016-07-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:03 PM Revision 9273ab42 (git): gmake.mk: test-framework by love
- * defs/gmake.mk (sudo-precheck): test the test-framework before
installation by love.
git-svn-id: svn+ssh://ci.rub... -
01:43 PM Revision 3084f430 (git): gc.c: running finalizer state
- * gc.c (run_finalizer): make saved running finalizer state
volatile to ensure not to be clobbered by longjmp.
git-... -
01:02 PM Revision 63e93257 (git): gmake.mk: love dependency
- * defs/gmake.mk (test-almost): depends on install when making
love.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
01:02 PM Revision e7440de2 (git): test: use assert_include
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:51 PM Revision 7b3473a1 (git): dtrace: chomp CR
- * test/dtrace/helper.rb (DTrace::TestCase::READ_PROBES): chomp CR
by pty. fix up r55736.
git-svn-id: svn+ssh://ci... -
10:28 AM Revision be5564a1 (git): * vm_insnhelper.c: introduce rb_vm_pop_frame() and use it
- instead of setting rb_thread_t::cfp directly.
* vm_insnhelper.c (vm_pop_frame): return the result of
finish frame ... -
10:07 AM Revision 78e86f75 (git): * gc.c (rb_raw_obj_info): support to show Proc obj.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:57 AM Revision 225915ef (git): * gc.c (gc_mark): add `inline' explicitly.
- I expected to inline this function implicitly at the loop
(ex: marking T_ARRAY objects) but sometimes it remains as... -
07:33 AM Revision 7b2b2869 (git): * enc/windows_1257.c, test/ruby/enc/test_case_comprehensive.rb:
- Implement non-ASCII case conversion for Windows-1257, by Sho Koike.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
07:19 AM Revision 14dd8a17 (git): * enc/windows_1250.c, test/ruby/enc/test_case_comprehensive.rb:
- Implement non-ASCII case conversion for Windows-1250, by Sho Koike.
* ChangeLog: Fixed order of previous two entries.... -
06:54 AM Revision aec1ac6e (git): * enc/windows_1251.c, test/ruby/enc/test_case_comprehensive.rb:
- Implement non-ASCII case conversion for Windows-1251, by Shunsuke Sato.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
06:30 AM Revision c8a1d8b3 (git): * enc/windows_1251.c, test/ruby/enc/test_case_comprehensive.rb:
- Implement non-ASCII case conversion for Windows-1251, by Shunsuke Sato.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... - 04:05 AM Revision 18440efa (git): * 2016-07-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:05 AM Revision aa1bf14f (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:05 AM Revision c2b500a0 (git): * test/ruby/enc/test_case_comprehensive.rb: Add explicit skip test for
- availability of Unicode data files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55746 b2dd03c8-39d4-4d8f-98ff...
07/25/2016
-
12:33 PM Revision 706534b5 (git): range.c: check_step_domain
- * range.c (check_step_domain): check step argument domain by <=>
method, instead of < and >.
git-svn-id: svn+ssh:/... -
12:12 PM Revision e73b3219 (git): fix filenames [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:00 AM Revision e5c6454e (git): * debug.c (ruby_debug_printf): use rb_raw_obj_info()
- instead of rb_inspect() because it is more robust way
to see object internal.
git-svn-id: svn+ssh://ci.ruby-lang....
07/24/2016
- 09:43 PM Revision c3236250 (git): * 2016-07-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:43 PM Revision ceff9c8d (git): dtrace: simplify
- * test/dtrace/helper.rb (DTrace::TestCase::RUBYBIN): simply
substitute basename.
git-svn-id: svn+ssh://ci.ruby-lan... -
07:33 AM Revision 6ed393ad (git): * regenc.h/c, include/ruby/oniguruma.h, enc/ascii.c, big5.c, cp949.c,
- emacs_mule.c, euc_jp.c, euc_kr.c, euc_tw.c, gb18030.c, gbk.c,
iso_8859_1|2|3|4|5|6|7|8|9|10|11|13|14|15|16.c, koi8_... -
03:53 AM Revision 25013966 (git): * doc/maintainers.rdoc: xmlrpc is bundled gem from Ruby 2.4.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:08 AM Revision c1929dc9 (git): * doc/maintainers.rdoc: Update OpenSSL maintainer.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/23/2016
- 03:04 PM Revision 0bd77849 (git): * 2016-07-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 PM Revision 106445d1 (git): dtrace: suppress an empty line
- * test/dtrace/helper.rb (DTrace::TestCase#trap_probe): suppress
an extra empty line to the controlling tty by dtrac... -
02:59 PM Revision d98dd473 (git): dtrace: use miniruby instead of ruby-runner
- * test/dtrace/helper.rb (DTrace::TestCase#trap_probe): ruby-runner
cannot be the target of dtrace, use miniruby ins... -
01:43 PM Revision 9662ee05 (git): internal.h: inline Check_Type
- * internal.h (Check_Type): inline check for the object type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55734...
07/22/2016
-
07:06 PM Revision c29ad018 (git): ruby.h: use prefixed name
- * include/ruby/ruby.h (RTEST, NIL_P): use RUBY prefixed name in
macros.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... - 04:43 PM Revision 79d33a5c (git): * 2016-07-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:43 PM Revision dafeebf1 (git): webrick: filter out HTTP_PROXY for CGIHandler
- * lib/webrick/httpservlet/cgihandler.rb (do_GET): delete HTTP_PROXY
* test/webrick/test_cgi.rb (test_cgi_env): new te... -
02:23 PM Revision ef41381d (git): * ChangeLog: Fix wrong license name.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:55 AM Revision a325876a (git): Fix Issues reported by PVS-Studio static analyzer
- * vm.c (vm_set_main_stack): remove unnecessary check. toplevel
binding must be initialized. [Bug #12611] (N1)
* w... -
08:13 AM Revision c6692d94 (git): * string.c (String#dump): Change escaping of non-ASCII characters in
- UTF-8 to use upper-case four-digit hexadecimal escapes without braces
where possible [Feature #12419].
* test/ruby/... - 01:43 AM Revision 21269d37 (git): Fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:39 AM Revision 95c78413 (git): * lib/rexml/attribute.rb (REXML::Attribute#to_string): Fix wrong
- entry reference name of double quote.
[Bug#12609][ruby-core:76509]
Patch by Joseph Marrero. Thanks!!!
git-svn-i... -
01:32 AM Revision 0ad3557d (git): * template/unicode_norm_gen.tmpl: Remove
- UnicodeNormalize::UNICODE_VERSION at origin [Feature #12546].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@557... -
12:24 AM Revision 8c18d585 (git): * LEGAL: Added entries for files under the USD license.
- [Bug #12598][ruby-core:76428][ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55724 b2dd03c8-39d4-4d8f-98... -
12:20 AM Revision a19f4c6f (git): * LEGAL: Added entry for `lib/rdoc/generator/template/darkfish/css/fonts.css`
- [Misc #12550][ruby-core:76255][ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55723 b2dd03c8-39d4-4d8f-9...
07/21/2016
-
09:28 PM Revision 2fbb1dca (git): gc.c: reduce EXEC_TAG
- * gc.c (run_finalizer): push and exec tag just once, instead of
protecting for each finalizer.
git-svn-id: svn+ssh... - 09:12 PM Revision 3f4acc0e (git): * 2016-07-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:12 PM Revision 2a32bd36 (git): gc.c: set finalizing
- * gc.c (gc_start_internal, rb_gc_start): set finalizing flag
whenever calling deferred finalizers not to recurse.
... -
01:27 PM Revision 0b859072 (git): * missing/strl{cat,cpy}.c: Update latest upstream files.
- [Misc #12205][ruby-core:74487]
* LEGAL: Update license for missing/strl{cat,cpy}.c.
git-svn-id: svn+ssh://ci.ruby-la... -
12:54 PM Revision e84f9113 (git): * LEGAL: added file list with CC0 license.
- [ruby-core:76254][Bug #12549]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55718 b2dd03c8-39d4-4d8f-98ff-823fe6...
Also available in: Atom