aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * gc.h: parenthesize macro arguments.akr2011-01-182-11/+15
* * lib/irb/comletion.rb: Irb tab completion support for XX::method forms.keiju2011-01-182-18/+35
* * lib/logger.rb: added RDoc document for logging message escapenahi2011-01-182-2/+21
* * eval_intern.h: parenthesize macro arguments.akr2011-01-172-7/+11
* * lib/rubygems/source_index.rb (Gem#load_specification): read innobu2011-01-172-9/+11
* * ext/psych/lib/psych/parser.rb (Mark): Adding a class to wraptenderlove2011-01-174-3/+93
* * ext/psych/lib/psych/visitors/json_tree.rb (visit_String): JSONtenderlove2011-01-173-5/+12
* update doc.akr2011-01-171-1/+3
* * 2011-01-18svn2011-01-171-2/+2
* update doc.akr2011-01-171-35/+37
* * array.c (rb_ary_times): less MEMCPY calls.akr2011-01-172-3/+14
* * debug.h: parenthesize macro arguments.akr2011-01-172-4/+8
* * 2011-01-17svn2011-01-171-2/+2
* * ruby.c (process_options): revert r30549.nobu2011-01-173-1/+6
* * 2011-01-16svn2011-01-161-2/+2
* * vsnprintf.c: parenthesize macro arguments.akr2011-01-162-4/+8
* * test/net/smtp/test_ssl_socket.rb: fix dependency.nobu2011-01-151-1/+2
* * configure.in (warnflags): add -Werror=implicit-function-declarationnobu2011-01-156-24/+103
* * ruby.c (process_options): autoload rubygems.nobu2011-01-153-3/+4
* * tool/compile_prelude.rb (Prelude#initialize): ignore emptynobu2011-01-152-1/+5
* * ruby.c (ruby_init_prelude): get rid of global namespacenobu2011-01-153-4/+11
* * include/ruby/io.h: missing prototypes.nobu2011-01-153-2/+12
* * vm_method.c: parenthesize macro arguments.akr2011-01-142-4/+8
* * test/net/imap/test_imap.rb: call neither logout nor disconnectshugo2011-01-142-2/+7
* * lib/net/imap.rb: use bytesize for binary strings.naruse2011-01-142-2/+7
* * pack.c (pack_unpack): the resulted string of unpack('M') must havenaruse2011-01-143-1/+8
* The cast must use uint32_t. [ruby-core:34481]naruse2011-01-141-1/+1
* * ext/zlib/zlib.c (gzfile_check_footer): ISIZE (Input SIZE) innaruse2011-01-142-1/+7
* * configure.in, win32/Makefile.sub (RUNRUBY): require path shouldusa2011-01-143-3/+8
* Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan2011-01-1410-277/+40
* * 2011-01-14svn2011-01-131-2/+2
* * io.c (argf_next_argv): go advance when the next file cannot benobu2011-01-133-1/+21
* update doc.akr2011-01-131-0/+2
* * vm_insnhelper.c: parenthesize macro arguments.akr2011-01-132-5/+9
* * vm_dump.c: delete dashes to make lines 80 chars, Patched bymrkn2011-01-132-4/+9
* * vm_dump.c: fix misspelling of CrashReporter.mrkn2011-01-132-2/+7
* Exception#to_s should actually call to_s.ryan2011-01-122-1/+8
* Simple fix for emacs parsing. (emacs doesn't like _heredocs_)ryan2011-01-121-2/+2
* * 2011-01-13svn2011-01-121-2/+2
* * addr2line.c (get_nth_dirname): decrement the directory indexnaruse2011-01-122-1/+9
* * io.c (rb_f_syscall): Add warning messages. [ruby-core:34062]kosaki2011-01-122-0/+8
* * io.c (rb_f_syscall): Some syscall return unsigned or pointer value.kosaki2011-01-122-1/+7
* * io.c (rb_f_syscall): Add 64bit Linux support. Some syscall takeskosaki2011-01-122-0/+17
* * vm_dump.c: parenthesize macro arguments.akr2011-01-122-1/+5
* update comment.akr2011-01-121-1/+5
* * vm.c (thread_free): reset ruby_current_thread if it points theakr2011-01-123-1/+14
* * enum.c (sort_by_i): reenter check more strictly.akr2011-01-122-4/+20
* * lib/net/http.rb (Net::HTTP#connect): makes it timeout duringyugui2011-01-124-14/+73
* * ext/readline/extconf.rb: new checks for RL_PROMPT_START_IGNOREyugui2011-01-123-1/+16
* * README.EXT.ja (rb_ensure): typo.usa2011-01-122-1/+5