summaryrefslogtreecommitdiffstats
path: root/Python/mystrtoul.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings.Neal Norwitz2008-03-281-8/+8
* Fix warnings about using char as an array subscript. This is not portableNeal Norwitz2008-03-271-8/+8
* Finished backporting PEP 3127, Integer Literal Support and Syntax.Eric Smith2008-03-171-6/+54
* Removed duplicate Py_CHARMASK define. It's already defined in Python.h.Eric Smith2008-02-231-8/+0
* Fix #1679: "0x" was taken as a valid integer literal.Georg Brandl2008-01-191-15/+28
* Forward-port of r52136,52138: a review of overflow-detecting code.Armin Rigo2006-10-041-8/+4
* Bug #1521947: possible bug in mystrtol.c with recent gcc.Tim Peters2006-07-271-9/+21
* On 64 bit systems, int literals that use less than 64 bits are now intsNeal Norwitz2006-07-091-0/+11
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-101-1/+1
* A new table to help string->integer conversion was added yesterday toTim Peters2006-05-251-30/+2
* Bug #1334662 / patch #1335972: int(string, base) wrong answers.Tim Peters2006-05-231-88/+178
* Getting rid of support for the ancient Apple MPW compiler.Jack Jansen2003-11-191-2/+0
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-8/+2
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Changes by Mark Hammond for Windows CE. Mostly of the formGuido van Rossum1999-04-071-0/+2
* Chris H. writes:Guido van Rossum1998-12-181-1/+1
* Sigh. The hack to enable special treatment for errno on SGI machinesGuido van Rossum1998-07-071-0/+4
* Address warnings issued by the MSVC++ compilerGuido van Rossum1998-04-101-1/+1
* For base 10, cast unsigned long to long before testing overflow.Guido van Rossum1997-12-151-2/+8
* Oops, missed some renamings.Guido van Rossum1997-05-071-5/+3
* Tweaks to keep the Microsoft compiler quier.Guido van Rossum1997-04-091-1/+1
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Always include config.hGuido van Rossum1996-08-191-2/+0
* Put definition of _REENTRANT in config.hGuido van Rossum1996-08-011-4/+0
* Added _REENTRANT definitionGuido van Rossum1996-07-311-0/+4
* use Py_CHARMASKGuido van Rossum1995-02-101-3/+11
* include rename2.hGuido van Rossum1995-01-171-0/+2
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-4/+12
* New files.Guido van Rossum1993-12-241-0/+156