| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Be more systematic about parens in C source code | Paul Eggert | 2024-01-20 | 1 | -1/+1 |
| | | | | | | | | | | Be more systematic about putting space before paren in calls, and in avoiding unnecessary parentheses in macros. This was partly inspired by my wading through gcc -E output while debugging something else, and seeing too many parens. This patch does not change the generated .o files on my platform. | ||||
| * | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
| | | |||||
| * | ; Fix typos | Stefan Kangas | 2023-12-10 | 1 | -3/+3 |
| | | |||||
| * | Move Android port internals documentation to admin/notes | Po Lu | 2023-09-03 | 1 | -0/+1097 |
| * admin/notes/java: New file. Move most of its contents from README, and introduce a section on compatibility. * java/README: Move internals to admin/notes/java. | |||||