summaryrefslogtreecommitdiff
path: root/test/ruby/test_pack.rb
AgeCommit message (Expand)Author
2023-10-06Use size of `uintptr_t` for `j` and `J` testsNobuyoshi Nakada
2023-10-06Move rbconfig to the topNobuyoshi Nakada
2023-01-05Raise an ArgumentError for unknown pack/unpack directiveBenoit Daloze
2022-12-16Unconditionally warn "unknown pack/unpack directive"Yusuke Endoh
2022-12-01[Bug #19108] Check for the encoding of pack/unpack formatNobuyoshi Nakada
2022-11-22Use dedicated assertions for warningsNobuyoshi Nakada
2022-11-22Avoid unnecessary use of global variablesNobuyoshi Nakada
2021-11-16Add a test for bug 18343Jeremy Evans
2021-10-26pack.c: add an offset argument to unpack and unpack1Jean Boussier
2021-09-13Use capture_output instead of capture_ioHiroshi SHIBATA
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2018-11-16pack.c: refine warningnobu
2018-10-17infect taint flag on Array#pack and String#unpacknagachika
2018-03-28pack.c: fix underflownobu
2018-01-02long long is a C99ismshyouhei
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-09-29pack.c: unpack "M" may be ASCII onlynobu
2016-12-29test/ruby/test_pack.rb: fix test case added by r57187rhe
2016-12-26pack.c: avoid returning uninitialized Stringrhe
2016-12-01String#unpack1 [Feature #12752]naruse
2016-12-01Remove `offset:` from `Array#pack`usa
2016-12-01Supports `buffer` and `offset` in `Array#pack`usa
2016-04-09assertions.rb: set default internal encodingnobu
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