*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 23 Mar 1998 23:13:24 +0000 (23:13 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 23 Mar 1998 23:13:24 +0000 (23:13 +0000)
old/textutils/ChangeLog

index b475cdc..7707cdf 100644 (file)
@@ -1,3 +1,21 @@
+1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
+
+       * acconfig.h: Remove HAVE_INTTYPES_H, now that m4/inttypes_h.m4
+       automatically handles it.
+
+1998-03-19  Jim Meyering  <meyering@eng.ascend.com>
+
+       * src/system.h (SCHAR_MIN): Define.
+       (SHRT_MIN): Define.
+       od.c needs these when compiling with NCR's R2.0c C compiler.
+       (TYPE_MAXIMUM): Cast result to `(t)' so this macro works with
+       `unsigned char'.
+       From Greg Wooledge.
+
+1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
+
+       * src/tail.c (tail_file): Merge largely-duplicated blocks of code.
+
 1998-03-03  Paul Eggert  <eggert@twinsun.com>
 
        * src/sort.c (xtmpfopen): Open temporary file exclusively, to