Xiang Xiao
|
779197c63e
|
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-09 08:14:49 -06:00 |
|
YAMAMOTO Takashi
|
b6890df58d
|
Fix a build on macOS
On some platforms like macOS, we can't create an empty archive.
|
2020-01-29 09:03:01 +01:00 |
|
Gregory Nutt
|
d5b6949c9f
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:14:53 -06:00 |
|
Gregory Nutt
|
e1fbe0ba0d
|
apps/platform: A new now for platform-specific applicatin code
|
2013-10-30 09:04:37 -06:00 |
|