summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-07 19:25:40 +0000
committerJim Meyering <jim@meyering.net>1996-12-07 19:25:40 +0000
commitd2ad9d8cf4f6df09a68ed44abdefcff260ba00db (patch)
treece215a9d9c0ba3080e73ce5bfe27eaa456cb39ec /old/sh-utils/ChangeLog
parent0ccd71dd94a8d3978e6b340155100d4ab2416e12 (diff)
downloadcoreutils-d2ad9d8cf4f6df09a68ed44abdefcff260ba00db.tar.xz
.
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r--old/sh-utils/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 0c5c7ed68..bade7498a 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,7 @@
Sat Dec 7 12:52:00 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * configure.in (ALL_LINGUAS): Add Portuguese (pt).
+
* lib/getloadavg.c [__SVR4]: Define SVR4.
Remove duplicate `|| defined(SVR4)' disjunct guarding the
#define KERNEL_FILE "/unix" definiton.
@@ -7,12 +9,12 @@ Sat Dec 7 12:52:00 1996 Jim Meyering <meyering@na-net.ornl.gov>
* configure.in (jm_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL): Use this variant
of the AM_ prefixed macro.
(check for TIOCGWINSZ in sys/pty): In essence, require
- jm_HEADER_TIOCGWINSZ_IN_TERMIOS_H so that
+ jm_HEADER_TIOCGWINSZ_IN_TERMIOS_H so that
$jm_cv_sys_tiocgwinsz_needs_termios_h (renamed from
$gwinsz_in_termios_h) is defined.
* lib/strftime.c (strftime): Remove " %Z" part of format for %c.
- Suggestion from Paul Eggert.
+ Correction from Paul Eggert.
Fri Dec 6 20:52:07 1996 Jim Meyering <meyering@na-net.ornl.gov>