aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * vm.c (vm_exec): refix r34162; suppress warning and add description.naruse2012-01-102-2/+6
* * ext/readline/readline.c (readline_attempted_completion_function):naruse2012-01-102-1/+6
* * gc.c: in fact, i686-linux doesn't need to define _XOPEN_SOURCE 600.naruse2012-01-102-3/+4
* * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse2012-01-106-6/+42
* * ext/readline/readline.c (readline_attempted_completion_function): fix compi...kazu2012-01-102-1/+6
* * test/readline/test_readline.rb (test_completion_proc_empty_result): rescue ...nobu2012-01-101-3/+3
* * ext/readline/readline.c (readline_attempted_completion_function):nobu2012-01-103-14/+31
* * test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,nagachika2012-01-092-10/+39
* * lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] evennagachika2012-01-092-4/+14
* * 2012-01-10svn2012-01-091-2/+2
* * gc.c (run_finalizer): clear rb_thread_t::errinfo when ignorenagachika2012-01-092-0/+8
* * ChangeLog: fix a typo.nagachika2012-01-091-1/+1
* * ext/readline/readline.c (readline_attempted_completion_function):nagachika2012-01-092-4/+9
* * gc.c : don't embed struct heaps_slot to a heap block because itnari2012-01-092-13/+36
* * ext/pathname/pathname.c (path_entries): add document suggested byakr2012-01-092-0/+24
* * ext/socket/lib/socket.rb (family_addrinfo): don't require protocolakr2012-01-092-1/+10