aboutsummaryrefslogtreecommitdiffstats
path: root/src/sort.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-01-19Replace call[1-8] with callnStefan Kangas1-2/+2
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-08-22Prefer static_assert to verifyStefan Kangas1-1/+1
2024-06-04Spelling fixesPaul Eggert1-1/+1
2024-05-11; More coding style fixesPo Lu1-3/+3
2024-05-11; Fix coding style in timsort.cPo Lu1-9/+11
2024-04-30Pacify GCC 14 -Wnull-dereference in tim_sortPaul Eggert1-3/+1
2024-04-14GC-mark temporary key values created when sorting (bug#69709)Mattias Engdegård1-6/+17
2024-03-29Speed up `sort` by special-casing the `value<` orderingMattias Engdegård1-39/+40
2024-03-29New `sort` keyword arguments (bug#69709)Mattias Engdegård1-6/+8
2024-03-29Add back timsort key function handling (bug#69709)Mattias Engdegård1-111/+302
2024-01-09Use `min`/`max` macros in a few more placesStefan Kangas1-2/+1
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-05-14Prefer PTRDIFF_WIDTH in sort.cPaul Eggert1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-05-15; Fix typosStefan Kangas1-1/+1
2022-04-04Replace list and vector sorting with TIMSORT algorithmAndrew G Cohen1-0/+974