aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * strftime.c (rb_strftime_with_timespec): fix padding of time zonenobu2012-04-173-3/+28
* win32/dln is only for win32.naruse2012-04-171-1/+1
* * ext/-test-/win32/dln/extconf.rb: add to cleanfiles iff cleanobjs is set.nobu2012-04-171-1/+1
* * Makefile.in (reconfig, config.status): not depend onnobu2012-04-171-1/+1
* * configure.in (RUBY_SO_NAME): expand version numbers in Makefile.nobu2012-04-171-1/+1
* * reduce UNREACHABLE.nobu2012-04-171-9/+6
* * ext/-test-/win32/dln/extconf.rb: add test dll files to cleanfiles.nobu2012-04-171-0/+2
* * ext/-test-/win32/dln/extconf.rb: remove unnecessary local variable.nobu2012-04-171-2/+1
* * 2012-04-17svn2012-04-171-2/+2
* * dln.c (rb_w32_check_imported): skip ordinal entries. based on anobu2012-04-177-6/+69
* * dln.c (rb_w32_check_imported): skip ordinal entries. patched bynobu2012-04-162-2/+11
* * spec/default.mspec: expand relative path for ruby_exe which usesnaruse2012-04-162-4/+10
* * win32/win32.c (gmtime_r, localtime_r): POSIX compliant reentrantnobu2012-04-165-1/+114
* * 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