Activity
From 04/13/2012 to 04/19/2012
04/19/2012
-
11:41 PM Revision 4dd74831 (git): * ChangeLog: fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:38 PM Revision d9270180 (git): Backport security fixes for rubygems from r35404
- * lib/rubygems: Update to RubyGems 1.8.23 which contains security
fixes:
RubyGems now disallows redirection fro... -
11:07 PM Revision 064bf602 (git): * lib/rubygems: Update to RubyGems 1.8.23 which contains security
- fixes:
RubyGems now disallows redirection from HTTPS to HTTP.
RubyGems now verifies SSL connections.
See htt... - 10:43 PM Revision 39573b4b (git): * 2012-04-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:43 PM Revision de280961 (git): Backport r35374 and r35375
- * lib/rubygems: Update to RubyGems 1.8.22 plus r33517 and r35337 which
were ported to the rubygems git repository.... - 03:34 PM Revision 83ed9851 (git): * 2012-04-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:34 PM Revision 0968c22e (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:33 AM Revision e0ffb9b5 (git): * strftime.c (rb_strftime_with_timespec): fix carrir-up bug and
- overwrite '+' with '-' if negative offset less than a hour.
[ruby-core:44447][Bug #6323]
git-svn-id: svn+ssh://ci... -
03:55 AM Revision b5108130 (git): merge revision(s) 35395:
- * ext/-test-/win32/dln/extconf.rb: need import library for ordinal
entry even on mingw. [ruby-core:44441][... -
03:21 AM Revision ec0bd633 (git): Run TC_JSONGenerate#test_gc in a separate process.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:49 AM Revision c1903a9f (git): Fix multithread issue in the test of r35391
- pipe() uses threads and its reader thread may work before the writer
writes "foob". On such case, the reader will rai... -
12:40 AM Revision 1ff181cf (git): * ext/-test-/win32/dln/extconf.rb: need import library for ordinal
- entry even on mingw. [ruby-core:44441][Bug #6320]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35395 b2dd03c8... -
12:38 AM Revision 0ba3c640 (git): * ChangeLog: remove garbage spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:35 AM Revision 42a9234c (git): * random.c (random_init): Clarify that the default seed is
- Random.new_seed, not zero. Based on patch by Roger Pack.
[ruby-trunk - Bug #6313]
* random.c (rb_f...
04/18/2012
-
11:59 PM Revision 6878e597 (git): * ext/curses/curses.c (window_nodelay): Fixed call-seq of nodelay to
- include the '='.
Improved description window.nodelay=.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35392 b... -
11:48 PM Revision ab0eb272 (git): * io.c (io_readpartial): Document the output buffer parameter is
- overwritten with the read contents even when non-empty.
Patch by yu nobuoka. [ruby-trunk - Bug #6285]
* io.c (io_r... - 11:14 PM Revision aa883f84 (git): * 2012-04-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:14 PM Revision 61c1fb70 (git): Use mock of Gem::Security::OPT[:trust_dir]
- Gem::Security::OPT[:trust_dir] depends Gem.user_home but doesn't reset
on setup/teardown.
NOTE: Gem.user_home won't b... -
02:09 PM Revision 24620aaf (git): merge revision(s) 35387:
- * configure.in (DOT, DOXYGEN): use AC_CHECK_PROGS instead of
AC_CHECK_PROG which needs the third argument. ... -
01:59 PM Revision 7cfc4be2 (git): * configure.in (DOT, DOXYGEN): use AC_CHECK_PROGS instead of
- AC_CHECK_PROG which needs the third argument. [ruby-core:44433]
[Bug #6316]
* configure.in (PKG_CONFIG): fix condi... -
07:10 AM Revision 336cf575 (git): * test/ruby/test_time_tz.rb (TestTimeTZ): run TZ tests on Mac OS X,
- except for "right" timezonez.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35386 b2dd03c8-39d4-4d8f-98ff-823fe6... - 05:50 AM Revision ab649ef3 (git): * win32/file.c (INVALID_FILE_ATTRIBUTES): commit miss of r35384.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:00 AM Revision ff19b1d8 (git): * win32/file.c (INVALID_FILE_ATTRIBUTES): define for old SDK.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:59 AM Revision 62c9ecfa (git): Revert r35339-35343 because of no tests.
- * hash.c: Alias ENV.to_h to ENV.to_hash [ref #6276]
* lib/ostruct.rb: Add OpenStruct#to_h [Feature #6276]
* struct.... -
03:38 AM Revision cc6ab53f (git): Run separate process this GC.stress test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:31 AM Revision 8de83c51 (git): Disable GC for slow this test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:58 AM Revision 9d96fc17 (git): split method definitions
- * test/ruby/test_time_tz.rb (TestTimeTZ#with_tz, TestTimeTZ#time_to_s):
split method definitions.
git-svn-id: svn+... -
01:58 AM Revision 62885f1e (git): update .gitignore
- * .gitignore: removed duplicate entry and obsolete entries.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35379 ... -
01:46 AM Revision 085ae60a (git): Removed ChangeLog entry from reverted r35370
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:23 AM Revision 442fefc7 (git): * strftime.c (rb_strftime_with_timespec): add an interim digit for
- the timezone offset which is less than an hour.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35377 b2dd03c8-39d... -
01:08 AM Revision 9e56e14f (git): Run separate process if the test uses GC.stress.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:58 AM Revision 5383ccd9 (git): * lib/rubygems/version.rb: Fixed init_with warning by calling into
- yaml_initialize (for syck) from psych's init_with
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35375 b2dd03c8-... -
12:04 AM Revision 6c1da63b (git): * lib/rubygems: Update to RubyGems 1.8.22 plus r33517 and r35337 which
- were ported to the rubygems git repository.
See https://github.com/rubygems/rubygems/blob/1.8/History.txt for
ch...
04/17/2012
-
09:21 PM Revision 5ab11990 (git): Ignore files generated by extconf.rb
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:17 PM Revision 0ebe38ee (git): Revert r35370 due to bad source branch
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:50 PM Revision 02dc9ae7 (git): * 2012-04-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:50 PM Revision 22d9456b (git): * lib/rubygems: Update to RubyGems 1.8.22 plus r33517 and r35337 which
- were ported to the rubygems git repository.
See https://github.com/rubygems/rubygems/blob/1.8/History.txt for
ch... -
02:22 PM Revision 5468593e (git): merge revision(s) 35368:
- * ext/-test-/win32/dln/extconf.rb: fix for mingw.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35... -
02:21 PM Revision 22263729 (git): * ext/-test-/win32/dln/extconf.rb: fix for mingw.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:35 PM Revision 902084a6 (git): * common.mk (REVISION_H): create temporary file in cwd so that it
- works if srcdir is not writable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35367 b2dd03c8-39d4-4d8f-98ff-823... -
01:18 PM Revision 43dbbefb (git): * strftime.c (rb_strftime_with_timespec): fix padding of time zone
- offset. [ruby-dev:43287][Bug #4458]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35366 b2dd03c8-39d4-4d8f-98ff... -
12:36 PM Revision 4f043961 (git): merge revision(s) 34419: [Backport #6307]
- * lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb:
fix the default xml namespace URI validati... -
11:36 AM Revision e1a08e41 (git): merge revision(s) 35363:
- win32/dln is only for win32.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35364 b2dd03c8-39d4-4d8... -
11:14 AM Revision 77321aee (git): win32/dln is only for win32.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:27 AM Revision a940590a (git): merge revision(s) 35354,35356,35357,35361:
- * dln.c (rb_w32_check_imported): skip ordinal entries. based on a
patch by phasis68 (Heesob Park) at [ruby... -
05:12 AM Revision f5659a91 (git): * ext/-test-/win32/dln/extconf.rb: add to cleanfiles iff cleanobjs is set.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:55 AM Revision 0a706449 (git): * Makefile.in (reconfig, config.status): not depend on
- $(srcdir)/version.h to get rid of daily reconfiguration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35360 b2d... -
04:55 AM Revision 561e61a4 (git): * configure.in (RUBY_SO_NAME): expand version numbers in Makefile.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:55 AM Revision 485f88e6 (git): * reduce UNREACHABLE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:55 AM Revision 854a6e47 (git): * ext/-test-/win32/dln/extconf.rb: add test dll files to cleanfiles.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 AM Revision 68bf3099 (git): * ext/-test-/win32/dln/extconf.rb: remove unnecessary local variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:11 AM Revision cc433788 (git): * 2012-04-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:11 AM Revision dad31f6e (git): * dln.c (rb_w32_check_imported): skip ordinal entries. based on a
- patch by phasis68 (Heesob Park) at [ruby-core:44381].
[ruby-core:44371][Bug #6303]
git-svn-id: svn+ssh://ci.ruby-...
04/16/2012
-
12:26 PM Revision 1ca2a6d7 (git): merge revision(s) 35352:
- * dln.c (rb_w32_check_imported): skip ordinal entries. patched by
phasis68 (Heesob Park) at [ruby-core:443... -
12:25 PM Revision 6655667d (git): * dln.c (rb_w32_check_imported): skip ordinal entries. patched by
- phasis68 (Heesob Park) at [ruby-core:44381]. [Bug #6303]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35352 b2... - 11:15 AM Revision ec9ccb52 (git): * 2012-04-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:15 AM Revision 34c1a169 (git): Merge eacb6564c05ff7428bcbb3c34f72655b1b5d6ca3.
- [Backport #6304]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35350 b2dd03c8-39d4-4d8f-98ff-823f... -
09:23 AM Revision e0e479fb (git): * spec/default.mspec: expand relative path for ruby_exe which uses
- them with Dir.chdir; it breaks relative paths, for example
core/kernel/exec_spec.rb.
git-svn-id: svn+ssh://ci.ruby... -
07:22 AM Revision f2979f31 (git): * win32/win32.c (gmtime_r, localtime_r): POSIX compliant reentrant
- versions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:08 AM Revision 72fffe5c (git): * configure.in (RUBY_MSVCRT_VERSION): define on mingw too.
- * win32/Makefile.sub (config.h): prefix RT_VER with RUBY and make
more descriptive to get rid of potential conflict... -
06:19 AM Revision 8b25f420 (git): * configure.in (NO_RUBY_VENDOR_LIB): fix missing comma.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:22 AM Revision 7d84f55f (git): * ChangeLog: typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:17 AM Revision b62792e5 (git): * lib/matrix.rb (hermitian?): Bug fix, patch by George Koehler
- [Bug #6290] [rubyspec:4b9573d7613]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35344 b2dd03c8-39d4-4d8f-98ff-8... - 03:16 AM Revision fc7676fc (git): * hash.c: Alias ENV.to_h to ENV.to_hash [ref #6276]
- [rubyspec:6587eead7cd1]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:16 AM Revision db66739c (git): * lib/ostruct.rb: Add OpenStruct#to_h [Feature #6276]
- [ref #1400] [rubyspec:9e0250b2fc6f]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35342 b2dd03c8-39d4-4d8f-98ff-... - 03:16 AM Revision 1dbe0f06 (git): * struct.c: Add Struct#to_h [Feature #6276]
- [ref #4862] [rubyspec:2082ef46d46e]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35341 b2dd03c8-39d4-4d8f-98ff-... - 03:15 AM Revision 33399fe8 (git): * object.c: Add NilClass#to_h [Feature #6276]
- [ref #5008] [rubyspec:dc5ecddbd608]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35340 b2dd03c8-39d4-4d8f-98ff-... - 03:15 AM Revision f92be2c0 (git): * hash.c: Add Hash#to_h [Feature #6276]
- [rubyspec:84b7fe3f24d2]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 12:44 AM Revision 0c7163ae (git): * 2012-04-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:44 AM Revision e6882349 (git): * lib/rubygems/remote_fetcher.rb (Gem::RemoteFetcher#download): should
- use File.identical? to chech the identicality of the files.
this fixed an error of a test on Windows.
git-svn-id:...
04/15/2012
-
07:37 AM Revision 164ced04 (git): Add debug prints to inspect TC_JSONGenerate#test_gc's timeout issue.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:57 AM Revision 89d7ac80 (git): merge revision(s) 34106:
- * test/test_pty.rb (test_pty_check_default): call PTY.check until
"cat" command is finished.
git-svn-id: ... -
05:54 AM Revision ef46ac50 (git): merge revision(s) 32799:
- * test/ruby/test_process.rb (TestProcess#windows?): new method.
* test/ruby/test_process.rb (TestProcess#*):... -
12:06 AM Revision 57fb2199 (git): * reduce UNREACHABLE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/14/2012
-
09:47 PM Revision 97d00bcd (git): merge revision(s) 35249,35250: [Backport #6296]
- * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration of
new function.
* process.c (en... -
07:36 PM Revision 72012911 (git): merge revision(s) 35296: [Backport #6295]
- * io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's because
io_unread() doesn't work properly when ... - 06:56 PM Revision b8601446 (git): * 2012-04-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:56 PM Revision 05af801f (git): Adds another timeouts.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:02 PM Revision 0e84de2b (git): merge revision(s) 34785,35095,35098,35111,35152: [Backport #6294]
- * io.c (set_binary_mode_with_seek_cur): reorder function qualifiers.
* test/ruby/test_io.rb (TestIO#test_pos_... -
09:52 AM Revision 698d21a2 (git): merge revision(s) 35325:
- * bignum.c (rb_big2str0): prevent working clone from
GC. [exerb-dev:0578]. patched by MURASE Masamitsu
... - 09:01 AM Revision fa9f734f (git): * 2012-04-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@35326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:01 AM Revision 52cd11a3 (git): * bignum.c (rb_big2str0): prevent working clone from
- GC. [exerb-dev:0578]. patched by MURASE Masamitsu
<masamitsu.murase AT gmail.com> at [exerb-dev:0580]
git-svn-id:... -
03:55 AM Revision d2e2b309 (git): * configure.in (UNREACHABLE): gcc 4.4 eliminates unreachable code
- if -O3 is given.
* win32/win32.c (child_result): dropped colon.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35... -
02:30 AM Revision c26ea74a (git): * lib/webrick/server.rb (WEBrick::GenericServer#start):
- partially revert r35315.
* test/webrick/test_server.rb (test_start_exception):
received signal is delivered to the... -
12:36 AM Revision e95f7ea8 (git): * variable.c (trace_ev): Removed "not reached" comment as this line is
- reached.
* variable.c (rb_obj_remove_instance_variable): Replaced "not reached"
comment with the UNREACHABLE macro...
04/13/2012
-
11:45 PM Revision da39d32f (git): * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control
- reaches end of non-void function" warnings. [ruby-trunk - Bug #6066]
* re.c (name_to_backref_number): ditto.
* obje... - 03:34 PM Revision d377a6ff (git): * 2012-04-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:34 PM Revision 24476c0c (git): * eval_error.c (error_print): use RB_TYPE_P instead of TYPE.
- * error.c (rb_check_backtrace): ditto.
* error.c (name_err_mesg_to_str): compare immediate values
directly.
git-s... -
11:30 AM Revision 723bfaba (git): * hash.c (no_new_key): moved test to raise outside.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:39 AM Revision 99d38f82 (git): * hash.c (inspect_i): keep string's coderange.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:26 AM Revision 2d74f3e6 (git): * hash.c (rb_hash_aset, rb_hash_update, rb_hash_update_by): use
- st_update() to reduce evaluation of hash values.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35316 b2dd03c8-3... -
06:21 AM Revision deb0519a (git): * lib/webrick/server.rb (WEBrick::GenericServer#stop): fix r35303;
- this method is to deny new connections, not shutdown yet.
* lib/webrick/server.rb (WEBrick::GenericServer#start):
... - 02:51 AM Revision d2e69f85 (git): * 2012-04-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:51 AM Revision bb844620 (git): * gc.c (obj_free): show entire flags too.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom