summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-08 22:58:18 +0000
committerJim Meyering <jim@meyering.net>1998-01-08 22:58:18 +0000
commitde1dabf7d78bf8c3df624746c57c79012b45fb35 (patch)
tree37aac0c75412c7980144cf06dc88ab7d9297e60d /old/textutils
parent03283b5000bbfb7bf0c7207d57b984a73777f58e (diff)
downloadcoreutils-de1dabf7d78bf8c3df624746c57c79012b45fb35.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 5ef381265..d6a49eb66 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,15 @@
+1998-01-08 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/tac.c (tac_stream): Don't perform arithmetic on now-void pointer
+ result of xrealloc (until recently it was char*).
+
+ * configure.in (AC_CHECK_FUNCS): Add nl_langinfo.
+ * src/sort.c (inittables): Add && HAVE_NL_LANGINFO to the #if-test
+ guarding the nls month-checking code.
+ (nls_numeric_format): Remove unnecessary (and error-evoking w/SunOS' cc)
+ `unsigned' from dcls of text and lim.
+ (main): Cast lconvp->grouping to `unsigned char*' to appease SunOS's cc.
+
1998-01-03 Jim Meyering <meyering@na-net.ornl.gov>
* lib/Makefile.am (AUTOMAKE_OPTIONS): Define to ../src/ansi2knr.