summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-14* ext/dl/callback/mkcallback.rb (gencallback): suppress unusednobu
2012-01-14* compile.c (iseq_set_sequence): adjust indent.nobu
2012-01-14* iseq.c (iseq_data_to_ary): check line info table boundary. linenobu
2012-01-14* README.EXT, README.EXT.ja (rb_protect): add a note when ignoring the caught...nobu
2012-01-14* error.c (exc_equal): clear rb_thread_t::errinfo when ignorenagachika
2012-01-14* sprintf.c (rb_enc_vsprintf): relaxed the restriction. since thenobu
2012-01-14* error.c (exc_equal): ignore exceptions during implicitnobu
2012-01-13Revert "* error.c (exc_equal): try implicit conversion for delegator."naruse
2012-01-13* 2012-01-14svn
2012-01-13* io.c (rb_io_s_read): Fix formatting of open_args comment. Reporteddrbrain
2012-01-13* sprintf.c (rb_enc_vsprintf): can be used for ASCII compatiblenobu
2012-01-13* thread.c (rb_mutex_unlock_th): simplified.nobu
2012-01-13* thread.c (rb_barrier_waiting): fix potential overflows.nobu
2012-01-13* load.c (load_unlock): update loading table at once.nobu
2012-01-13* error.c (exc_equal): try implicit conversion for delegator.nobu
2012-01-13Forgot to commit the test part.knu
2012-01-12* lib/shellwords.rb (Shellwords#shellescape): shellescape() nowknu
2012-01-12* lib/shellwords.rb: Fix rdoc markups.knu
2012-01-12* lib/shellwords.rb (Shellwords#shellsplit): Fix a bug whereknu
2012-01-12Do not define _WIN32_WINNT multiple timesluislavena
2012-01-12* 2012-01-13svn
2012-01-12* eval.c: Improve rdoc for Module.constants [issue #5887]marcandre
2012-01-12* lib/mkmf.rb: fix r33904 and revert r33905. initialize globalnobu
2012-01-12* cont.c (cont_restore_0): prevent optimizing out `sp'. sp is used fornaruse
2012-01-11* object.c: Added examples for Object#is_a? and Object#instance_of?ayumin
2012-01-11* lib/mkmf.rb: verbose-mode can use by RM, RMDIRS, etc.kazu
2012-01-11* 2012-01-12svn
2012-01-11* string.c (rb_str_concat): set array element after definitionngoto
2012-01-11* gc.c (ruby_mimmalloc): don't set allocated size to header.nagachika
2012-01-11* test/readline/test_readline.rb (test_completion_proc_empty_result):nagachika
2012-01-11* 2012-01-11svn
2012-01-11fix a typokazu
2012-01-10* ext/dbm/dbm.c (Init_dbm): fix a build error on mswin32.shirosaki
2012-01-10* test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.nobu
2012-01-10* gc.c (HEAP_OBJ_LIMIT): suppress narrowing down warning from gcc 4.2.nobu
2012-01-10* vm.c (vm_exec): refix r34162; suppress warning and add description.naruse
2012-01-10* ext/readline/readline.c (readline_attempted_completion_function):naruse
2012-01-10* gc.c: in fact, i686-linux doesn't need to define _XOPEN_SOURCE 600.naruse
2012-01-10* gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse
2012-01-10* ext/readline/readline.c (readline_attempted_completion_function): fix compi...kazu
2012-01-10* test/readline/test_readline.rb (test_completion_proc_empty_result): rescue ...nobu
2012-01-10* ext/readline/readline.c (readline_attempted_completion_function):nobu
2012-01-09* test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,nagachika
2012-01-09* lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] evennagachika
2012-01-09* 2012-01-10svn
2012-01-09* gc.c (run_finalizer): clear rb_thread_t::errinfo when ignorenagachika
2012-01-09* ChangeLog: fix a typo.nagachika
2012-01-09* ext/readline/readline.c (readline_attempted_completion_function):nagachika
2012-01-09* gc.c : don't embed struct heaps_slot to a heap block because itnari
2012-01-09* ext/pathname/pathname.c (path_entries): add document suggested byakr