aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_marshal.rb
Commit message (Expand)AuthorAgeFilesLines
* test_marshal.rb: assert bad linknobu2016-03-171-5/+4
* * marshal.c (r_object0): raise ArgumentError when linking to undefineddrbrain2016-03-161-0/+12
* test_marshal.rb: use assert_ruby_statusnobu2016-03-151-5/+1
* * marshal.c (r_object0): Fix Marshal crash for corrupt extended object.drbrain2016-03-141-0/+11
* * marshal.c (r_object0): honor Marshal.load post procnaruse2016-01-211-0/+6
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* ruby.c: --debug=frozen-string-literal optionnobu2015-11-211-1/+1
* test_marshal.rb: test_no_internal_idsnobu2015-10-271-0/+16
* marshal.c: class name encodingnobu2015-04-161-0/+11
* marshal.c: class name encodingnobu2015-04-161-0/+11
* marshal.c: class name encodingnobu2015-04-161-0/+12
* marshal.c: class name encodingnobu2015-04-161-0/+7
* marshal.c: class name encodingnobu2015-04-161-0/+7
* marshal.c: register symbol strings firstnobu2015-03-221-0/+11
* marshal.c: fix symlink indexnobu2014-07-291-0/+4
* Join threads before close pipes.akr2014-05-311-10/+8
* Join threads.akr2014-05-311-2/+6
* marshal.c: do not recycle wrapper objectsnobu2014-02-171-0/+19
* marshal.c: Numerics are not taintednobu2014-02-081-0/+10
* test_marshal.rb: fix test depending on heap addressnobu2014-02-061-1/+2
* pack.c: hide associated objectsnobu2014-02-051-0/+5
* test/ruby: better assertionsnobu2013-12-131-2/+2
* test/ruby: assert_raise_with_messagenobu2013-10-091-2/+1
* * test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo2013-06-131-32/+5
* marshal.c: no overwriting ivarsnobu2013-05-021-7/+19
* marshal.c: fix marshal_load ivarnobu2013-04-221-2/+26
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-4/+3
* marshal.c: use ivars of marshal_dump datanobu2013-04-201-1/+9
* marshal.c: no duplicated encodingnobu2013-04-191-0/+18
* vm_method.c: drop include_all flagnobu2013-02-051-0/+12
* marshal.c: prohibit_ivarnobu2013-02-011-1/+13
* * test/ruby/test_marshal.rb: remove temporally files early.akr2013-01-291-1/+3
* marshal.c: marshal_dump instance varialbesnobu2013-01-261-0/+19
* * marshal.c (r_entry0): don't taint classes and modules becauseshugo2012-12-131-0/+18
* * marshal.c (w_object): add flonum to arg->data to keep reference indexnagachika2012-11-161-0/+7
* test/ruby/test_marshal.rb: close pipesnobu2012-05-151-8/+8
* * marshal.c (r_symreal): default to ASCII-8BIT for non-ascii symbols,nobu2012-03-281-0/+9
* * complex.c (nucomp_marshal_load): raise error on invalid data.naruse2012-02-251-0/+14
* * test/ruby/test_marshal.rb: renamed methods duplicated with thoseshugo2011-11-011-2/+2
* * remove trailing spaces.nobu2011-05-151-1/+1
* * test/ruby/test_marshal.rb (test_marshal_dump_extra_iv):nagachika2011-02-171-1/+1
* * constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame2011-01-281-0/+14
* * marshal.c (w_float): should not append a dot if no fractal partnobu2010-08-051-0/+5
* add a test.akr2010-02-141-4/+19
* add a test.akr2010-02-131-0/+7
* * marshal.c (r_object0): read sequentially since marshal sourcenobu2010-02-111-0/+10
* * marshal.c (w_symbol): dump no encoding for 7bit only coderangenobu2010-01-081-0/+3
* * test/ruby/test_marshal.rb: added tests for taintness/untrustness nahi2009-12-281-0/+64
* add a test.akr2009-12-071-0/+22
* * marshal.c (w_object): reverted r26007. [ruby-dev:39845]nobu2009-12-071-3/+2