summaryrefslogtreecommitdiff
path: root/test/ruby/test_object.rb
AgeCommit message (Expand)Author
2014-12-13test_object.rb: no RSS checknobu
2014-11-25vm_method.c: preserve encodingsnobu
2014-11-25object.c: preserve encodingsnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-11-11* test/ruby/test_object.rb: Specify an exception class for rescue clause.akr
2014-10-23test_object.rb: for r48118nobu
2014-10-23test_object.rb: avoid confusing ruby-mode.elnobu
2014-10-23vm_method.c: no redefinition warnings for undefined methodsnobu
2014-09-20* .travis.yml: added new configurations for osx on travis ci.hsbt
2014-09-19error.c: preserve encodingnobu
2014-09-11test_object.rb: add assertionsnobu
2014-09-09* test/ruby/test_object.rb: extend timeout.ko1
2014-09-03object.c: fix memory leaknobu
2014-08-02object.c: Object#itsefnobu
2014-03-05* test/ruby: get rid of warnings.usa
2013-12-24assertions.rb: assert_thrownobu
2013-12-13test/ruby: better assertionsnobu
2013-10-09test/unit/assertions.rb: return exceptionnobu
2013-09-20parse.y: junk sigil only namesnobu
2013-06-13* test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-04-08* object.c (rb_obj_ivar_set): call to_str for string only once.naruse
2013-04-04object.c: avoid inadvertent symbol creationnobu
2013-03-15r39766 denied to initialized already initialized time objectnaruse
2013-03-13class.c: from the origin classnobu
2013-01-29* object.c: Improve error for failed implicit conversions [Bug #7539]marcandre
2012-12-05vm_eval.c: public_send does not consider how it is callednobu
2012-12-05test_object.rb: test for public_sendnobu
2012-12-01object.c: make remove_instance_variable publicnobu
2012-10-28* bignum.c (bignew_1): Bignum instances are frozen.ko1
2012-10-05Adding a test for initialize_clone and initialize_dup. From Github:tenderlove
2012-08-17object.c: preserve encodingsnobu
2012-08-15Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-08-15Revert r36699 and r36700. [Feature #6130]naruse
2012-08-14Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-06-05obj_init_copynobu
2012-03-15* test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.nobu
2012-03-14 * vm_eval.c (check_funcall): Raise ArgumentError if respond_to?drbrain
2012-03-12* vm_method.c (Init_eval_method): copy basic methods to Exception.nobu
2012-02-11* vm_eval.c (check_funcall): Call respond_to? with matching arity fordrbrain
2012-01-30* vm_eval.c (vm_call0): should pass block to enumerators. patchednobu
2012-01-24* object.c (rb_Hash): trivial optimization.nobu
2012-01-24* object.c (rb_Hash): add Kernel#Hash conversion method likematz
2012-01-02* test/ruby/test_object.rb (test_send_with_block): add a normal case.ktsj
2012-01-02* test/ruby/test_object.rb (test_send_with_block): moved fromktsj
2011-08-05* test/ruby/test_object.rb: tests that respond_to? returns false.nobu
2011-08-05* vm_eval.c (check_funcall): try respond_to? first if redefined.nobu
2011-07-26* vm_method.c (obj_respond_to): fix the respond_to_missing? overridenobu
2011-07-22* test/ruby/test_object.rb (TestObject#test_respond_to_missing):kazu
2010-03-23* object.c (rb_obj_singleton_class): new methodshugo