summaryrefslogtreecommitdiff
path: root/ext/standard/pack.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-1/+1
|\
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
| * typo fixesVeres Lajos2013-07-151-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | typo fixesVeres Lajos2013-07-151-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Fixed Bug #63738 unpack: back result with Z formatRemi Collet2012-12-111-2/+1
* | - Remove unused variableFelipe Pena2012-08-191-1/+0
* | Fix build on MS WindowsGustavo André dos Santos Lopes2012-04-281-2/+3
* | Merge branch '5.4'Gustavo André dos Santos Lopes2012-04-231-4/+2
|\ \ | |/
| * Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-04-231-4/+2
| |\
| | * Fixed bug #61764: 'I' unpacks n as signed if n > 2^31-1 on LP64Gustavo André dos Santos Lopes2012-04-231-4/+2
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * Fixed a possible memory corruption in pack(). Reported by Stefan EsserDmitry Stogov2010-05-121-0/+12
| * | - Year++Felipe Pena2012-01-011-1/+1
* | | pack() with new "Z" more in line with Perl.Gustavo André dos Santos Lopes2012-04-171-2/+10
* | | Fixed bug #61038; "Z" and better behavior for unpack()theanomaly.is@gmail.com2012-04-171-7/+56
* | | - Year++Felipe Pena2012-01-011-1/+1
|/ /
* | - Year++Felipe Pena2011-01-011-1/+1
* | Fixed a possible memory corruption in pack(). Reported by Stefan EsserDmitry Stogov2010-05-121-0/+12
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+0
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Don't clober variablesIlia Alshanetsky2009-08-241-5/+5
* Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns wrongIlia Alshanetsky2009-05-121-0/+7
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Fix segfaultFelipe Pena2008-06-211-0/+2
* - New parsing parameter API cleanupsDavid Coallier2008-06-201-19/+9
* - New parameter parsing APIFelipe Pena2008-06-201-17/+10
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed memory leak inside pack() (coverity issues #398,#399,#400)Ilia Alshanetsky2007-09-221-0/+3
* Added missing format validator to unpack() functionIlia Alshanetsky2007-06-061-0/+6
* correction for previous fix to bug #38770 (pack/unpack is broken on 64bit)Brian Shire2007-04-031-3/+5
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #38770 (unpack() broken with longs on 64 bit machines).Ilia Alshanetsky2006-11-191-5/+11
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1
* Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to theIlia Alshanetsky2006-01-261-1/+3
* bump year and license versionfoobar2006-01-011-3/+3
* Fixed bug #35817 (unpack() does not decode odd number of hexadecimal values)Ilia Alshanetsky2005-12-281-3/+6
* MFH: fix #35690 (pack() tries to allocate huge memory block when packing floa...Antony Dovgal2005-12-151-0/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* NetWare has pwd.h and removed unwanted check on NEW_LIBC while including param.hAnantha Kesari H Y2005-02-211-6/+0
* Fixed bug #31465 (False warning in unpack() when working with *).Ilia Alshanetsky2005-01-251-1/+3
* Fixed: removed possible integer over-/underflowsStefan Esser2004-11-281-7/+23
* removing unwanted commentAnantha Kesari H Y2004-09-251-1/+0
* fix for bug 27384George Schlossnagle2004-02-241-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-2/+2