summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-06-17skip new tests until fixednobu
2013-06-17test/ruby/test_symbol.rb: tests for [Bug #8531]nobu
2013-06-17test/ruby/test_proc.rb: tests for [Bug #8341]nobu
2013-06-16* bignum.c (bary_2comp): Extracted from get2comp.akr
2013-06-16* internal.h (INTEGER_PACK_2COMP): Defined.akr
2013-06-14vm_eval.c: __dir__ in evalnobu
2013-06-14test_method.rb: use realpathnobu
2013-06-14* compile.c (rb_iseq_compile_node): fix location of a `trace'ko1
2013-06-13* lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Supportkou
2013-06-13fileutils.rb: fix traversal loopnobu
2013-06-13test_fileutils.rb: parents optionnobu
2013-06-13* test/ruby/test_thread.rb (test_thread_local_security): Don't createakr
2013-06-13* test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo
2013-06-12* bignum.c (rb_integer_unpack_2comp): New function.akr
2013-06-12* eval.c (mod_using): new method Module#using, which activatesshugo
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-12test_io.rb: fix test errornobu
2013-06-12io.c: fix 7bit coderange conditionnobu
2013-06-12array.c: freeze in callbacknobu
2013-06-12array.c: freeze in callbacknobu
2013-06-11* internal.h (INTEGER_PACK_NEGATIVE): Defined.akr
2013-06-11* lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Extract.kou
2013-06-11* test/xmlrpc/test_client.rb (XMLRPC::ClientTest::Fake::HTTP#started):kou
2013-06-11* bignum.c (validate_integer_pack_format): Don't require a word orderakr
2013-06-11rb_integer_pack tests refined.akr
2013-06-11* bignum.c (rb_integer_pack_internal): Renamed from rb_integer_packakr
2013-06-10* test/ruby/test_beginendblock.rb (test_exitcode_in_at_exit): fix NameError.ktsj
2013-06-10eval_error.c: restore errinfonobu
2013-06-10test_beginendblock.rb: rename methodsnobu
2013-06-09* bignum.c (rb_integer_pack): numwords_allocated argument removed.akr
2013-06-08Fix a typo.akr
2013-06-08* class.c (include_modules_at): invalidate method cache if includedcharliesome
2013-06-07* bignum.c (rb_integer_pack): Arguments changed. Use flags toakr
2013-06-07* bignum.c (rb_integer_pack): Renamed from rb_int_export.akr
2013-06-07* rational.c (numeric_quo): move num_quo in numeric.c to numeric_quomrkn
2013-06-06Fix the class name.akr
2013-06-06* bignum.c (rb_int_import): New function.akr
2013-06-06* numeric.c (num_quo): Use to_r method to convert the receiver tomrkn
2013-06-06* configure.in: Invoke RUBY_REPLACE_TYPE for size_t.akr
2013-06-06* numeric.c (num_quo): should return a Float for a Float argument.mrkn
2013-06-05* string.c (String#b): Allow code range scan to happen later soknu
2013-06-05* lib/net/imap.rb (capability_response): should ignore trailingshugo
2013-06-05add description of test in commentkazu
2013-06-05* test/fileutils/test_fileutils.rb (TestFileUtils#test_mkdir): addnaruse
2013-06-04 * ext/date/date_core.c: fixed a bug [ruby-core:55295]. reportedtadf
2013-06-04* lib/rubygems: Update to RubyGems 2.0.3drbrain
2013-06-04* ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): fix the numbermrkn
2013-06-03add EEXIST for Linuxkazu
2013-06-03FileUtils.rmdir use remove_tailing_slashkazu
2013-06-03* lib/fileutils.rb: fix behavior when mkdir/mkdir_p accepted "/".ayumin