summaryrefslogtreecommitdiff
path: root/test/ruby/test_object.rb
AgeCommit message (Expand)Author
2016-04-09assertions.rb: set default internal encodingnobu
2016-02-19test/ruby: suppress parser warningsnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-04string.c: should not taint fstringnobu
2015-12-04Revert r52872 "string.c: should not taint fstring"naruse
2015-12-03string.c: should not taint fstringnobu
2015-12-03* test/ruby/test_mixed_unicode_escapes.rb: fixed typo.hsbt
2015-10-30test_object.rb: add more checksnobu
2015-10-30variable.c (generic_ivar_remove): return original valuenormal
2015-10-28encoding for inspectnobu
2015-07-01test_object.rb: use assert_separatelynobu
2015-04-22* test/ruby/test_object.rb: add tests for Kernel#String and Kernel#Array.gogotanaka
2015-04-21* test/ruby/test_object.rb: renamed tests to explicitly class name.hsbt
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