aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_pack.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * pack.c (pack_pack): Add native size option ! to q and Q.naruse2010-10-181-2/+6
* * pack.c (pack_pack): fix more than one modifiers appear in thenaruse2010-10-151-0/+2
* * pack.c (pack_pack): support endian modifiers: < and >.naruse2010-10-141-61/+74
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-04-291-1/+1
* * pack.c: consider DYNAMIC_ENDIAN. refactored.akr2010-02-251-1/+118
* * pack.c (pack_unpack): don't use OFF32 for gcc 4.5.akr2010-02-241-1/+1
* * pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.akr2010-02-181-0/+7
* * pack.c (pack_pack): fixed length for odd length string.nobu2008-12-081-0/+12
* * pack.c (pack_pack): 'u0' is not special differently from 'm0'.yugui2008-12-061-0/+4
* * test/ruby/test_array.rb (test_pack): use utf-8.nobu2008-10-291-3/+3
* * pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies withmame2008-09-251-0/+30
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-5/+5
* * pack.c (pack_pack): check errno to detect error of ruby_strtoul.mame2008-05-171-0/+4
* * test/ruby/test_string.rb: add tests to achieve over 90% testmame2008-05-151-0/+12
* * test/ruby/test_pack.rb: fix tests for 64bit CPU.mame2008-02-101-6/+4
* * test/ruby/test_bignum.rb: suppress warnings during test.mame2008-01-311-0/+360
* * string.c (str_make_independent): should set length.nobu2008-01-231-0/+14
* * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean2006-02-171-0/+3
* add an assertion for [0x100000000].pack("U").akr2004-04-071-0/+1
* add test_pack_U.akr2004-04-011-0/+11
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * pack.c (num2i32): pack should not raise RangeError.matz2004-01-221-0/+4
* * test/ruby/test_pack.rb: new test test_unpack_N.aamine2004-01-041-0/+10
* * test/ruby/test_pack.rb: new test test_pack_N.aamine2003-12-261-0/+12
* * test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi2003-09-061-1/+1
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-3/+3
* * 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/+21