summaryrefslogtreecommitdiff
path: root/Python/mystrtoul.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-1/+1
* Issue #25923: Added the const qualifier to static constant arrays.Serhiy Storchaka2015-12-251-3/+3
* Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-12/+12
* Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou2013-08-131-5/+5
* Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...Antoine Pitrou2013-02-091-3/+3
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-220/+220
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-281-8/+8
* Merged revisions 61964-61979 via svnmerge fromChristian Heimes2008-03-281-8/+8
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-8/+0
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-191-3/+42
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-18/+46
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-8/+4
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-10/+33
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-88/+150
* 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