diff options
author | Jim Meyering <jim@meyering.net> | 1993-05-01 19:59:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-05-01 19:59:02 +0000 |
commit | cd3f5c47d5cc6ff344b763a24b33316d97c92a50 (patch) | |
tree | 1e390ed4648ab27b57efaf89677c2aaeaa940537 /old/textutils/ChangeLog | |
parent | 2ff4fc16721b6caac08c16c851024b51b16a1824 (diff) | |
download | coreutils-cd3f5c47d5cc6ff344b763a24b33316d97c92a50.tar.xz |
merge with 1.4.1
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index de759a0f1..dd191a0f6 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,22 @@ +Thu Apr 29 02:01:27 1993 Jim Meyering (meyering@comco.com) + + * src/*.c and man/*.c except for sort: Add --help and --version + options. + + * pr.c: Convert to use getopt_long. + + * lib/memcmp.c: Use version from glibc. + [WORDS_BIGENDIAN]: Test this instead of the using glibc's + __BYTE_ORDER macro. + * configure.in: Use AC_WORDS_BIGENDIAN to set it. + + * od.c (parse_old_offset): Allow `0X' as well as `0x' prefix to + indicate hex. + + * Makefile.in (dist): Depend on Makefile so that changes to + Makefile.in (like adding new files to DISTRIB) are reflected + in the new distribution. + Fri Apr 23 21:53:47 1993 Jim Meyering (meyering@comco.com) * {lib,src}/Makefile.in [.c.o]: Make CPPFLAGS and CFLAGS follow |