about summary refs log tree commit diff
path: root/filters/html-converters/rst2html
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-03-30 13:19:50 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-03-30 13:19:54 +0200
commit87c47488d02fcace4da0d468cd9ddd1651b7949e (patch)
tree845fb40484a1f98e8da1038febc9b975172cb7ee /filters/html-converters/rst2html
parentui-patch: fix crash when using path limit (diff)
downloadcgit-pink-87c47488d02fcace4da0d468cd9ddd1651b7949e.tar.gz
cgit-pink-87c47488d02fcace4da0d468cd9ddd1651b7949e.zip
ui-repolist: properly sort by age
When empty repos exist, comparing them against an existing repo with a
good mtime might, with particular qsort implementations, not sort
correctly, because of this brokenness:

   if (get_repo_modtime(r1, &t) && get_repo_modtime(r2, &t))

However, sorting by the age column works as expected, so anyway, to tidy
things up, we simply reuse that function.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
d>2021-01-27Completely rewrite how manuals are fetched and installedJune McEnroe 2020-12-14Update to man-pages-posix 2017-aJune McEnroe 2020-12-14Update to OpenBSD 6.8June McEnroe 2020-12-14Update to NetBSD 9.1June McEnroe 2020-12-14Update to man-pages 5.09June McEnroe 2020-12-14Update to FreeBSD 12.2June McEnroe 2020-06-08Update to OpenBSD 6.7June McEnroe 2020-05-04Add hack for macOS to search extra man sectionsJune McEnroe 2020-05-04Don't clear MANSECTJune McEnroe