summaryrefslogtreecommitdiff
path: root/test/ruby/test_marshal.rb
AgeCommit message (Expand)Author
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
2008-04-12* prelude.rb (require_relative): move require_relative frommatz
2008-02-18use require_relative to require marshaltestlib and sentence.akr
2008-01-26* marshal.c (w_object): dump string encoding in USERDEF.akr
2008-01-26fix test_too_long_string.akr
2007-10-15* marshal.c (r_bytes0): check if source has enough data.nobu
2007-09-07add test for [ruby-dev:31759].akr
2007-09-02add a test for [ruby-dev:31709].akr
2006-12-31 * Merge YARVko1
2004-02-18 * test/*: should not depend on $KCODE.nahi
2004-02-17 * test/soap/marshal/test_marshal.rb, test/ruby/test_marshal.rb: do $:nahi
2004-02-17 * test/ruby/marshaltestlib.rb: common marshal testcase added.nahi
2004-01-19* test/ruby/test_marshal.rb (MarshalTestLib::test_exception): testnobu
2003-10-14* lib/soap/baseData.rb: Introduce SOAPType as the common ancestor ofnahi
2003-09-26* test/ruby/test_marshal.rb: add test for ruby's objects.nahi
2003-09-05* lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu
2003-09-05* same as the previous commit.nahi
2003-09-05* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi
2003-09-04* test/ruby: tests for ruby itself.nahi