Activity
From 12/28/2013 to 01/03/2014
01/03/2014
-
01:37 PM Revision c45b8794 (git): merge revision(s) 44488,44489: [Backport #9341]
- * test/net/imap/cacert.pem: generate new CA cert, since the last one
expired. [Bug #9341] [ruby-core:59459]... - 10:12 AM Revision 8f045561 (git): * ext/socket/socket.c (rsock_sys_fail_host_port): save and restore errno
- before calling rb_sys_fail_str to prevent [BUG] errno == 0.
Patch by Eric Wong. [ruby-core:59498] [Bug #9352]
* ex... -
01:51 AM Revision 12b09864 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:46 AM Revision 5ac7c395 (git): test/net/imap/test_imap.rb: fix test failures due to expired certs
- * test/net/imap/cacert.pem: generate new CA cert, since the last one
expired. [Bug #9341] [ruby-core:59459]
* test/...
01/02/2014
- 03:10 PM Revision 834ea58a (git): * 2014-01-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:10 PM Revision 1cc709a8 (git): * ext/bigdecimal: update class method call style from :: to .
- in documentation and usage.
* ext/bigdecimal/lib/bigdecimal/math.rb: [DOC] fix examples values.
Computations were m... -
07:29 AM Revision 72385b04 (git): * io.c (io_fwrite): freeze converted str.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:41 AM Revision d1cc0ebb (git): mkrunnable.rb: fix DLL path on Windows
- * tool/mkrunnable.rb: DLL needs placed at same directory as
executables on Windows.
git-svn-id: svn+ssh://ci.ruby-...
01/01/2014
-
07:15 PM Revision 243e581d (git): eval.c: extra modifier
- * eval.c (rb_longjmp): remove an extra modifier from the forward
declaration to match the actual definition. [ruby... -
06:43 PM Revision e4518c5b (git): dbm.c: yield dup of keystr
- * ext/dbm/dbm.c (fdbm_fetch): yield dup of keystr, to make it shared
and get rid of use of uninitialized variable.
... -
04:40 PM Revision b66d7182 (git): * vm_eval.c (method_missing): use ALLOCV_N() instead of
- ALLOCA_N() and rb_ary_tmp_new().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44481 b2dd03c8-39d4-4d8f-98ff-823... -
03:55 PM Revision 56b03969 (git): * array.c (rb_ary_zip): use ALLOCV_N() instead of ALLOCA_N().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:19 PM Revision edc5eb0d (git): * 2014-01-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:19 PM Revision 2c11bda8 (git): * hash.c (rb_hash_keys): make rb_hash_keys() static.
- it is no longer used from array.c since r43969.
the patch is from normalperson (Eric Wong).
[ruby-core:59449] [Fe... -
01:11 PM Revision 45379828 (git): test_transcode.rb: add messages
- * test/ruby/test_transcode.rb (test_valid_dummy_encoding): add
assertion messages and suppress a warning.
git-svn-... -
09:19 AM Revision 41d42a59 (git): configure.in: LDFLAGS and DLDFLAGS for opt-dir
- * configure.in: reset LDFLAGS and DLDFLAGS for opt-dir again after
LIBPATHFLAG and RPATHFLAG are set. [ruby-dev:47... - 02:12 AM Revision ad098050 (git): * 2014-01-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:12 AM Revision dd6834b0 (git): configure.in: use SSE2
- * configure.in: use SSE2 instructions for drop unexpected
precisions. [ruby-core:54738] [Bug #8358]
git-svn-id: s...
12/31/2013
-
02:49 PM Revision 8a46d402 (git): eval.c: raise with cause
- * eval.c (rb_f_raise): add cause: optional keyword argument.
[ruby-core:58610] [Feature #8257] [EXPERIMENTAL]
git-... -
01:12 PM Revision 2cdee223 (git): remove HAVE_FSEEKO from win32/win32.c
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:25 PM Revision 4e4e65a1 (git): * io.c (io_fwrite): allocate frozen str only when str is not converted.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:32 AM Revision 5d26de26 (git): mkmf.rb: fix for 1.8 baseruby
- * lib/mkmf.rb (init_mkmf): fix for 1.8 baseruby. RbConfig of 1.8
did not have CXXFLAGS.
git-svn-id: svn+ssh://ci.... -
06:44 AM Revision 2bca2635 (git): mkmf.rb: expand RUBY_SO_NAME
- * lib/mkmf.rb (RbConfig): expand RUBY_SO_NAME for extensions
backward compatibility. [ruby-core:59426] [Bug #9329]... -
06:34 AM Revision f0c310c6 (git): mkconfig.rb: pass version numbers
- * tool/mkconfig.rb (RbConfig): version numbers are also needed by
RUBY_SO_NAME.
git-svn-id: svn+ssh://ci.ruby-lang...
12/30/2013
-
09:16 PM Revision 41deb12e (git): fix previous commit
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:11 PM Revision e1536a74 (git): fix ruby/test_hash.rb [ruby-core:59154] [Bug #9223]
- the behavior is under 2.2.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44466 b2dd03c8-39d4-4d8f-... - 07:48 PM Revision d6c7ab9f (git): * 2013-12-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:47 PM Revision 5e3ec457 (git): Add [DOC] tag [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:39 PM Revision ff529cdc (git): * variable.c: Adding extra example in docs. [Bug #9210]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:34 AM Revision 5db5677c (git): encoding.c: mask dummy flags
- * encoding.c (must_encindex, rb_enc_from_index, rb_obj_encoding): mask
encoding index and ignore dummy flags. [rub... - 07:14 AM Revision 8e0013ea (git): * 2013-12-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:14 AM Revision 5b59832c (git): * tool/make-snapshot: needs CXXFLAGS. [ruby-core:59393][Bug #9320]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/29/2013
-
09:43 AM Revision e8792774 (git): * lib/mkmf.rb (configuration): Make CXXFLAGS customizable.
- Patch by Kohei Suzuki (eagletmt). [Fixes GH-492]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44459 b2dd03c8-39... -
03:11 AM Revision a69f01fa (git): proc.c: fix inherited method owner
- * proc.c (mnew_from_me): keep iclass as-is, to make inheritance
chain consistent. [ruby-core:59358] [Bug #9315]
*...
12/28/2013
-
11:47 PM Revision cb08e708 (git): test_sprintf.rb: sprintf with a hash as parameter
- * test/ruby/test_sprintf.rb (test_hash): Added tests for sprintf
with a hash as parameter. [Fixes GH-491]
git-svn... -
11:47 PM Revision b28e5371 (git): test_sprintf.rb: sprintf with a hash as parameter
- * test/ruby/test_sprintf.rb (test_hash): Added tests for sprintf
with a hash as parameter. [Fixes GH-491]
git-svn... -
11:21 PM Revision 24c3331b (git): vm_insnhelper.c: missing super in method module
- * vm_insnhelper.c (vm_search_super_method): direct superclass of a
module is found when super called in a Method ob... - 10:28 PM Revision e521a19a (git): * 2013-12-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:28 PM Revision 7e978b10 (git): * compar.c (cmp_eq_recursive): Fix the return value, the value for
- failed #<=> should be nil. It was raising a NoMethodError for
the test case TestComparable#test_no_cmp (undefined m... -
01:22 PM Revision 58a60b26 (git): * object.c (Kernel#<=>) surround Comparable operators with <code> tags.
- The #== method was hidden in ri/rdoc's output and was highlighting
the line instead.
git-svn-id: svn+ssh://ci.ruby... - 08:25 AM Revision 75f4731f (git): * benchmark/bm_so_meteor_contest.rb: [DOC] Fix a few typos
- * ext/fiddle/lib/fiddle/import.rb: ditto
* ext/psych/lib/psych.rb: ditto
* ext/psych/lib/psych/nodes/sequence.rb: dit...
Also available in: Atom