summaryrefslogtreecommitdiff
path: root/src/sort.c
Commit message (Expand)AuthorAge
* Pacify GCC 14 -Wnull-dereference in tim_sortPaul Eggert2024-04-30
* GC-mark temporary key values created when sorting (bug#69709)Mattias Engdegård2024-04-14
* Speed up `sort` by special-casing the `value<` orderingMattias Engdegård2024-03-29
* New `sort` keyword arguments (bug#69709)Mattias Engdegård2024-03-29
* Add back timsort key function handling (bug#69709)Mattias Engdegård2024-03-29
* Use `min`/`max` macros in a few more placesStefan Kangas2024-01-09
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Prefer PTRDIFF_WIDTH in sort.cPaul Eggert2023-05-14
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix typosStefan Kangas2022-05-15
* Replace list and vector sorting with TIMSORT algorithmAndrew G Cohen2022-04-04