summaryrefslogtreecommitdiff
path: root/src/arithmetic.h
AgeCommit message (Expand)Author
2014-04-06renamed src directory to zend directory, disabled TSRM debug codeEmiel Bruijntjes
2014-03-15removed HardCoded class because it turned out to be too difficult to implemen...Emiel Bruijntjes
2014-03-15added empty() function, and added HardCoded classEmiel Bruijntjes
2014-03-14Value::numericValue() now returns a int64_t, and no longer a longEmiel Bruijntjes
2013-10-20long types have been replaced with int16, int32 and int64 types to make code ...Emiel Bruijntjes