diff options
author | Jim Meyering <jim@meyering.net> | 1994-12-20 04:15:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-12-20 04:15:30 +0000 |
commit | a09358fc2c238755031886d7c2d60688f3d9b293 (patch) | |
tree | 8d1370ccf5e0a8bbfa41a09f32f75759146ac760 | |
parent | c5811b6a269bc6c10d4a6f160eb742fa5ceeacbd (diff) | |
download | coreutils-a09358fc2c238755031886d7c2d60688f3d9b293.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 952a7b973..1cbde466e 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,24 @@ +Mon Dec 19 22:13:55 1994 Jim Meyering (meyering@comco.com) + + * 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. + +Thu Dec 15 23:14:04 1994 Jim Meyering (meyering@comco.com) + + * tail.c (tail_file): Fix call to error with %s in format, but + no corresponding argument. + + * src/*.c: Include "error.h" instead of simply declaring + `void error ();'. + * od.c (main): Use %lu, not %d for unsigned long. + (my_strtoul, uint_fatal_error): Remove functions. Use xstrtoul + and STRTOL_FATAL_ERROR instead. + Sun Dec 11 17:24:09 1994 Jim Meyering (meyering@comco.com) * sort.c (main): Fix interpretation of field offsets when specified |