| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-06-02 | Fix a few more typos I missed in previous round -- BZ 25337 | Paul Pluzhnikov | 1 | -3/+3 | |
| 2023-05-18 | scripts: sort-makefile-lines.py | Carlos O'Donell | 1 | -1/+4 | |
| We must return < 0, 0, or > 0 as the result of the comparison function for cmp_to_key() to work correctly across all comparisons. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org> | |||||
| 2023-05-10 | scripts: Add sort-makefile-lines.py to sort Makefile variables. | Carlos O'Donell | 1 | -0/+160 | |
| The scripts/sort-makefile-lines.py script sorts Makefile variables according to project expected order. The script can be used like this: $ scripts/sort-makefile-lines.py < elf/Makefile > elf/Makefile.tmp $ mv elf/Makefile.tmp elf/Makefile Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org> | |||||
