aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_struct.rb
Commit message (Expand)AuthorAgeFilesLines
...
* struct.c: fix warning messagenobu2013-10-271-43/+76
* parse.y: non-local/const attrsetnobu2013-08-111-0/+8
* parse.y: non-local/const attrsetnobu2013-08-101-0/+4
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-24/+0
* * struct.c (make_struct): remove junk ID check to allow members whoglass2012-12-221-0/+7
* struct.c: yield assoc in each_pairnobu2012-11-191-0/+5
* * hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu2012-04-241-0/+6
* * error.c (rb_check_trusted): new function to check an object isnobu2011-07-171-0/+14
* * test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):yugui2009-11-261-0/+30
* * class.c (rb_define_class_id_under, rb_define_module_id_under):nobu2009-08-121-0/+7
* * test/ruby/test_struct.rb (test_inspect): use assert_match.nobu2009-08-121-1/+1
* * bootstraptest/test_knownbug.rb: move solved tests.ko12008-05-191-0/+6
* * bootstraptest/test_struct.rb: some test moved from test to shutmatz2008-03-131-1/+0
* * test/ruby/test_struct.rb: add tests to achieve over 90% testmame2008-01-231-0/+158
* test small structs.akr2006-02-051-0/+16
* * struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247]aamine2005-06-011-0/+12
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-11/+14
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-3/+3
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+23