pacman/src
Tobias Stoeckmann 21fe34c3a1 Handle all POSIX compliant systems in mbscasecmp.
The width of wchar_t is allowed to be of the same width as long,
according to standards. The return type of mbscasecmp is int though.

On amd64 with a 32 bit int, this means that mbscasecmp can return
zero (indicating that strings are equal) even though the input
strings differ.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
(cherry picked from commit af83a58574)
2017-05-08 23:27:41 -04:00
..
common Update copyright years for 2016 2016-01-04 13:27:08 +10:00
pacman Handle all POSIX compliant systems in mbscasecmp. 2017-05-08 23:27:41 -04:00
util pacsort help clearly states that files contain inputs to be sorted 2017-05-08 23:27:40 -04:00