Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file2string: mark question mark as non-safe | Bin Jin | 2015-11-05 | 1 | -2/+2 |
| | | | | | Escaping all question marks as well, they can be used to form trigraph characters which are effective even within string literal. | ||||
* | Port several python scripts to Perl | Kovensky | 2012-11-08 | 1 | -0/+24 |
file2string.pl and vdpau_functions.pl are direct ports. matroska.py was reimplemented as the Parse::Matroska module in CPAN, and matroska.pl was made a client of Parse::Matroska. A copy of Parse::Matroska is included in TOOLS/lib, and matroska.pl looks there first when trying to load the module. osxbundle.py was not ported since I have no means to verify it. Python is always available on OSX though, so there is no harm in removing the check for it on configure. |