aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_marshal.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* add a test for [ruby-dev:31709].akr2007-09-021-0/+8
* * Merge YARVko12006-12-311-19/+10
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * test/soap/marshal/test_marshal.rb, test/ruby/test_marshal.rb: do $:nahi2004-02-171-1/+8
* * test/ruby/marshaltestlib.rb: common marshal testcase added.nahi2004-02-171-289/+4
* * test/ruby/test_marshal.rb (MarshalTestLib::test_exception): testnobu2004-01-191-5/+8
* * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor ofnahi2003-10-141-0/+13
* * test/ruby/test_marshal.rb: add test for ruby's objects.nahi2003-09-261-0/+280
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-1/+1
* * same as the previous commit.nahi2003-09-051-2/+2
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-1/+1
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+32