aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Use assert_separately to inspect test failure of TestJSONGenerate#test_broken...naruse2013-06-171-22/+10
* skip new tests until fixednobu2013-06-172-0/+4
* test/ruby/test_symbol.rb: tests for [Bug #8531]nobu2013-06-171-1/+29
* test/ruby/test_proc.rb: tests for [Bug #8341]nobu2013-06-171-0/+39
* * bignum.c (bary_2comp): Extracted from get2comp.akr2013-06-161-22/+22
* * internal.h (INTEGER_PACK_2COMP): Defined.akr2013-06-161-32/+33
* vm_eval.c: __dir__ in evalnobu2013-06-141-0/+2
* test_method.rb: use realpathnobu2013-06-141-1/+1
* * compile.c (rb_iseq_compile_node): fix location of a `trace'ko12013-06-141-0/+13
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Supportkou2013-06-131-0/+11
* fileutils.rb: fix traversal loopnobu2013-06-131-0/+1
* test_fileutils.rb: parents optionnobu2013-06-131-0/+8
* * test/ruby/test_thread.rb (test_thread_local_security): Don't createakr2013-06-131-2/+0
* * test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo2013-06-138-154/+78
* * bignum.c (rb_integer_unpack_2comp): New function.akr2013-06-121-0/+31
* * eval.c (mod_using): new method Module#using, which activatesshugo2013-06-121-8/+57
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-1224-633/+15
* test_io.rb: fix test errornobu2013-06-121-1/+21
* io.c: fix 7bit coderange conditionnobu2013-06-121-1/+11
* array.c: freeze in callbacknobu2013-06-121-0/+9
* array.c: freeze in callbacknobu2013-06-121-0/+16
* * internal.h (INTEGER_PACK_NEGATIVE): Defined.akr2013-06-111-22/+23
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Extract.kou2013-06-111-0/+7
* * test/xmlrpc/test_client.rb (XMLRPC::ClientTest::Fake::HTTP#started):kou2013-06-111-0/+1
* * bignum.c (validate_integer_pack_format): Don't require a word orderakr2013-06-111-2/+2
* rb_integer_pack tests refined.akr2013-06-111-32/+32
* * bignum.c (rb_integer_pack_internal): Renamed from rb_integer_packakr2013-06-111-0/+44
* * test/ruby/test_beginendblock.rb (test_exitcode_in_at_exit): fix NameError.ktsj2013-06-101-0/+1
* eval_error.c: restore errinfonobu2013-06-101-0/+14
* test_beginendblock.rb: rename methodsnobu2013-06-101-2/+2
* * bignum.c (rb_integer_pack): numwords_allocated argument removed.akr2013-06-091-22/+22
* Fix a typo.akr2013-06-081-1/+1
* * class.c (include_modules_at): invalidate method cache if includedcharliesome2013-06-081-0/+20
* * bignum.c (rb_integer_pack): Arguments changed. Use flags toakr2013-06-071-56/+65
* * bignum.c (rb_integer_pack): Renamed from rb_int_export.akr2013-06-073-121/+112
* * rational.c (numeric_quo): move num_quo in numeric.c to numeric_quomrkn2013-06-071-0/+6
* Fix the class name.akr2013-06-061-1/+1
* * bignum.c (rb_int_import): New function.akr2013-06-061-0/+54
* * numeric.c (num_quo): Use to_r method to convert the receiver tomrkn2013-06-061-1/+14
* * configure.in: Invoke RUBY_REPLACE_TYPE for size_t.akr2013-06-061-0/+67
* * numeric.c (num_quo): should return a Float for a Float argument.mrkn2013-06-062-1/+4
* * string.c (String#b): Allow code range scan to happen later soknu2013-06-051-0/+2
* * lib/net/imap.rb (capability_response): should ignore trailingshugo2013-06-051-0/+11
* add description of test in commentkazu2013-06-051-0/+3
* * test/fileutils/test_fileutils.rb (TestFileUtils#test_mkdir): addnaruse2013-06-051-2/+2
* * ext/date/date_core.c: fixed a bug [ruby-core:55295]. reportedtadf2013-06-041-0/+53
* * lib/rubygems: Update to RubyGems 2.0.3drbrain2013-06-044-15/+24
* * ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): fix the numbermrkn2013-06-041-3/+4
* add EEXIST for Linuxkazu2013-06-031-1/+2
* FileUtils.rmdir use remove_tailing_slashkazu2013-06-031-0/+8