Activity
From 04/06/2012 to 04/12/2012
04/12/2012
- 10:52 AM Revision 3a71da58 (git): * ext/date/date_core.c: added some notes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:16 AM Revision 2417bd10 (git): * test/ruby/test_autoload.rb: clear autoloaded paths.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:10 AM Revision 871cd27c (git): * gc.c (GET_HEAP_HEADER, NUM_IN_SLOT): parenthesise macro parameters.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:10 AM Revision e2aaf978 (git): * hash.c: use RHASH_ITER_LEV(), not iter_leve directly.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:51 AM Revision 1d6d4d24 (git): r35304 changes the exception.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:47 AM Revision 45b3509c (git): Add a ticket number for last commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:33 AM Revision ee7f8d48 (git): * compile.c (compile_array, compile_array_):
- Divide big array (or hash) literals into several blocks and
concatetene them. There was a problem that a big array...
04/11/2012
-
10:11 PM Revision 65573857 (git): * lib/uri/generic.rb (module URI): URI now downcases the scheme to
- follow RFC 2396 section 3.1. [ruby-trunk - Feature #4551]
* test/uri/test_generic.rb (class URI): Test for above
... -
09:20 PM Revision ea9b6997 (git): * lib/net/protocol.rb (module Net): Added ReadTimeout to match
- OpenTimeout. ReadTimeout is now raised by rbuf_fill instead of
Timeout::Error to help users distinguish what type ... -
08:28 PM Revision 8c5c5a22 (git): * lib/webrick/server.rb (module WEBrick::GenericServer): A server
- will now continue only when a StandardError subclass is raised. For
other exception types the error will be logged... - 06:55 PM Revision 2fe9d464 (git): * 2012-04-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:55 PM Revision ce0223b1 (git): * lib/test/unit.rb (Test::Unit:Runner::Worker#_run_suites):
- call GC.start before running the test suites.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35301 b2dd03c8-39d4-... -
01:31 PM Revision db5265a8 (git): * parse.y (rb_check_id_cstr): new function to check if ID is
- registered with NUL-terminated C string.
* sprintf.c (rb_str_format): avoid inadvertent symbol creation.
git-svn-id:... -
01:01 PM Revision a5d1da5d (git): * sprintf.c (rb_str_format): fix exception message encoding.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:01 PM Revision 51f2207f (git): * test/ruby/test_sprintf.rb (test_named_untyped, test_named_typed):
- split and add assertions for exception when named parameter after
unnumbered.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
12:43 PM Revision 23ba7541 (git): * sprintf.c (rb_str_format): fix error message.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:05 PM Revision 2f7290d4 (git): * io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's because
- io_unread() doesn't work properly when reading CRLF with read(length)
and mode 'r'.
[ruby-core:44189][Bug #6271]
... -
07:22 AM Revision ffc3114c (git): * ext/-test-/add_suffix/bug.c (ruby_add_suffix): no static
- declaration. [ruby-core:44277][Bug #6279]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35295 b2... -
01:15 AM Revision 3e130812 (git): Set $VERBOSE=false in case of ruby -w.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/10/2012
-
10:41 PM Revision bab146b6 (git): * ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method name
- in documentation examples. Patch by naleski via
https://github.com/ruby/ruby/pull/115
git-svn-id: svn+ssh://ci.r... -
10:33 PM Revision 6ba4bd58 (git): * pack.c (pack_pack): Warn when an invalid character is found in the
- format string when $VERBOSE is true. [ruby-trunk - Feature #5219]
* pack.c (pack_unpack): ditto
* test/ruby/test_pa... -
09:11 PM Revision 38ce9797 (git): * string.c (rb_str_tr): Documented use of \ to escape characters.
- [ruby-trunk - Bug #6161]
* string.c (rb_str_count): ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35291 ... -
08:15 PM Revision d8164e57 (git): * lib/abbrev.rb: Clarified that Abbrev.abbrev returns a Hash instead
- of an Array. Patch by Andrei Bocan. [ruby-trunk - Bug #6107]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35... -
07:34 PM Revision 1a7f3d7c (git): It is wrong to expect the last output is "exit".
- When lb.join is commented out as [ruby-dev:30653] says,
@keeper is living until the program truely die.
So after it o... - 06:06 PM Revision 85820f09 (git): * 2012-04-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:06 PM Revision cee4c0bf (git): * ext/ripper/lib/ripper/sexp.rb: fix spelling.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:56 AM Revision a69e190e (git): More increae timeout.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:19 AM Revision 66fd3a4e (git): Wait the server until it stops.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:07 AM Revision f45fc7da (git): * error.c (rb_enc_raise): new function to raise an exception with
- the message in the given encoding. patched by now (Nikolai
Weibull) at [ruby-core:41160]. [Feature #5650]
git-s... -
09:23 AM Revision a59dd4b4 (git): Increae timeout.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:23 AM Revision b386b25a (git): * lib/net/http.rb (Net::HTTP#send_request_with_body_stream):
- use IO.copy_stream for requests using body_stream.
patched by Eric Wong. [ruby-core:40898] [Feature #5605]
git-svn... -
07:53 AM Revision 6a1f4186 (git): * thread_pthread.c: add prototype declarations for older Mac OS X.
- [ruby-core:43376][Bug #6170]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35280 b2dd03c8-39d4-4d8f-98ff-823fe6... -
07:26 AM Revision 99fd04b4 (git): rb_str_format: check overflow
- * sprintf.c (rb_str_format): check overflow at too long name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3527... -
07:19 AM Revision 9a269ab1 (git): start GC before GC.stress.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:39 AM Revision 6da0604d (git): * compile.c (iseq_set_sequence): show a hint if there are duplicated
- "when" clauses. [ruby-core:41502] [ruby-trunk - Feature #5716]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
03:41 AM Revision 2eb5d1de (git): Add timeout to TC_JSONGenerate#test_gc.
- http://fb.rubyci.org/~chkbuild/ruby-trunk/log/20120409T230301Z.log.html.gz
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
12:57 AM Revision e5c418d9 (git): * string.c (rb_str_split_m): Documented behavior of split on the empty
- string. [ruby-trunk - Feature #3575]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35275 b2dd03c8-39d4-4d8f-98... - 12:48 AM Revision 830ff445 (git): * 2012-04-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:48 AM Revision 718ab93d (git): * ext/zlib/zlib.c (rb_deflate_s_deflate): Fixed ruby example replacing
- NO_FLUSH with FINISH. [ruby-trunk - Bug #6273]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35273 b2dd03c8-39...
04/09/2012
-
02:14 PM Revision 04e3e2de (git): * test/ruby/test_file.rb (TestFile#test_long_unc): fix for the case cwd is UNC.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:10 PM Revision 3ed259ab (git): * win32/win32.c (isUNCRoot, winnt_stat): support long UNC.
- [ruby-core:30623][Feature #3399]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35271 b2dd03c8-39d4-4d8f-98ff-823... -
10:49 AM Revision 8c879633 (git): Wait until the callback is called with timeout.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:16 AM Revision 41c19913 (git): * parse.y (string_content, parser_yylex): count brace nesting to
- dispatch embexpr_end. [ruby-core:43775][Bug #6211]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35269 b2dd03c8... - 04:07 AM Revision 6b18a8c2 (git): * hash.c (rb_hash_set_default_proc): Accept nil, patch by Run Paint
- [Feature #4234]
* test/ruby/test_hash.rb: test for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35268 b...
04/08/2012
- 11:12 PM Revision 6cb7ac7e (git): * ext/date/date_strftime.c: gets the value with range() consistetly.
- * ext/date/date_strftime.c (range): now just replaces the given item.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
11:05 PM Revision 228a99a0 (git): Add test for r35265.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:00 PM Revision 08df8218 (git): * complex.c (nucomp_expt): [ruby-core:44170].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:17 PM Revision e0ba59b7 (git): Additional experimental fix for r35261.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:53 PM Revision a4d3990f (git): * 2012-04-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:53 PM Revision 71d11429 (git): * complex.c (nucomp_expt): the result of f_complex_new2 may be a fixnum
- with mathn. [ruby-core:44170] [Bug #6267]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35262 b2dd03c8-39d4-4d8f... -
01:46 PM Revision fdc38828 (git): * ext/json/generator/generator.c (generate_json_bignum):
- add RB_GC_GUARD.
http://fb.rubyci.org/~chkbuild/ruby-trunk/log/20120407T210301Z.diff.html.gz
git-svn-id: svn+ssh:/... -
01:46 PM Revision 63467e52 (git): Decrease the default level of try_fdopen.
- Because it cause Bus Error:
http://u32.rubyci.org/~chkbuild/ruby-trunk/log/20120407T230202Z.log.html.gz
git-svn-id: ... -
06:26 AM Revision 8474c90e (git): Don't run tests which can't run with editline.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/07/2012
-
11:41 PM Revision 7b186338 (git): * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): get keys
- and fetch values from it to prevent @timeout_info's error
"can't add a new key into hash during iteration".
git-sv... -
11:41 PM Revision 9ec849ee (git): * Remove unused variables.
- * use Thread.pass instead of true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35257 b2dd03c8-39d4-4d8f-98ff-8... -
09:54 PM Revision 0e19adc8 (git): merge revision(s) 35255:
- * io.c (io_unread): cast as long the value for extra_max.
[ruby-core:44137] [Bug #6257]
git-svn-id: svn+s... -
09:53 PM Revision 2f6ff54e (git): * io.c (io_unread): cast as long the value for extra_max.
- [ruby-core:44137] [Bug #6257]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35255 b2dd03c8-39d4-4d8f-98ff-823fe6... - 09:50 PM Revision 0304254b (git): * 2012-04-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:50 PM Revision 56206ab8 (git): * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):
- use readpartial to get data even if the response is streaming data and
each data is smaller than @buffer_size.
pa... - 09:31 PM Revision 45a500e5 (git): * 2012-04-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:31 PM Revision a9649469 (git): merge revision(s) 35245,35248:
- * ext/psych/lib/psych.rb: bumping up psych version to match release.
* ext/psych/psych.gemspec: ditto
* ext/... -
02:10 PM Revision 42109a02 (git): * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration of
- new function.
* process.c (enum): add EXEC_OPTION_PGROUP and move the position
above for the usage in proc_spawn_n... -
02:10 PM Revision fc83ebb0 (git): * test/ruby/test_thread.rb
- (TestThreadGroup#test_thread_timer_and_interrupt): skip on Windows.
Process.kill cannot kill a subprocess if CREATE... -
01:29 AM Revision 5638bbda (git): * ext/psych/lib/psych.rb: bumping up psych version to match release.
- * ext/psych/psych.gemspec: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35248 b2dd03c8-39d4-4d8f-98ff-823...
04/06/2012
-
06:17 PM Revision 8354d2f7 (git): * enc/unicode/name2ctype.h, tool/transcode-tblgen.rb: revert
- unlogged changes which committed by accident probably.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35247 b2dd0... - 05:09 PM Revision e02ad732 (git): * 2012-04-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:09 PM Revision 85e4c896 (git): * ext/psych/parser.c: fall back to any encoding if the external
- encoding is wrong. [ruby-core:44163]
* test/psych/test_encoding.rb: fix test
git-svn-id: svn+ssh://ci.ruby-lang.org... -
07:23 AM Revision 61115992 (git): struct.c (documentation for rb_struct_members_m):
- fix 'array of strings' to 'array of symbols'
[ruby-core:44152][Bug #6264]
git-svn-id: svn+ssh://ci.ruby-lang.org/r... - 05:28 AM Revision 529827d7 (git): * 2012-04-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:28 AM Revision 7b8bdf57 (git): * Makefile.in ($(LIBRUBY_A)): fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom