aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * st.c (add_packed_direct): ditto.nobu2012-01-171-2/+1
* * st.c (do_hash): it's the time to remove cast to unsigned int.nobu2012-01-172-5/+8
* * 2012-01-17svn2012-01-161-2/+2
* * st.c (unpack_entries): Fix r34310: on unpacking, the position ofnaruse2012-01-162-2/+10
* * lib/optparse.rb (Regexp): fix incorrect options when casting tonobu2012-01-166-1/+32
* * win32/win32.c (rb_chsize): no need to get the current file size.nobu2012-01-162-6/+7
* st optimize st_insertshyouhei2012-01-152-10/+19
* st refactor add_packed_direct a bitshyouhei2012-01-151-13/+8
* st macroses for allocationshyouhei2012-01-151-23/+33
* * 2012-01-16svn2012-01-151-2/+2
* st macroses for packed tableshyouhei2012-01-151-43/+49
* st use function instead of macroshyouhei2012-01-151-159/+161
* * object.c (rb_inspect): raise the result is not compatible withnaruse2012-01-153-3/+53
* * 2012-01-15svn2012-01-151-2/+2
* * ext/json/parser/parser.rl (json_string_unescape): workaround fixnaruse2012-01-153-2/+8
* * ext/dl/callback/mkcallback.rb (gencallback): suppress unusednobu2012-01-142-5/+14
* * compile.c (iseq_set_sequence): adjust indent.nobu2012-01-141-3/+3
* * iseq.c (iseq_data_to_ary): check line info table boundary. linenobu2012-01-143-2/+20
* * README.EXT, README.EXT.ja (rb_protect): add a note when ignoring the caught...nobu2012-01-142-0/+4
* * error.c (exc_equal): clear rb_thread_t::errinfo when ignorenagachika2012-01-143-1/+28
* * sprintf.c (rb_enc_vsprintf): relaxed the restriction. since thenobu2012-01-142-2/+9
* * error.c (exc_equal): ignore exceptions during implicitnobu2012-01-143-0/+28
* Revert "* error.c (exc_equal): try implicit conversion for delegator."naruse2012-01-133-16/+1
* * 2012-01-14svn2012-01-131-2/+2
* * io.c (rb_io_s_read): Fix formatting of open_args comment. Reporteddrbrain2012-01-132-12/+21
* * sprintf.c (rb_enc_vsprintf): can be used for ASCII compatiblenobu2012-01-132-1/+12
* * thread.c (rb_mutex_unlock_th): simplified.nobu2012-01-132-16/+7
* * thread.c (rb_barrier_waiting): fix potential overflows.nobu2012-01-132-3/+7
* * load.c (load_unlock): update loading table at once.nobu2012-01-132-9/+17
* * error.c (exc_equal): try implicit conversion for delegator.nobu2012-01-133-1/+16
* Forgot to commit the test part.knu2012-01-131-0/+5
* * lib/shellwords.rb (Shellwords#shellescape): shellescape() nowknu2012-01-123-2/+24
* * lib/shellwords.rb: Fix rdoc markups.knu2012-01-122-17/+10
* * lib/shellwords.rb (Shellwords#shellsplit): Fix a bug whereknu2012-01-123-1/+16
* Do not define _WIN32_WINNT multiple timesluislavena2012-01-122-1/+7
* * 2012-01-13svn2012-01-121-2/+2
* * eval.c: Improve rdoc for Module.constants [issue #5887]marcandre2012-01-121-5/+13
* * lib/mkmf.rb: fix r33904 and revert r33905. initialize globalnobu2012-01-122-76/+72
* * cont.c (cont_restore_0): prevent optimizing out `sp'. sp is used fornaruse2012-01-122-5/+14
* * object.c: Added examples for Object#is_a? and Object#instance_of?ayumin2012-01-112-4/+21
* * lib/mkmf.rb: verbose-mode can use by RM, RMDIRS, etc.kazu2012-01-112-13/+18
* * 2012-01-12svn2012-01-111-2/+2
* * string.c (rb_str_concat): set array element after definitionngoto2012-01-112-1/+8
* * gc.c (ruby_mimmalloc): don't set allocated size to header.nagachika2012-01-112-3/+15
* * test/readline/test_readline.rb (test_completion_proc_empty_result):nagachika2012-01-112-3/+16
* * 2012-01-11svn2012-01-111-2/+2
* fix a typokazu2012-01-111-1/+1
* * ext/dbm/dbm.c (Init_dbm): fix a build error on mswin32.shirosaki2012-01-102-2/+8
* * test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.nobu2012-01-102-2/+2
* * gc.c (HEAP_OBJ_LIMIT): suppress narrowing down warning from gcc 4.2.nobu2012-01-101-1/+1