index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sort.c
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-19
Replace call[1-8] with calln
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-08-22
Prefer static_assert to verify
Stefan Kangas
2024-06-04
Spelling fixes
Paul Eggert
2024-05-11
; More coding style fixes
Po Lu
2024-05-11
; Fix coding style in timsort.c
Po Lu
2024-04-30
Pacify GCC 14 -Wnull-dereference in tim_sort
Paul Eggert
2024-04-14
GC-mark temporary key values created when sorting (bug#69709)
Mattias Engdegård
2024-03-29
Speed up `sort` by special-casing the `value<` ordering
Mattias Engdegård
2024-03-29
New `sort` keyword arguments (bug#69709)
Mattias Engdegård
2024-03-29
Add back timsort key function handling (bug#69709)
Mattias Engdegård
2024-01-09
Use `min`/`max` macros in a few more places
Stefan Kangas
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-05-14
Prefer PTRDIFF_WIDTH in sort.c
Paul Eggert
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-05-15
; Fix typos
Stefan Kangas
2022-04-04
Replace list and vector sorting with TIMSORT algorithm
Andrew G Cohen