summaryrefslogtreecommitdiff
path: root/test/ruby/test_encoding.rb
AgeCommit message (Expand)Author
2021-02-16Fix a failureKazuhiro NISHIYAMA
2020-10-15Check encoding name to replicateNobuyoshi Nakada
2020-02-13Get rid of warnings/exceptions at cleanupNobuyoshi Nakada
2020-02-12Copy non-inlined encoding indexNobuyoshi Nakada
2020-02-12Make temporary lock string encoding freeNobuyoshi Nakada
2020-02-12Workaround of instance variable on hidden objectNobuyoshi Nakada
2020-02-12Isolate the test for Encoding#replicateNobuyoshi Nakada
2020-01-28support multi-run for test/ruby/test_encoding.rbKoichi Sasada
2019-12-03Fixed stack overflow [Bug #16382]Nobuyoshi Nakada
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-03-12Assertion for r67226nobu
2017-08-29test/ruby: tweaked heredocsnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-02encoding.c: defer finding encodingnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-03-26encoding.c: fix encoding of dynsymnobu
2014-03-26encoding.c: enc_capable symbolnobu
2013-12-13test/ruby: better assertionsnobu
2013-10-21encoding.c: preserve outer errinfonobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2012-02-05* encoding.c (rb_enc_compatible): return ASCII-8BIT even if 2nd stringnaruse
2012-01-21* encoding.c (rb_enc_compatible): fix segv on symbols.naruse
2011-09-25* encoding.c (require_enc): reject only loading from untrustednobu
2011-09-06* encoding.c (load_encoding): predefined encoding names are safe.nobu
2011-09-03* test/ruby/test_encoding.rb (test_find): mingw is not Unix, of course.nobu
2011-08-02* encoding.c (enc_find): mistakenly remained !. [Bug #5150]nobu
2011-04-26* test/ruby/test_encoding.rb (test_encoding): tests for r31362.nobu
2010-04-29* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-11* test/ruby/test_encoding.rb (TestEncoding#test_replicate): morenobu
2010-04-11* encoding.c (enc_replicate): new encoding name must be validnobu
2009-12-12Add rdoc and test of Encoding#replicate.naruse
2009-11-18* encoding.c (enc_set_default_encoding): reset filesytemnaruse
2009-10-28* encoding.c (get_filesystem_encoding): removed.naruse
2009-08-08New API Encoding#ascii_compatible?.naruse
2009-06-13* marshal.c (r_ivar): should not set internal encoding ivar as annobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-10-09* add test for Encoding#names.naruse
2008-06-03* test/ruby/test_dir.rb: add tests to achieve over 90% test coveragemame
2007-10-14* encoding.c (rb_obj_encoding): rdoc update. a patch from Davidnobu