summaryrefslogtreecommitdiff
path: root/test/ruby/test_marshal.rb
AgeCommit message (Expand)Author
2016-01-21* marshal.c (r_object0): honor Marshal.load post procnaruse
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-11-21ruby.c: --debug=frozen-string-literal optionnobu
2015-10-27test_marshal.rb: test_no_internal_idsnobu
2015-04-16marshal.c: class name encodingnobu
2015-04-16marshal.c: class name encodingnobu
2015-04-16marshal.c: class name encodingnobu
2015-04-16marshal.c: class name encodingnobu
2015-04-16marshal.c: class name encodingnobu
2015-03-22marshal.c: register symbol strings firstnobu
2014-07-29marshal.c: fix symlink indexnobu
2014-05-31Join threads before close pipes.akr
2014-05-31Join threads.akr
2014-02-17marshal.c: do not recycle wrapper objectsnobu
2014-02-08marshal.c: Numerics are not taintednobu
2014-02-06test_marshal.rb: fix test depending on heap addressnobu
2014-02-05pack.c: hide associated objectsnobu
2013-12-13test/ruby: better assertionsnobu
2013-10-09test/ruby: assert_raise_with_messagenobu
2013-06-13* test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo
2013-05-02marshal.c: no overwriting ivarsnobu
2013-04-22marshal.c: fix marshal_load ivarnobu
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2013-04-20marshal.c: use ivars of marshal_dump datanobu
2013-04-19marshal.c: no duplicated encodingnobu
2013-02-05vm_method.c: drop include_all flagnobu
2013-02-01marshal.c: prohibit_ivarnobu
2013-01-29* test/ruby/test_marshal.rb: remove temporally files early.akr
2013-01-26marshal.c: marshal_dump instance varialbesnobu
2012-12-13* marshal.c (r_entry0): don't taint classes and modules becauseshugo
2012-11-16* marshal.c (w_object): add flonum to arg->data to keep reference indexnagachika
2012-05-15test/ruby/test_marshal.rb: close pipesnobu
2012-03-28* marshal.c (r_symreal): default to ASCII-8BIT for non-ascii symbols,nobu
2012-02-25* complex.c (nucomp_marshal_load): raise error on invalid data.naruse
2011-11-01* test/ruby/test_marshal.rb: renamed methods duplicated with thoseshugo
2011-05-15* remove trailing spaces.nobu
2011-02-17 * test/ruby/test_marshal.rb (test_marshal_dump_extra_iv):nagachika
2011-01-28* constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame
2010-08-05* marshal.c (w_float): should not append a dot if no fractal partnobu
2010-02-14add a test.akr
2010-02-13add a test.akr
2010-02-11* marshal.c (r_object0): read sequentially since marshal sourcenobu
2010-01-08* marshal.c (w_symbol): dump no encoding for 7bit only coderangenobu
2009-12-28 * test/ruby/test_marshal.rb: added tests for taintness/untrustness nahi
2009-12-07add a test.akr
2009-12-07* marshal.c (w_object): reverted r26007. [ruby-dev:39845]nobu
2009-12-05* marshal.c (w_object): dump instance variables when usingnobu
2009-11-21* marshal.c (marshal_dump): use normal object as the buffer sonobu
2009-10-21* test/ruby/{marshaltestlib,test_marshal}.rb: suppressed warnings.nobu
2009-10-17* marshal.c (id2encidx): register encoding name.nobu