summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-16 15:01:58 +0000
committerJim Meyering <jim@meyering.net>1997-10-16 15:01:58 +0000
commit1bcc596ada88ccfbfc7ed9a4d13551418827a3a5 (patch)
tree4f71505f86e9e6d179aef23a5b8172f046a82f37 /old/textutils
parentf015b15dc90809c791e597b671bfc5ee7ea4b405 (diff)
downloadcoreutils-1bcc596ada88ccfbfc7ed9a4d13551418827a3a5.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 27650efb8..7cd1318e9 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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.