*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 8 Jan 1998 22:58:18 +0000 (22:58 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 8 Jan 1998 22:58:18 +0000 (22:58 +0000)
old/textutils/ChangeLog

index 5ef3812651bea1166ca89bbdeea7bf70d05280ce..d6a49eb665d06f3ff2ba0afeef6cb12fecb4f55b 100644 (file)
@@ -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.