aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_marshal.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* * marshal.c (w_object): dump instance variables when usingnobu2009-12-051-0/+20
* * marshal.c (marshal_dump): use normal object as the buffer sonobu2009-11-211-0/+10
* * test/ruby/{marshaltestlib,test_marshal}.rb: suppressed warnings.nobu2009-10-211-2/+2
* * marshal.c (id2encidx): register encoding name.nobu2009-10-171-0/+43
* * marshal.c (has_encoding): added for check the regexpnaruse2009-10-111-1/+5
* * marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu2009-10-041-0/+41
* * marshal.c (r_object0): entry regexp object before its encodingnobu2009-09-181-0/+8
* * test/ruby/test_marshal.rb (test_class_nonascii): test for non-ascii name cl...nobu2009-08-121-0/+6
* * marshal.c (w_symbol r_symlink, r_symbol, r_object0): fix fornobu2009-08-071-0/+6
* * test/ruby/test_marshal.rb (TestMarshal#test_limit): test fornobu2009-07-011-0/+1
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-0/+12
* * test/ruby/test_marshal.rb: suppress warning during test.mame2008-07-231-0/+9
* avoid dead lock on MacOS X.akr2008-06-081-2/+4
* * test/ruby/test_gc.rb: add tests to achieve over 90% test coverage ofmame2008-06-051-0/+16
* * test/ruby/test_dir.rb: add tests to achieve over 90% test coveragemame2008-06-031-0/+68
* * prelude.rb (require_relative): move require_relative frommatz2008-04-121-1/+0
* use require_relative to require marshaltestlib and sentence.akr2008-02-181-1/+2
* * marshal.c (w_object): dump string encoding in USERDEF.akr2008-01-261-0/+11
* fix test_too_long_string.akr2008-01-261-1/+2
* * marshal.c (r_bytes0): check if source has enough data.nobu2007-10-151-0/+20
* add test for [ruby-dev:31759].akr2007-09-071-4/+12