summaryrefslogtreecommitdiff
path: root/Cython/Utility/Overflow.c
Commit message (Expand)AuthorAgeFilesLines
* extract C macro into utility code fileStefan Behnel2015-03-301-0/+7
* Use PY_LONG_LONG instead of 'long long' in utility codeLisandro Dalcin2015-03-291-9/+9
* clean up lots of places where exceptions are being raised to reduce the messa...Stefan Behnel2013-12-061-1/+2
* minor cleanupsStefan Behnel2013-03-091-2/+2
* Minor cleanup.Robert Bradshaw2012-12-281-5/+5
* Fix 32-bit overflow tests, also got rid of some warnings.Robert Bradshaw2012-11-071-3/+3
* More warning suppression, formatting.Robert Bradshaw2012-10-301-3/+7
* Left shift overflow guards.Robert Bradshaw2012-10-251-0/+9
* Overflow initialization checkingRobert Bradshaw2012-10-241-2/+8
* control overflow with a directiveRobert Bradshaw2012-10-241-11/+13
* First pass at int overflow checking.Robert Bradshaw2012-10-241-0/+262