Age | Commit message (Collapse) | Author |
|
Ignore editor temporary files when autostyling in:
* rectify_include_paths.py
* rename_c_identifier.py
Obviously correct changes to already-reviewed code.
|
|
Fixes 33192
|
|
Except for src/ext, which we may not want to modify.
Closes ticket 32732.
|
|
We have two sendme.h files at the moment; we should fix that, but
not in this branch.
|
|
For scripts that work with python2, use /usr/bin/python.
Otherwise, use /usr/bin/env python3.
Fixes bug 29913; bugfix on 0.2.5.3-alpha.
|
|
|
|
This will let us move around header files without having to fix up
all the include sites manually.
|