]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(look_for_fraction): Patch from Orn Hansen.
authorJim Meyering <jim@meyering.net>
Thu, 16 Oct 1997 14:54:58 +0000 (14:54 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 16 Oct 1997 14:54:58 +0000 (14:54 +0000)
commitf015b15dc90809c791e597b671bfc5ee7ea4b405
tree7b877b853d351c774f0d65064b3e60c487141eb9
parente803da432b7a16c6387df90cc2670a8a25175a88
(look_for_fraction): Patch from Orn Hansen.
(getmonth): Compare the two month names only to the length of the
string in the month table.  Patch from Orn Hansen.
(NLS_STRNCMP): New macro.
(strncoll_s2_readonly): New function.
(inittables): Don't use temporary `comp' to hide type of comparator function.
(nls_sort_month_comp): Declare parameters to be void* to match
comparator function type required for qsort.
(getmonth): Use NLS_STRNCMP rather than #ifdef.
Use do-while, rather than while-loop.
src/sort.c