.
authorJim Meyering <jim@meyering.net>
Wed, 25 Jan 1995 04:32:58 +0000 (04:32 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 25 Jan 1995 04:32:58 +0000 (04:32 +0000)
old/textutils/ChangeLog

index 79ef0a4a7b95473f0ec9ed19abe683634e66770f..09647284b014a202d344c5dc3e6b569d05278ec9 100644 (file)
@@ -1,12 +1,33 @@
+Tue Jan 24 22:18:19 1995  Jim Meyering  (meyering@comco.com)
+
+       * fmt.c (copy_rest): Replace `||' with `&&'.  Before, a paragraph
+       not followed by a newline would be followed by data copied from
+       uninitialized storage.  Repeat by `printf abc|fmt|od -ac'.
+       Reported by Franc,ois Pinard.
+
+       * od.c: Rename macros with FP_ prefix.  Use FLOAT_ instead.
+       AIX-2.2.1 declares a typedef, FP_DOUBLE, that conflicted.
+       Be careful to use off_t instead of explicit `unsigned long'.
+       Otherwise, systems like 4.4BSD lose on calls to fseek that
+       expect off_t (which is long long on that system).
+       (parse_old_offset): Use xstrtoul
+       (main): Likewise.
+
+       * src/Makefile.in (od.o, tail.o): Depend on ../lib/strtol.h.
+
 Mon Dec 19 22:13:55 1994  Jim Meyering  (meyering@comco.com)
 
+       * tail.c (numerous functions): Give char* filename arguments the
+       const attribute.
+
        * lib/Makefile.in (SOURCES): Remove xwrite.c.  It was no longer used.
        Add xstrtol.c and xstrtoul.c.
        (OBJECTS): Likewise for .o files.
        (DISTFILES): Add error.h and xstrtol.h and xstrtoul.h.
 
        * lib/Makefile.in (DISTFILES): Remove safe-xstat.cin.
-       Remove all related dependencies.
+       (distclean): Remove references to safe-l?stat.c.
+       Remove all related rules and dependencies.
 
        * src/Makefile.in: $(OBJECTS): Depend on ../lib/error.h.