summaryrefslogtreecommitdiff
path: root/t/op/pack.t
Commit message (Expand)AuthorAgeFilesLines
* PATCH: [perl #131642] pack returning malformed UTF-8Karl Williamson2019-03-081-9/+5
* (perl #132655) nul terminate result of unpack "u" of invalid dataTony Cook2018-09-211-1/+8
* (perl #131844) fix various space calculation issues in pp_pack.cTony Cook2018-04-161-1/+23
* Fix test failures in GCC "long doubles" builds on WindowsSteve Hay2017-11-221-2/+2
* (perl #129149) fix the test so skip has a SKIP: to work withTony Cook2017-01-171-0/+1
* (perl #129149) avoid a heap buffer overflow with pack "W"...Tony Cook2017-01-171-1/+12
* Use the new metalevel definitions for fp inf/nan/rangeJarkko Hietaniemi2016-10-281-5/+3
* Add details to UTF-8 malformation error messagesKarl Williamson2016-10-131-1/+1
* VAX: test changes for VAX floatsJarkko Hietaniemi2016-07-011-5/+10
* [perl #126325] don't read past the end of the source for pack [Hh]Tony Cook2015-11-111-1/+21
* t/op/pack.t: Fix some skipped tests on EBCDICKarl Williamson2015-10-081-9/+12
* t/op/pack.t: Clarify comment; change variable nameKarl Williamson2015-10-081-8/+9
* t/op/pack.t: Generalize for EBCDICKarl Williamson2015-03-191-48/+52
* [perl #123874] fix argument underflow for pack()Hugo van der Sanden2015-02-181-1/+5
* Don’t do string overloading for numeric pack fmtsFather Chrysostomos2014-12-101-1/+10
* Make pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal.Jarkko Hietaniemi2014-09-231-1/+1
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get pack.t working under minitestFather Chrysostomos2014-09-021-1/+2
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-211-1/+1
* Remove the MPE/iX port.Nicholas Clark2012-09-211-2/+0
* [perl #60204] Unhelpful error message from unpackMarcus Holland-Moritz2012-05-231-2/+10
* [perl #90160] U* gives ‘U0 mode on an empty string’Father Chrysostomos2011-05-181-1/+5
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* RT#73814 - unpack() didn't handle scalar context correctly for %32H and %32uTony Cook2010-04-301-1/+9
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* in unpack, () groups in scalar context were still returning a list,Nicholas Clark2008-02-061-1/+6
* make t/op/pack.t not explode when u64size=''Alexander Gough2007-10-081-1/+1
* Re: Compress::Zlib, pack "C" and utf-8 [PATCH]Marc Lehmann2007-05-101-7/+4
* Some diagnostic output was giving warnings in op/pack.tRafael Garcia-Suarez2006-10-311-1/+4
* z/OS: t/ - mostly EBCDIC fixesJarkko Hietaniemi2006-07-121-6/+15
* [patch] blead@25226 - t/op/pack.t undefined value fixJohn E. Malmberg2005-08-011-1/+1
* Don't ignore errors from an eval.Nicholas Clark2005-06-091-0/+1
* Avoid generating thousands of UTF-8 warnings when testing under aNicholas Clark2005-04-191-8/+8
* Re: PATCH: byte count feature request for unpackTon Hospel2005-03-301-22/+170
* Re: unpack A strip patchTon Hospel2005-03-211-1/+16
* pack / for general typesTon Hospel2005-03-211-1/+26
* Re: Encoding neutral unpackTon Hospel2005-03-121-1/+13
* Encoding neutral unpackTon Hospel2005-03-081-4/+249
* Re: encoding neutral unpackTon Hospel2005-02-141-6/+7
* [perl #34062] pack Z0 destroys the character before perl-5.8.0@ton.iguana.be2005-02-081-1/+7
* Re: encoding neutral unpackTon Hospel2005-02-021-1/+10
* Re: encoding neutral unpackTon Hospel2005-02-021-1/+8
* Re: encoding neutral unpackTon Hospel2005-02-021-1/+4
* Re: encoding neutral unpackTon Hospel2005-01-311-1/+9
* Oops. Was forgetting to test n! N! v! V! in packNicholas Clark2005-01-271-3/+3
* Check that the warning behaviour on the modifiers !, < and > is as weNicholas Clark2005-01-271-1/+49
* Make the tests for the endianness modifiers < and >, and theNicholas Clark2005-01-271-44/+82
* Name another pack testNicholas Clark2005-01-211-1/+1
* Better test diagnostics for the numbers tests.Nicholas Clark2005-01-141-6/+6
* Add byte-order group modifiers to (un)pack templates.Marcus Holland-Moritz2004-05-041-3/+71