summaryrefslogtreecommitdiff
path: root/test/ruby/test_pack.rb
AgeCommit message (Expand)Author
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-13pack.c: check index rangenobu
2015-06-12* pack.c (pack_{un,}pack): new template character `j` and `J`, pointerusa
2014-11-06pack.c: escape and encodingnobu
2014-11-06test_pack.rb: test_invalid_warningnobu
2014-10-17* pack.c (pack_unpack): Add casts for char references for 'u'.akr
2014-07-11pack.c: fix buffer overrunnobu
2014-02-04pack.c: use ivar for associated objectsnobu
2014-02-04string.c: enable capacity when setting capanobu
2013-12-13test/ruby: better assertionsnobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-04-18* pack.c (pack_unpack): output characters even if the input doesn'tnaruse
2013-04-06add a comment.akr
2013-04-03Add comment.akr
2013-04-02* pack.c: Support Q! and q! for long long.akr
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-10-19set encoding to ASCII for appropriate String#unpack modifierseregon
2012-07-24test_pack.rb: fix assertionnobu
2012-07-24* test/ruby/test_pack.rb (test_pack_unpack_M): was redefinedusa
2012-07-18pack.c: round down too long uuencode widthnobu
2012-04-11Set $VERBOSE=false in case of ruby -w.naruse
2012-04-10* pack.c (pack_pack): Warn when an invalid character is found in thedrbrain
2012-03-11* pack.c (pack_unpack): when unpack('M') occurs an illegal bytenaruse
2011-02-12* lib/test/unit.rb (assert_include): add alias.nobu
2011-01-14* pack.c (pack_unpack): the resulted string of unpack('M') must havenaruse
2010-11-15* pack.c (PACK_ITEM_ADJUST): return nil not result array and yieldnobu
2010-10-18Revert r29527. [ruby-dev:42419]naruse
2010-10-18* pack.c (pack_pack): Add native size option ! to q and Q.naruse
2010-10-15* pack.c (pack_pack): fix more than one modifiers appear in thenaruse
2010-10-14* pack.c (pack_pack): support endian modifiers: < and >.naruse
2010-04-29* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-02-25* pack.c: consider DYNAMIC_ENDIAN. refactored.akr
2010-02-24* pack.c (pack_unpack): don't use OFF32 for gcc 4.5.akr
2010-02-18* pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.akr
2008-12-08* pack.c (pack_pack): fixed length for odd length string.nobu
2008-12-06* pack.c (pack_pack): 'u0' is not special differently from 'm0'.yugui
2008-10-29* test/ruby/test_array.rb (test_pack): use utf-8.nobu
2008-09-25* pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies withmame
2008-09-24* test: assert_raises has been deprecated since a long time ago.nobu
2008-05-17* pack.c (pack_pack): check errno to detect error of ruby_strtoul.mame
2008-05-15* test/ruby/test_string.rb: add tests to achieve over 90% testmame
2008-02-10* test/ruby/test_pack.rb: fix tests for 64bit CPU.mame
2008-01-31* test/ruby/test_bignum.rb: suppress warnings during test.mame
2008-01-23* string.c (str_make_independent): should set length.nobu
2006-02-17* util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean
2004-04-07add an assertion for [0x100000000].pack("U").akr
2004-04-01add test_pack_U.akr
2004-02-18 * test/*: should not depend on $KCODE.nahi
2004-01-22* pack.c (num2i32): pack should not raise RangeError.matz
2004-01-04* test/ruby/test_pack.rb: new test test_unpack_N.aamine