]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 16 Oct 1997 15:01:58 +0000 (15:01 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 16 Oct 1997 15:01:58 +0000 (15:01 +0000)
old/textutils/ChangeLog

index 27650efb89bb3b9bb5e06a1495b74e8ff6ac3d99..7cd1318e91150e4139cfde12ef1a0f9aa7e87122 100644 (file)
@@ -1,3 +1,17 @@
+1997-10-16  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * 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  <meyering@na-net.ornl.gov>
 
        * src/sort.c: (_NL_ITEM) [!defined]: Define.