diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-31 02:36:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-31 02:36:34 +0000 |
commit | b2ae052c6dd4f22e2b61bfe9144bc9268534d7a4 (patch) | |
tree | f413e3ff6f3a772e57d70d14baa1be9f04caf229 /old | |
parent | 8ee7e2c0c8285fc8b76ec10d2394479397b87280 (diff) | |
download | coreutils-b2ae052c6dd4f22e2b61bfe9144bc9268534d7a4.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 90c2b89f8..8cbf3944b 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,17 @@ Thu May 30 00:07:48 1996 Jim Meyering <meyering@na-net.ornl.gov> + * po/Makefile.in.in (stamp-cat-id): Avoid using temp filename + longer than 14 characters. + (mostlyclean): Likewise. + From Karl Heuer. + + * po/Makefile.in.in ($(PACKAGE).pot): Depend on POTFILES only + when using maintainer mode. Reported by Karl Heuer. + + * po/Makefile.in.in (.po.mo): Reenable dependency and rule. + It is required when using native NLS, e.g. on Solaris. + From Marcus Daniels. + * src/od.c (decode_one_format): Use %lu (not %d) printf format corresponding to unsigned long, SIZE. |