summaryrefslogtreecommitdiff
path: root/src/sort.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-08-22Prefer static_assert to verifyStefan Kangas
2024-06-04Spelling fixesPaul Eggert
2024-05-11; More coding style fixesPo Lu
2024-05-11; Fix coding style in timsort.cPo Lu
2024-04-30Pacify GCC 14 -Wnull-dereference in tim_sortPaul Eggert
2024-04-14GC-mark temporary key values created when sorting (bug#69709)Mattias Engdegård
2024-03-29Speed up `sort` by special-casing the `value<` orderingMattias Engdegård
2024-03-29New `sort` keyword arguments (bug#69709)Mattias Engdegård
2024-03-29Add back timsort key function handling (bug#69709)Mattias Engdegård
2024-01-09Use `min`/`max` macros in a few more placesStefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-05-14Prefer PTRDIFF_WIDTH in sort.cPaul Eggert
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-05-15; Fix typosStefan Kangas
2022-04-04Replace list and vector sorting with TIMSORT algorithmAndrew G Cohen