Add a TODO test for block evals segfaulting on syntax errors.
[p5sagit/p5-mst-13.2.git] / t / op / pack.t
2009-06-06 Rafael Garcia-Suarez Mark all .t and .pm files as non executable
2008-02-06 Nicholas Clark in unpack, () groups in scalar context were still retur...
2007-10-08 Alexander Gough make t/op/pack.t not explode when u64size=''
2007-05-10 Marc Lehmann Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
2006-10-31 Rafael Garcia-Suarez Some diagnostic output was giving warnings in op/pack.t
2006-07-12 Jarkko Hietaniemi z/OS: t/ - mostly EBCDIC fixes
2005-08-01 John E. Malmberg [patch] blead@25226 - t/op/pack.t undefined value fix
2005-06-09 Nicholas Clark Don't ignore errors from an eval.
2005-04-19 Nicholas Clark Avoid generating thousands of UTF-8 warnings when testi...
2005-03-30 Ton Hospel Re: PATCH: byte count feature request for unpack
2005-03-21 Ton Hospel Re: unpack A strip patch
2005-03-21 Ton Hospel pack / for general types
2005-03-12 Ton Hospel Re: Encoding neutral unpack
2005-03-08 Ton Hospel Encoding neutral unpack
2005-02-14 Ton Hospel Re: encoding neutral unpack
2005-02-08 perl-5.8.0@ton.igu... [perl #34062] pack Z0 destroys the character before
2005-02-02 Ton Hospel Re: encoding neutral unpack
2005-02-02 Ton Hospel Re: encoding neutral unpack
2005-02-02 Ton Hospel Re: encoding neutral unpack
2005-01-31 Ton Hospel Re: encoding neutral unpack
2005-01-27 Nicholas Clark Oops. Was forgetting to test n! N! v! V! in pack
2005-01-27 Nicholas Clark Check that the warning behaviour on the modifiers ...
2005-01-27 Nicholas Clark Make the tests for the endianness modifiers < and ...
2005-01-21 Nicholas Clark Name another pack test
2005-01-14 Nicholas Clark Better test diagnostics for the numbers tests.
2004-05-04 Marcus Holland-Moritz Add byte-order group modifiers to (un)pack templates.
2004-04-23 Marcus Holland-Moritz byte-order modifiers for (un)pack templates
2004-04-06 Marcus Holland-Moritz Make the ! suffix handle n/N/v/V as signed integers
2003-09-30 grommel@sears.com Re: NCR MP-RAS perl problems [perl #23791]
2003-09-16 Jarkko Hietaniemi More suggested patches for NCR MP-RAS from Andy Dougherty.
2003-08-29 Jarkko Hietaniemi Better skip() explicit number of tests, test counts...
2003-08-29 Jarkko Hietaniemi Some Ultrix test dodgings.
2003-08-22 Nicholas Clark Re: [perl #23463] compiler version on sparc/netbsd
2003-08-22 Alain Barbet Re: [perl #23463]: compiler version on sparc/netbsd
2003-06-19 Jarkko Hietaniemi MPE/iX gets serious indigestion on w-packed infinities.
2003-06-09 Craig A. Berry pack.t tweak for non-IEEE VMS systems
2003-04-27 Jarkko Hietaniemi Add a test case for [perl #15288] (already solved).
2003-03-26 Paul Green [patch] for Stratus VOS
2003-03-17 LAUN Wolfgang pack changes and related fixes
2003-02-19 Jarkko Hietaniemi 'A' is not 65 everywhere.
2003-02-19 Chip Salzenberg Support one-parameter unpack(), which unpacks $_.
2002-12-11 Hugo van der Sanden Integrate from maint-5.8 #18156, #18218.
2002-10-28 Nicholas Clark Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot...
2002-10-20 Jarkko Hietaniemi t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
2002-10-12 Nicholas Clark Re: [perl #17772] pack "w" /* this cannot happen ;...
2002-06-30 Nicholas Clark Re: [PATCH] pack 'w' should be using NV, not double
2002-04-12 Nicholas Clark Re: OK, what did I break in unpack?
2002-03-18 Nicholas Clark d_nv_preserves_uv_bits
2002-03-18 Nicholas Clark another pack "w" thing
2002-03-06 Jarkko Hietaniemi IRIX failure with long doubles.
2002-02-22 Jarkko Hietaniemi Implement IV/UV/NV/long double pack/unpack with
2002-02-22 Ilya Zakharevich pack with a human face: part ]|[
2002-02-22 Ilya Zakharevich pack with a human face: the sequel
2002-02-21 Ilya Zakharevich grouping in pack/unpack
2002-02-20 Ulrich Pfeifer Re: [ID 20020220.001] pack w with objects
2002-02-10 Jarkko Hietaniemi EBCDIC: the low 256 needs to be shuffled also
2002-01-27 Jarkko Hietaniemi chr(42) ne '*' if one is in EBCDIC.
2001-12-11 Nicholas Clark slightly more pack tests
2001-12-11 Nicholas Clark _qq pack.t Re: [PATCH] tests for hash assignment
2001-12-11 Nicholas Clark Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
2001-12-10 Michael G. Schwern Re: [PATCH t/op/pack.t] Cleanup
2001-12-10 Michael G. Schwern Cleanup
2001-11-27 David Dyck [ID 20011126.150] t/op/pack patch to fix Useless use...
2001-11-27 Wolfgang Laun unpack P* uses random length for item
2001-11-21 Wolfgang Laun Z*/[AZa]* fails to pack length properly
2001-11-07 Nicholas Clark Re: SunOS 5.8 is FUN! (and not quite ok, either) -...
2001-10-29 Jarkko Hietaniemi Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
2001-10-29 Jarkko Hietaniemi UTF-EBCDIC ain't UTF-8.
2001-10-19 Jarkko Hietaniemi Unpack in scalar context should return the first value
2001-10-01 Jarkko Hietaniemi UNICOS testing patches from Nicholas Clark.
2001-09-24 Jarkko Hietaniemi ok().
2001-09-24 Jarkko Hietaniemi unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test...
2001-09-22 Nicholas Clark Re: scalar context unpack bugs
2001-09-20 Nicholas Clark Re: n questions (was Re: 4 questions about pack/unpack)
2001-09-11 Jarkko Hietaniemi Fix unpack U to be the reverse of pack U
2001-08-28 Michael G. Schwern Adding the failure diagnostic
2001-08-28 Michael G. Schwern Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad...
2001-08-27 Michael G. Schwern Fixing bad testing advice
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-02 Nicholas Clark Re: Fixed pack problem - sort of
2001-06-11 Chris Nandor [MacPerl-Porters] [PATCH] Mac OS Compatability for...
2001-03-19 Nick Ing-Simmons More EBCDIC fixes.
2001-03-07 Jarkko Hietaniemi Major utf8 test reorganisation and rewrite.
2001-02-28 Jarkko Hietaniemi Retract #8865 and #8869, un?pack C now again agree...
2001-02-21 Jarkko Hietaniemi Retract #8875, cannot let go of the old semantics of...
2001-02-21 Jarkko Hietaniemi Make unpack C and unpack U truly equivalent.
2001-02-21 Jarkko Hietaniemi unpack("C", ...) was left slightly unfinished by #8865.
2001-02-21 Jarkko Hietaniemi Make pack("C", 0x100) to create Unicode, unless under the
2000-10-20 Charles Bailey SYN SYN
2000-08-29 Mike Guy Use minimal @INC in tests, most of the time just '...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6252..6260 into mainline
2000-06-28 Simon Cozens Re: [PATCH] pack('U',$foo) doesn't UTF8
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-28 Gurusamy Sarathy fix for missed accounting for null byte in pack("Z...
2000-03-13 Gurusamy Sarathy lexical warnings update for docs and tests (from Paul...
2000-03-03 Jarkko Hietaniemi cosmetics
2000-03-03 Jarkko Hietaniemi detypo
2000-03-02 Jarkko Hietaniemi Further long double patches from Spider Boardman.
2000-03-02 Jarkko Hietaniemi Remove the pack.t kludge introduced to fudge the test
next