summaryrefslogtreecommitdiff
path: root/pp_pack.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Nicholas Clark2004-05-061-11/+0
* Integrate:Nicholas Clark2004-03-221-1/+1
* Refactor VOS patches for bleadperl and perl-5.8.xPaul Green2004-01-261-2/+8
* Integrate:Nicholas Clark2003-10-181-1/+3
* Integrate:Jarkko Hietaniemi2003-05-071-6/+46
* Integrate:Jarkko Hietaniemi2003-05-041-1/+2
* Integrate:Robin Barker2003-05-021-1/+1
* Caught by Mark Lutz in UNICOS: A declaration cannot appearJarkko Hietaniemi2003-04-261-1/+1
* Integrate:LAUN Wolfgang2003-03-171-580/+667
* Integrate:Jarkko Hietaniemi2003-03-021-1/+1
* The first big import towards 5.8.1, @18078. Please do NOTJarkko Hietaniemi2002-11-041-4/+14
* assorted help for older VMS systemsCraig A. Berry2002-06-141-0/+22
* pack 'w' should be using NV, not doubleNicholas Clark2002-05-291-9/+9
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-14/+14
* Re: OK, what did I break in unpack?Nicholas Clark2002-04-121-0/+36
* pp_pack.c - remove SIGFPE on VOSPaul Green2002-04-031-0/+28
* What started as a small nit (the charnames test, nit foundJarkko Hietaniemi2002-04-021-2/+2
* Support Unicode 3.1 names, names without the (XX), and BOM.Jarkko Hietaniemi2002-03-281-2/+6
* pack('w') 64-bit buffer overflowDave Mitchell2002-03-241-1/+1
* Purify: Array bounds read: could read one character past the end.Jarkko Hietaniemi2002-03-231-2/+3
* another pack "w" thingNicholas Clark2002-03-181-13/+9
* more warnings tidyupPaul Marquess2002-03-111-6/+6
* Must have a return.Jarkko Hietaniemi2002-03-051-0/+1
* Implement IV/UV/NV/long double pack/unpack withJarkko Hietaniemi2002-02-221-33/+185
* pack with a human face: part ]|[Ilya Zakharevich2002-02-221-25/+81
* Make measure_struct a file static.Jarkko Hietaniemi2002-02-221-1/+1
* croak() needs context.Jarkko Hietaniemi2002-02-221-30/+30
* pack with a human face: the sequelIlya Zakharevich2002-02-221-14/+186
* grouping in pack/unpackIlya Zakharevich2002-02-211-125/+260
* Add missing Tolkien quotes to *.cAudrey Tang2002-02-201-0/+8
* Forgot from #14790.Jarkko Hietaniemi2002-02-201-2/+21
* Duh.Jarkko Hietaniemi2002-02-131-3/+3
* EBCDIC: the low 256 needs to be shuffled alsoJarkko Hietaniemi2002-02-101-3/+3
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Re: [ID 20011209.005] perl "u2" eats RAMWolfgang Laun2001-12-101-1/+1
* unpack P* uses random length for itemWolfgang Laun2001-11-271-0/+2
* Z*/[AZa]* fails to pack length properlyWolfgang Laun2001-11-211-1/+1
* unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test fromJarkko Hietaniemi2001-09-241-1/+3
* Re: scalar context unpack bugsNicholas Clark2001-09-221-27/+8
* Re: n questions (was Re: 4 questions about pack/unpack) Nicholas Clark2001-09-201-59/+108
* Fix unpack U to be the reverse of pack UJarkko Hietaniemi2001-09-111-1/+13
* Re: Fixed pack problem - sort ofNicholas Clark2001-07-021-1/+0
* Split off the pack/unpack code, from Nicholas Clark.Jarkko Hietaniemi2001-06-181-0/+1825