]> git.ipfire.org Git - thirdparty/coreutils.git/commit
sort: fix thousands grouping handling on single byte locales
authorPádraig Brady <P@draigBrady.com>
Thu, 28 Dec 2023 00:02:42 +0000 (00:02 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 29 Dec 2023 18:04:36 +0000 (18:04 +0000)
commit9e67ccd745d08aff1cf9fa2911ec63e7ffd31be4
tree09038779fc3a507063314e327bf693cbfc877225
parent76ec516242679372f2c9891770335db17cbd9f7e
sort: fix thousands grouping handling on single byte locales

* gl/lib/strnumcmp-in.h (numcompare): After commit v9.0-8-g6cafb122f,
we need to treat characters as signed to avoid invalid comparisons
between negative integers and unsigned characters.
* NEWS: Mention the bug fix.
NEWS
gl/lib/strnumcmp-in.h