summaryrefslogtreecommitdiff
path: root/test/ruby/test_marshal.rb
AgeCommit message (Expand)Author
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
2009-10-11* marshal.c (has_encoding): added for check the regexpnaruse
2009-10-04* marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu
2009-09-18* marshal.c (r_object0): entry regexp object before its encodingnobu
2009-08-12* test/ruby/test_marshal.rb (test_class_nonascii): test for non-ascii name cl...nobu
2009-08-07* marshal.c (w_symbol r_symlink, r_symbol, r_object0): fix fornobu
2009-07-01* test/ruby/test_marshal.rb (TestMarshal#test_limit): test fornobu
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-07-23* test/ruby/test_marshal.rb: suppress warning during test.mame
2008-06-08avoid dead lock on MacOS X.akr
2008-06-05* test/ruby/test_gc.rb: add tests to achieve over 90% test coverage ofmame
2008-06-03* test/ruby/test_dir.rb: add tests to achieve over 90% test coveragemame