aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_pack.rb
Commit message (Expand)AuthorAgeFilesLines
* Use size of `uintptr_t` for `j` and `J` testsNobuyoshi Nakada2023-10-061-17/+21
* Move rbconfig to the topNobuyoshi Nakada2023-10-061-1/+1
* Raise an ArgumentError for unknown pack/unpack directiveBenoit Daloze2023-01-051-7/+7
* Unconditionally warn "unknown pack/unpack directive"Yusuke Endoh2022-12-161-10/+2
* [Bug #19108] Check for the encoding of pack/unpack formatNobuyoshi Nakada2022-12-011-0/+14
* Use dedicated assertions for warningsNobuyoshi Nakada2022-11-221-22/+4
* Avoid unnecessary use of global variablesNobuyoshi Nakada2022-11-221-8/+8
* Add a test for bug 18343Jeremy Evans2021-11-161-0/+8
* pack.c: add an offset argument to unpack and unpack1Jean Boussier2021-10-261-0/+26
* Use capture_output instead of capture_ioHiroshi SHIBATA2021-09-131-2/+2
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-16/+0
* pack.c: refine warningnobu2018-11-161-0/+7
* infect taint flag on Array#pack and String#unpacknagachika2018-10-171-0/+16
* pack.c: fix underflownobu2018-03-281-0/+3
* long long is a C99ismshyouhei2018-01-021-1/+3
* Add FrozenError as a subclass of RuntimeErrorshyouhei2017-12-121-1/+1
* pack.c: unpack "M" may be ASCII onlynobu2017-09-291-0/+5
* test/ruby/test_pack.rb: fix test case added by r57187rhe2016-12-291-1/+1
* pack.c: avoid returning uninitialized Stringrhe2016-12-261-0/+8
* String#unpack1 [Feature #12752]naruse2016-12-011-0/+7
* Remove `offset:` from `Array#pack`usa2016-12-011-11/+2
* Supports `buffer` and `offset` in `Array#pack`usa2016-12-011-0/+34
* assertions.rb: set default internal encodingnobu2016-04-091-3/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* pack.c: check index rangenobu2015-12-131-0/+19
* * pack.c (pack_{un,}pack): new template character `j` and `J`, pointerusa2015-06-121-2/+69
* pack.c: escape and encodingnobu2014-11-061-0/+8
* test_pack.rb: test_invalid_warningnobu2014-11-061-0/+5
* * pack.c (pack_unpack): Add casts for char references for 'u'.akr2014-10-171-0/+5
* pack.c: fix buffer overrunnobu2014-07-111-0/+8
* pack.c: use ivar for associated objectsnobu2014-02-041-1/+1
* string.c: enable capacity when setting capanobu2014-02-041-0/+1
* test/ruby: better assertionsnobu2013-12-131-1/+1
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-10/+0
* * pack.c (pack_unpack): output characters even if the input doesn'tnaruse2013-04-181-0/+4
* add a comment.akr2013-04-061-0/+1
* Add comment.akr2013-04-031-0/+1
* * pack.c: Support Q! and q! for long long.akr2013-04-021-0/+7
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+1
* set encoding to ASCII for appropriate String#unpack modifierseregon2012-10-191-0/+6
* test_pack.rb: fix assertionnobu2012-07-241-2/+1
* * test/ruby/test_pack.rb (test_pack_unpack_M): was redefinedusa2012-07-241-12/+9
* pack.c: round down too long uuencode widthnobu2012-07-181-0/+4
* Set $VERBOSE=false in case of ruby -w.naruse2012-04-111-2/+6
* * pack.c (pack_pack): Warn when an invalid character is found in thedrbrain2012-04-101-0/+35
* * pack.c (pack_unpack): when unpack('M') occurs an illegal bytenaruse2012-03-111-0/+12
* * lib/test/unit.rb (assert_include): add alias.nobu2011-02-121-1/+1
* * pack.c (pack_unpack): the resulted string of unpack('M') must havenaruse2011-01-141-0/+2
* * pack.c (PACK_ITEM_ADJUST): return nil not result array and yieldnobu2010-11-151-0/+7
* Revert r29527. [ruby-dev:42419]naruse2010-10-181-6/+2