summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.h
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* Zend: fix overflow handling bug in non-x86 fast_add_function()Ard Biesheuvel2013-12-111-2/+7
* permanently deactivate that place, not on runtime onlyAnatol Belski2013-11-201-0/+2
* Fixed bug #64142 (dval to lval different behavior on ppc64)Remi Collet2013-02-111-1/+2
* revertRemi Collet2013-02-051-1/+1
* Fixed bug #64142 (dval to lval different behavior on ppc64)Remi Collet2013-02-041-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* fix bug #54547Stanislav Malyshev2012-05-131-2/+22
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #55644 (Math ops tests fail, diff min int value)Dmitry Stogov2011-09-161-1/+1
* - Zend engine part for bug #55158: Add SORT_NATURAL type to array_multisortDerick Rethans2011-08-291-0/+2
* For 5.4, fix C++-style comments. For trunk, forward-port build fix.Gwynne Raskind2011-08-071-2/+2
* Fix build under Clang 2.9 - see LLVM bug #9164 (http://llvm.org/bugs/show_bug...Gwynne Raskind2011-08-071-0/+8
* - Removed accidental offsetof definitionFelipe Pena2011-07-031-5/+0
* - Fixed compiler warning (redefinition of offsetof)Felipe Pena2011-06-181-0/+2
* MFH: Arithmetic speedup. Inlined most probable code-paths for arithmetic oper...Dmitry Stogov2011-05-311-0/+416
* - Year++Felipe Pena2011-01-011-1/+1
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-7/+7
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH:Matt Wilmas2009-06-041-30/+15
* sync with HEADJani Taskinen2009-05-101-49/+45
* MFH: Fixed bug #45877 (Array key '2147483647' left as string)Matt Wilmas2009-03-181-12/+0
* MFH:Felipe Pena2009-01-051-0/+34
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-4/+4
* fix memnstr bug, by Laurent GaffieStanislav Malyshev2008-08-051-0/+4
* - MFH: Constify read-only argumentsMoriyoshi Koizumi2008-07-241-4/+4
* Optimisation for zend_memnstr when the needle is only a single character. (Pa...Scott MacVicar2008-07-211-0/+4
* MFHAntony Dovgal2008-03-191-1/+1
* MFH: add zend_atol()Antony Dovgal2008-03-191-0/+1
* Reverted memrchr() patch, because it is broken on linux 64-bitDmitry Stogov2008-02-141-5/+0
* Use memrchr() instead of zend_memrchr() if available. (Nuno)Dmitry Stogov2008-02-131-0/+5
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - MFH debug object helperMarcus Boerger2007-10-111-0/+3
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* MFH: Fixed compiler warningsJani Taskinen2007-07-211-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* is_numeric_string() optimizationIlia Alshanetsky2006-12-261-50/+120
* MFHAntony Dovgal2006-12-201-2/+6
* Minor optimization (2-3%) from Brian ShireIlia Alshanetsky2006-12-111-1/+1
* Improve tolower()-related functions on Windows and VC2005 by caching locale a...Stanislav Malyshev2006-12-041-0/+13
* there is no realiable way to detect memrchr() presence because of a mess in g...Antony Dovgal2006-08-081-11/+0
* - Added some docs here so that nobody needs to figure it out once more.Derick Rethans2006-08-081-0/+9
* add zend_memrchr()Antony Dovgal2006-08-081-0/+23
* - MFH as discussedMarcus Boerger2006-05-091-9/+45
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* - MFH add Z_OBJVAL*() macrosMarcus Boerger2005-12-201-0/+3
* MFH: make GCC happy and suppress the warningAntony Dovgal2005-11-171-0/+1
* Allow zend_parse_parameters to handle non-well formed integers, but raiseIlia Alshanetsky2005-11-171-10/+15
* Bump up the yearfoobar2005-08-031-1/+1