Xiang Xiao
|
a8de37fbec
|
Ensure all source code end with one and only one newline
by this command:
git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
|
2020-02-08 07:25:56 -06:00 |
|
Gregory Nutt
|
947191780f
|
tools: Trivial. define _GNU_SOURCE to be 1, don't just define it.
|
2018-01-30 11:08:18 -06:00 |
|
Gregory Nutt
|
8956a6001f
|
tools/logparser.c: A few more minor enhancements. Also add #define _GNU_SOURCE to all C files that call asprintf()
|
2018-01-29 13:13:29 -06:00 |
|
Gregory Nutt
|
4b44a84bc9
|
tools/logparser.c: Fix some issues, improve output a little.
|
2018-01-29 11:51:43 -06:00 |
|
Gregory Nutt
|
fce345113f
|
tools/logparser: Add a tool which (when it matures) will help me to convert git logs to ChangeLog format.
|
2018-01-29 10:50:14 -06:00 |
|