summaryrefslogtreecommitdiffstats
path: root/bin/check-implicit-pointer-usage.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix python shebangs. s:/usr/bin/env python:/usr/bin/python:Zac Medico2009-10-111-1/+1
| | | | svn path=/main/trunk/; revision=14573
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+3
| | | | svn path=/main/trunk/; revision=14291
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
| | | | | | (2to3-3.1 -f print -nw ${FILES}) svn path=/main/trunk/; revision=14290
* Fix implicit_pattern to match different quote character found in warningsZac Medico2008-06-211-1/+1
| | | | | | generated by gcc-4.3. Thanks to aballier for reporting with sample log. svn path=/main/trunk/; revision=10753
* translate unicode quotes to ascii ones so we can keep our regex simpleMike Frysinger2007-01-281-3/+4
| | | | svn path=/main/trunk/; revision=5804
* add support for parsing of unicode quotesMike Frysinger2007-01-271-2/+4
| | | | svn path=/main/trunk/; revision=5796
* add support for scanning of build logs for common issues #111436Mike Frysinger2007-01-031-0/+53
svn path=/main/trunk/; revision=5449