summaryrefslogtreecommitdiff
path: root/t/op/pack.t
Commit message (Expand)AuthorAgeFilesLines
* [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
* byte-order modifiers for (un)pack templatesMarcus Holland-Moritz2004-04-231-45/+244
* Make the ! suffix handle n/N/v/V as signed integersMarcus Holland-Moritz2004-04-061-1/+10
* Re: NCR MP-RAS perl problems [perl #23791]grommel@sears.com2003-09-301-1/+1
* More suggested patches for NCR MP-RAS from Andy Dougherty.Jarkko Hietaniemi2003-09-161-1/+7
* Better skip() explicit number of tests, test counts gettingJarkko Hietaniemi2003-08-291-6/+6
* Some Ultrix test dodgings.Jarkko Hietaniemi2003-08-291-2/+5
* Re: [perl #23463] compiler version on sparc/netbsdNicholas Clark2003-08-221-8/+9
* Re: [perl #23463]: compiler version on sparc/netbsdAlain Barbet2003-08-221-1/+1
* MPE/iX gets serious indigestion on w-packed infinities.Jarkko Hietaniemi2003-06-191-0/+3
* pack.t tweak for non-IEEE VMS systemsCraig A. Berry2003-06-091-0/+8
* Add a test case for [perl #15288] (already solved).Jarkko Hietaniemi2003-04-271-1/+9
* [patch] for Stratus VOSPaul Green2003-03-261-1/+5
* pack changes and related fixesLAUN Wolfgang2003-03-171-11/+110
* 'A' is not 65 everywhere.Jarkko Hietaniemi2003-02-191-2/+2
* Support one-parameter unpack(), which unpacks $_.Chip Salzenberg2003-02-191-1/+3
* Integrate from maint-5.8 #18156, #18218.Hugo van der Sanden2002-12-111-1/+4
* Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallac...Nicholas Clark2002-10-281-1/+1
* t/op/pack.t: Tru64 5.1A gcc 3.2.1 no infJarkko Hietaniemi2002-10-201-1/+1
* Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallaciousNicholas Clark2002-10-121-1/+39
* Re: [PATCH] pack 'w' should be using NV, not doubleNicholas Clark2002-06-301-1/+18
* Re: OK, what did I break in unpack?Nicholas Clark2002-04-121-5/+52