aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/optparse.rb (OptionParser::Completion#candidate),nobu2010-12-072-2/+6
* fix typo: not response.attr.data, but response.data.attr.naruse2010-12-071-1/+1
* * transcode.c (transcode_loop): call default handler of the givennobu2010-12-075-9/+73
* * lib/rexml/light/node.rb: remove circular require.kou2010-12-072-1/+4
* * test/rexml/test_light.rb: really suppress a warning.kou2010-12-072-1/+5
* * test/rexml/test_light.rb: suppress a warning.kou2010-12-072-3/+9
* * debug.c: parenthesize macro arguments.akr2010-12-072-1/+5
* * lib/rexml/doctype.rb, test/rexml/test_doctype.rb: suppress warnings.kou2010-12-073-5/+51
* * ext/nkf/lib/kconv.rb (String#kconv): fix typo and update rdoc.naruse2010-12-073-5/+17
* * test/rexml/test_doctype.rb: add Accessor to test case name.kou2010-12-072-1/+5
* * test/rexml/test_doctype.rb: Doctype -> DocType.kou2010-12-072-1/+5
* * test/rexml/test_doctype_mixin.rb: rename to ...kou2010-12-072-0/+5
* * lib/net/imap.rb (xlist): supported the XLIST command, which is anshugo2010-12-073-1/+48
* * configure.in, win32/Makefile.sub (WERRORFLAG): flag to treatnobu2010-12-064-20/+63
* * cont.c: parenthesize macro arguments.akr2010-12-062-5/+9
* * 2010-12-07svn2010-12-061-2/+2
* * win32/win32.c (rb_w32_read): fixed more for readline, and so on. [ruby-cor...tarui2010-12-062-1/+12
* * common.mk (test-build): test-all runs build tests on cross-compiling.nobu2010-12-061-6/+1
* * common.mk (test-build): run all test normally on native environments.nobu2010-12-061-1/+4
* * test/mkmf/base.rb (TestMkmf#setup): run quietly.nobu2010-12-062-8/+5
* * test/mkmf/test_find_executable.rb (test_find_executable): usenobu2010-12-062-14/+7
* * common.mk (test-build): test for build process.nobu2010-12-063-1/+8
* * lib/optparse.rb (OptionParser#candidate): skip separators.nobu2010-12-063-1/+9
* * misc/rb_optparse.zsh: fix typos.kazu2010-12-062-2/+6
* * NEWS: add new encodings.kazu2010-12-062-0/+11
* fix typoskazu2010-12-061-2/+2
* * test/ruby/test_string.rb (TestString#test_scan): add a test forkazu2010-12-062-0/+13
* * test/uri/test_common.rb (TestCommon#test_encode_www_form): addkazu2010-12-062-0/+10
* fix typoskazu2010-12-062-3/+3
* * lib/uri/common.rb (URI::Parser#initialize_pattern):naruse2010-12-063-2/+7
* Add toplevel documentation for OpenSSLdrbrain2010-12-0614-56/+623
* * lib/uri/common.rb (URI::Parser#initialize_pattern):naruse2010-12-062-5/+11
* * 2010-12-06svn2010-12-061-2/+2
* * lib/mkmf.rb (check_signedness): rename unused variable prelude.naruse2010-12-062-1/+5
* * class.c (make_metaclass): fix probable typo. builtin type flagnobu2010-12-052-1/+6
* * lib/irb/init.rb (IRB.parse_opts): fix typo. [ruby-core:33574]nobu2010-12-053-1/+17
* * ruby.c (load_file_internal): decrement for ungotten line.nobu2010-12-053-0/+12
* * 2010-12-05svn2010-12-051-2/+2
* * complex.c: parenthesize macro arguments.akr2010-12-052-10/+14
* Add documentation for OpenSSL::X509::Extension.newdrbrain2010-12-042-0/+16
* * hash.c (rb_hash_update_by): new API for Hash#update.nobu2010-12-043-0/+43
* * class.c: parenthesize macro arguments.akr2010-12-042-3/+7
* * vm_core.h (rb_vm_inc_const_missing_count): missing prototype.nobu2010-12-042-0/+5
* * ext/iconv/iconv.c (Init_iconv): no warnings if $VERBOSE is nil.nobu2010-12-032-1/+7
* * vm_insnhelper.c (vm_call_method): revert r30064 and r30071,nobu2010-12-033-22/+9
* * 2010-12-04svn2010-12-031-2/+2
* * lib/mkmf.rb (String#tr_cpp): substitute * with P like asnobu2010-12-032-1/+6
* * vm_insnhelper.c (vm_call_method): protected methods should benobu2010-12-033-7/+8
* * lib/mkmf.rb (convertible_int): define printf format prefix too.nobu2010-12-033-9/+19
* * lib/mkmf.rb (convertible_int): detect convertible integer type.nobu2010-12-033-13/+98