aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-1422-39/+110
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-1327-1/+124
* * 2012-04-14svn2012-04-131-2/+2
* * eval_error.c (error_print): use RB_TYPE_P instead of TYPE.nobu2012-04-132-10/+8
* * hash.c (no_new_key): moved test to raise outside.nobu2012-04-131-6/+5
* * hash.c (inspect_i): keep string's coderange.naruse2012-04-132-2/+6
* * hash.c (rb_hash_aset, rb_hash_update, rb_hash_update_by): usenobu2012-04-132-21/+89
* * lib/webrick/server.rb (WEBrick::GenericServer#stop): fix r35303;naruse2012-04-133-15/+23
* * 2012-04-13svn2012-04-131-2/+2
* * gc.c (obj_free): show entire flags too.nobu2012-04-131-2/+2
* * ext/date/date_core.c: added some notes.tadf2012-04-122-5/+13
* * test/ruby/test_autoload.rb: clear autoloaded paths.nobu2012-04-121-0/+2
* * gc.c (GET_HEAP_HEADER, NUM_IN_SLOT): parenthesise macro parameters.nobu2012-04-121-2/+2
* * hash.c: use RHASH_ITER_LEV(), not iter_leve directly.nobu2012-04-121-10/+8
* r35304 changes the exception.naruse2012-04-121-1/+1
* Add a ticket number for last commit.ko12012-04-121-2/+1
* * compile.c (compile_array, compile_array_):ko12012-04-128-53/+225
* * lib/uri/generic.rb (module URI): URI now downcases the scheme todrbrain2012-04-113-1/+13
* * lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain2012-04-118-21/+50
* * lib/webrick/server.rb (module WEBrick::GenericServer): A serverdrbrain2012-04-114-32/+102
* * 2012-04-12svn2012-04-111-2/+2
* * lib/test/unit.rb (Test::Unit:Runner::Worker#_run_suites):naruse2012-04-112-0/+6
* * parse.y (rb_check_id_cstr): new function to check if ID isnobu2012-04-117-5/+58
* * sprintf.c (rb_str_format): fix exception message encoding.nobu2012-04-112-9/+48
* * test/ruby/test_sprintf.rb (test_named_untyped, test_named_typed):nobu2012-04-111-1/+8
* * sprintf.c (rb_str_format): fix error message.nobu2012-04-112-4/+9
* * io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's becauseshirosaki2012-04-113-0/+31
* Set $VERBOSE=false in case of ruby -w.naruse2012-04-111-2/+6
* * ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method namedrbrain2012-04-102-3/+9
* * pack.c (pack_pack): Warn when an invalid character is found in thedrbrain2012-04-103-0/+47
* * string.c (rb_str_tr): Documented use of \ to escape characters.drbrain2012-04-102-15/+47
* * lib/abbrev.rb: Clarified that Abbrev.abbrev returns a Hash insteaddrbrain2012-04-102-9/+15
* It is wrong to expect the last output is "exit".naruse2012-04-101-1/+0
* * 2012-04-11svn2012-04-101-2/+2
* * ext/ripper/lib/ripper/sexp.rb: fix spelling.ayumin2012-04-102-2/+7
* More increae timeout.naruse2012-04-101-1/+1
* Wait the server until it stops.naruse2012-04-101-0/+3
* * error.c (rb_enc_raise): new function to raise an exception withnobu2012-04-107-0/+67
* Increae timeout.naruse2012-04-101-1/+1
* * lib/net/http.rb (Net::HTTP#send_request_with_body_stream):naruse2012-04-102-7/+31
* * thread_pthread.c: add prototype declarations for older Mac OS X.nobu2012-04-102-0/+7
* rb_str_format: check overflownobu2012-04-101-4/+14
* start GC before GC.stress.naruse2012-04-101-0/+1
* * compile.c (iseq_set_sequence): show a hint if there are duplicatedko12012-04-102-1/+7
* Add timeout to TC_JSONGenerate#test_gc.naruse2012-04-101-3/+6
* * string.c (rb_str_split_m): Documented behavior of split on the emptydrbrain2012-04-102-0/+10
* * 2012-04-10svn2012-04-101-2/+2
* * ext/zlib/zlib.c (rb_deflate_s_deflate): Fixed ruby example replacingdrbrain2012-04-102-1/+6
* * test/ruby/test_file.rb (TestFile#test_long_unc): fix for the case cwd is UNC.nobu2012-04-091-0/+1
* * win32/win32.c (isUNCRoot, winnt_stat): support long UNC.nobu2012-04-093-3/+23