aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * misc/rdoc-mode.el (rdoc-mode): Add provide so that requiringknu2012-01-182-0/+7
* * ext/curses/curses.c (cWindow, cMouseEvent): made typed data.nobu2012-01-182-21/+52
* Suppress warnings.naruse2012-01-181-7/+7
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove2012-01-184-4/+55
* * 2012-01-18svn2012-01-181-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove2012-01-184-3/+92
* * configure.in (SPT_TYPE): enable as SPT_REUSEARGV on Darwin.nobu2012-01-172-2/+4
* * missing/setproctitle.c (ruby_init_setproctitle): changed prefix.nobu2012-01-173-2/+7
* * confiugre.in (setproctitle): removed dupcated checks.nobu2012-01-171-1/+1
* * gc.c (aligned_malloc, aligned_free): covered missing definednobu2012-01-172-4/+9
* * 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