From: Jim Meyering Date: Wed, 25 Jan 1995 04:32:58 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~339 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=293530a4c8bceea8fc6c96fef3b4356538cf82a2;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 79ef0a4a7b..09647284b0 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -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.