| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Pacify GCC 14 -Wnull-dereference in tim_sort | Paul Eggert | 2024-04-30 | 1 | -3/+1 |
| * | GC-mark temporary key values created when sorting (bug#69709) | Mattias Engdegård | 2024-04-14 | 1 | -6/+17 |
| * | Speed up `sort` by special-casing the `value<` ordering | Mattias Engdegård | 2024-03-29 | 1 | -39/+40 |
| * | New `sort` keyword arguments (bug#69709) | Mattias Engdegård | 2024-03-29 | 1 | -6/+8 |
| * | Add back timsort key function handling (bug#69709) | Mattias Engdegård | 2024-03-29 | 1 | -111/+302 |
| * | Use `min`/`max` macros in a few more places | Stefan Kangas | 2024-01-09 | 1 | -2/+1 |
| * | Merge from savannah/emacs-29 | Po Lu | 2024-01-02 | 1 | -1/+1 |
| |\ | |||||
| | * | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
| * | | Prefer PTRDIFF_WIDTH in sort.c | Paul Eggert | 2023-05-14 | 1 | -1/+1 |
| |/ | |||||
| * | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
| * | ; Fix typos | Stefan Kangas | 2022-05-15 | 1 | -1/+1 |
| * | Replace list and vector sorting with TIMSORT algorithm | Andrew G Cohen | 2022-04-04 | 1 | -0/+974 |