summaryrefslogtreecommitdiff
path: root/tools/preprocess.sh
AgeCommit message (Collapse)Author
2024-12-15Use iconv from Homebrew on macOS (#2374)cadmic
* Use iconv from Homebrew on macOS * Use `brew --prefix`
2024-10-24Remove hardcoded bash location in tools/preprocess.sh (#2280)Charles Averill
* Remove hardcoded bash location in tools/preprocess.sh * Add more tolerant shebang to tools/preprocess.sh
2024-09-26Fix typos found by codespell (#2229)cadmic
2024-08-14Rewrite preprocess.py with bash and C (#2035)Dragorn421
* add C preprocess_pragmas and Bash preprocess * "line return" -> newline * align tools sources * fix: handle files that are not newline-terminated * use a temp directory with a same-basename file instead of a temp file * macos compat * remove debug code