summaryrefslogtreecommitdiffstats
path: root/bin/check-implicit-pointer-usage.py
Commit message (Expand)AuthorAgeFilesLines
* Use encoded byte strings with python-2.x, since the python ebuilds areZac Medico2010-01-291-10/+14
* Fix output handling to avoid potential UnicodeEncodeError. (trunk r15196)Zac Medico2010-01-291-3/+9
* Fix unicode quote handling to work with python3. (trunk r15195)Zac Medico2010-01-291-4/+16
* Avoid portage import in order to avoid a potential sandbox violation ifZac Medico2010-01-291-3/+1
* Avoid potential UnicodeDecodeError with Python 3. Reported by devurandom.Zac Medico2010-01-291-1/+6
* Fix python shebangs. s:/usr/bin/env python:/usr/bin/python: (trunk r14573)Zac Medico2009-10-111-1/+1
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+3
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Fix implicit_pattern to match different quote character found in warningsZac Medico2008-06-211-1/+1
* translate unicode quotes to ascii ones so we can keep our regex simpleMike Frysinger2007-01-281-3/+4
* add support for parsing of unicode quotesMike Frysinger2007-01-271-2/+4
* add support for scanning of build logs for common issues #111436Mike Frysinger2007-01-031-0/+53