aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * addr2line.c: OpenBSD uses the elf_abi.h header file instead of thenaruse2011-01-122-0/+9
* * test/webrick/test_cgi.rb: Removes usage of deprecatednaruse2011-01-124-6/+35
* * 2011-01-12svn2011-01-111-2/+2
* * hash.c (hash_i): return different values for inverse hash.nobu2011-01-113-3/+19
* fix spaces.akr2011-01-111-1/+1
* * variable.c: parenthesize macro arguments.akr2011-01-112-1/+5
* fix typoskazu2011-01-111-2/+2
* * 2011-01-11svn2011-01-111-2/+2
* * array.c (rb_ary_resize): should care of embeded array when extendingusa2011-01-112-1/+11
* * include/ruby/defines.h (CASEFOLD_FILESYSTEM): HFS+ is casenobu2011-01-104-9/+43
* * common.mk (showflags): show LD commands.nobu2011-01-102-2/+10
* * test/ruby/test_method.rb (TestMethod#test_define_method): methodnobu2011-01-102-0/+13
* * misc/rdoc-mode.el (rdoc-mode): show trailing whitespace.nobu2011-01-103-27/+32