public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix defect in sort-makefile-lines.py
@ 2023-05-18 13:03 Carlos O'Donell
  2023-05-18 13:03 ` [PATCH 1/5] scripts: sort-makefile-lines.py Carlos O'Donell
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Carlos O'Donell @ 2023-05-18 13:03 UTC (permalink / raw)
  To: libc-alpha, siddhesh; +Cc: Carlos O'Donell

A defect in sort-makefile-lines.py failed to correctly handle the
less-than case in the custom sorting function. Correcting this requires
updating elf, misc, stdio-common, and wcsmbs Makefiles. The udpated
sorting shows that bug23-N.c and scanfNa are sorted inconsistently and
need to be renamed as suggested in the sorting rules.

Carlos O'Donell (5):
  scripts: sort-makefile-lines.py
  elf: Adjust tests in Makefile.
  stdio-common: Adjust tests in Makefile
  misc: Reformat Makefile.
  wcsmbs: Reformat Makefile.

 elf/Makefile                           | 20 ++++++------
 misc/Makefile                          |  6 ++--
 scripts/sort-makefile-lines.py         |  5 ++-
 stdio-common/Makefile                  | 44 +++++++++++++-------------
 stdio-common/{bug23-2.c => bug27.c}    |  0
 stdio-common/{bug23-3.c => bug28.c}    |  0
 stdio-common/{bug23-4.c => bug29.c}    |  0
 stdio-common/{scanf14a.c => scanf18.c} |  0
 stdio-common/{scanf16a.c => scanf19.c} |  0
 wcsmbs/Makefile                        |  2 +-
 10 files changed, 40 insertions(+), 37 deletions(-)
 rename stdio-common/{bug23-2.c => bug27.c} (100%)
 rename stdio-common/{bug23-3.c => bug28.c} (100%)
 rename stdio-common/{bug23-4.c => bug29.c} (100%)
 rename stdio-common/{scanf14a.c => scanf18.c} (100%)
 rename stdio-common/{scanf16a.c => scanf19.c} (100%)

-- 
2.40.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-05-18 16:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-18 13:03 [PATCH 0/5] Fix defect in sort-makefile-lines.py Carlos O'Donell
2023-05-18 13:03 ` [PATCH 1/5] scripts: sort-makefile-lines.py Carlos O'Donell
2023-05-18 15:56   ` Siddhesh Poyarekar
2023-05-18 16:53     ` Carlos O'Donell
2023-05-18 13:03 ` [PATCH 2/5] elf: Adjust tests in Makefile Carlos O'Donell
2023-05-18 16:05   ` Siddhesh Poyarekar
2023-05-18 13:03 ` [PATCH 3/5] stdio-common: " Carlos O'Donell
2023-05-18 16:05   ` Siddhesh Poyarekar
2023-05-18 13:03 ` [PATCH 4/5] misc: Reformat Makefile Carlos O'Donell
2023-05-18 16:06   ` Siddhesh Poyarekar
2023-05-18 13:03 ` [PATCH 5/5] wcsmbs: " Carlos O'Donell
2023-05-18 16:06   ` Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).