summaryrefslogtreecommitdiff
path: root/Parser/pgen.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-27780: Make pgen.c C89 compliant (GH-7915)Zachary Ware2018-06-251-2/+3
* make pgen.c C89 compliant again (GH-7870)Benjamin Peterson2018-06-221-1/+2
* [2.7] properly free memory in pgen. (GH-7869) (closes bpo-27780Benjamin Peterson2018-06-221-2/+16
* Silenced compiler warnings.Serhiy Storchaka2016-10-081-2/+3
* Issue #22463: Backport compiler warning fixes and workaroundsMartin Panter2016-06-211-0/+1
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-482/+482
* Coverity issue CID #167Christian Heimes2008-01-181-0/+1
* Fix Coverity 180: Don't overallocate. We don't need structs, but pointers.Neal Norwitz2007-10-121-1/+2
* Fix the code in Parser/ to also compile with C++. This was mostly casts forAnthony Baxter2006-04-111-11/+12
* SF patch #1467512, fix double free with triple quoted string in standard build.Neal Norwitz2006-04-101-9/+15
* Revert previous checkin, the check is for <, not ==. i is unsed in non-debug...Neal Norwitz2006-01-081-2/+5
* Fix icc warnings. This couldn't have been correct since i is checkedNeal Norwitz2006-01-081-5/+2
* Remove a "temporary" piece of code that was probably unneeded sinceGuido van Rossum2003-12-151-7/+0
* Changes from Jonathan Riehl to allow his pgen extension (PEP 269) toGuido van Rossum2003-04-171-0/+5
* compile_atom(): Neal's last checkin removing the setting of i brokeBarry Warsaw2003-02-281-0/+3
* Remove setting i since it isn't used. Found in unrelated bug 690012.Neal Norwitz2003-02-281-3/+0
* Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.cNeal Norwitz2002-05-311-1/+1
* Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it.Neil Schemenauer2002-04-221-0/+1
* The parser doesn't need its own implementation of assert, and having itsTim Peters2001-12-041-1/+1
* Silence parser generator output.Guido van Rossum2001-09-111-3/+4
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Mass ANSIfication.Thomas Wouters2000-07-221-74/+23
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-13/+13
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Make new gcc -Wall happyGuido van Rossum1998-04-101-1/+1
* Another directory quickly renamed.Guido van Rossum1997-04-291-33/+36
* Rename DEBUG macro to Py_DEBUGGuido van Rossum1996-12-301-1/+1
* Make gcc -Wall happyGuido van Rossum1996-12-021-18/+22
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing;Guido van Rossum1994-12-301-3/+3
* Merge back to main trunkGuido van Rossum1994-08-301-1/+1
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added forward declarations.Guido van Rossum1991-04-031-0/+15
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-4/+2
* Initial revisionGuido van Rossum1990-10-141-0/+729