aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (RUBY_MSVCRT_VERSION): define on mingw too.nobu2012-04-165-7/+17
* * configure.in (NO_RUBY_VENDOR_LIB): fix missing comma.nobu2012-04-162-1/+5
* * ChangeLog: typos.usa2012-04-161-1/+1
* * lib/matrix.rb (hermitian?): Bug fix, patch by George Koehlermarcandre2012-04-162-1/+6
* * hash.c: Alias ENV.to_h to ENV.to_hash [ref #6276]marcandre2012-04-163-1/+20
* * lib/ostruct.rb: Add OpenStruct#to_h [Feature #6276]marcandre2012-04-162-17/+16
* * struct.c: Add Struct#to_h [Feature #6276]marcandre2012-04-162-0/+31
* * object.c: Add NilClass#to_h [Feature #6276]marcandre2012-04-162-0/+22
* * hash.c: Add Hash#to_h [Feature #6276]marcandre2012-04-162-0/+27
* * 2012-04-16svn2012-04-161-2/+2
* * lib/rubygems/remote_fetcher.rb (Gem::RemoteFetcher#download): shouldusa2012-04-162-1/+7
* Add debug prints to inspect TC_JSONGenerate#test_gc's timeout issue.naruse2012-04-153-15/+17
* * reduce UNREACHABLE.nobu2012-04-1511-99/+62
* * 2012-04-15svn2012-04-141-2/+2
* Adds another timeouts.naruse2012-04-141-3/+9
* * configure.in (UNREACHABLE): gcc 4.4 eliminates unreachable codenobu2012-04-143-1/+10
* * lib/webrick/server.rb (WEBrick::GenericServer#start):naruse2012-04-143-6/+15
* * 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