From: Jim Meyering Date: Thu, 16 Oct 1997 15:01:58 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_22c~243 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bcc596ada88ccfbfc7ed9a4d13551418827a3a5;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 27650efb89..7cd1318e91 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,17 @@ +1997-10-16 Jim Meyering + + * src/sort.c (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. + 1997-10-14 Jim Meyering * src/sort.c: (_NL_ITEM) [!defined]: Define.