summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-12* compile.c (compile_array, compile_array_):ko1
2012-04-11* lib/uri/generic.rb (module URI): URI now downcases the scheme todrbrain
2012-04-11* lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain
2012-04-11* lib/webrick/server.rb (module WEBrick::GenericServer): A serverdrbrain
2012-04-11* 2012-04-12svn
2012-04-11* lib/test/unit.rb (Test::Unit:Runner::Worker#_run_suites):naruse
2012-04-11* parse.y (rb_check_id_cstr): new function to check if ID isnobu
2012-04-11* sprintf.c (rb_str_format): fix exception message encoding.nobu
2012-04-11* test/ruby/test_sprintf.rb (test_named_untyped, test_named_typed):nobu
2012-04-11* sprintf.c (rb_str_format): fix error message.nobu
2012-04-11* io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's becauseshirosaki
2012-04-11Set $VERBOSE=false in case of ruby -w.naruse
2012-04-10* ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method namedrbrain
2012-04-10* pack.c (pack_pack): Warn when an invalid character is found in thedrbrain
2012-04-10* string.c (rb_str_tr): Documented use of \ to escape characters.drbrain
2012-04-10* lib/abbrev.rb: Clarified that Abbrev.abbrev returns a Hash insteaddrbrain
2012-04-10It is wrong to expect the last output is "exit".naruse
2012-04-10* 2012-04-11svn
2012-04-10* ext/ripper/lib/ripper/sexp.rb: fix spelling.ayumin
2012-04-10More increae timeout.naruse
2012-04-10Wait the server until it stops.naruse
2012-04-10* error.c (rb_enc_raise): new function to raise an exception withnobu
2012-04-10Increae timeout.naruse
2012-04-10* lib/net/http.rb (Net::HTTP#send_request_with_body_stream):naruse
2012-04-10* thread_pthread.c: add prototype declarations for older Mac OS X.nobu
2012-04-10rb_str_format: check overflownobu
2012-04-10start GC before GC.stress.naruse
2012-04-10* compile.c (iseq_set_sequence): show a hint if there are duplicatedko1
2012-04-10Add timeout to TC_JSONGenerate#test_gc.naruse
2012-04-10* string.c (rb_str_split_m): Documented behavior of split on the emptydrbrain
2012-04-10* 2012-04-10svn
2012-04-10* ext/zlib/zlib.c (rb_deflate_s_deflate): Fixed ruby example replacingdrbrain
2012-04-09* test/ruby/test_file.rb (TestFile#test_long_unc): fix for the case cwd is UNC.nobu
2012-04-09* win32/win32.c (isUNCRoot, winnt_stat): support long UNC.nobu
2012-04-09Wait until the callback is called with timeout.naruse
2012-04-09* parse.y (string_content, parser_yylex): count brace nesting tonobu
2012-04-09* hash.c (rb_hash_set_default_proc): Accept nil, patch by Run Paintmarcandre
2012-04-08 * ext/date/date_strftime.c: gets the value with range() consistetly.tadf
2012-04-08Add test for r35265.naruse
2012-04-08 * complex.c (nucomp_expt): [ruby-core:44170].tadf
2012-04-08Additional experimental fix for r35261.naruse
2012-04-08* 2012-04-09svn
2012-04-08* complex.c (nucomp_expt): the result of f_complex_new2 may be a fixnumnaruse
2012-04-08* ext/json/generator/generator.c (generate_json_bignum):naruse
2012-04-08Decrease the default level of try_fdopen.naruse
2012-04-08Don't run tests which can't run with editline.naruse
2012-04-07* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): get keysnaruse
2012-04-07* Remove unused variables.naruse
2012-04-07* io.c (io_unread): cast as long the value for extra_max.naruse
2012-04-07* 2012-04-08svn