summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-15* reduce UNREACHABLE.nobu
2012-04-14* 2012-04-15svn
2012-04-14Adds another timeouts.naruse
2012-04-14* configure.in (UNREACHABLE): gcc 4.4 eliminates unreachable codenobu
2012-04-14* lib/webrick/server.rb (WEBrick::GenericServer#start):naruse
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-04-13* 2012-04-14svn
2012-04-13* eval_error.c (error_print): use RB_TYPE_P instead of TYPE.nobu
2012-04-13* hash.c (no_new_key): moved test to raise outside.nobu
2012-04-13* hash.c (inspect_i): keep string's coderange.naruse
2012-04-13* hash.c (rb_hash_aset, rb_hash_update, rb_hash_update_by): usenobu
2012-04-13* lib/webrick/server.rb (WEBrick::GenericServer#stop): fix r35303;naruse
2012-04-13* 2012-04-13svn
2012-04-13* gc.c (obj_free): show entire flags too.nobu
2012-04-12 * ext/date/date_core.c: added some notes.tadf
2012-04-12* test/ruby/test_autoload.rb: clear autoloaded paths.nobu
2012-04-12* gc.c (GET_HEAP_HEADER, NUM_IN_SLOT): parenthesise macro parameters.nobu
2012-04-12* hash.c: use RHASH_ITER_LEV(), not iter_leve directly.nobu
2012-04-12r35304 changes the exception.naruse
2012-04-12Add a ticket number for last commit.ko1
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