summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1992-11-13 03:36:55 +0000
committerJim Meyering <jim@meyering.net>1992-11-13 03:36:55 +0000
commitceda697482339c94618ad1cbd3ab79259f1991d9 (patch)
treeeda2bb5b5a7041baa29007f6a48c387da5879596 /old
parent46fadc42627bdb626aff2b36cdf235317babe7c2 (diff)
downloadcoreutils-ceda697482339c94618ad1cbd3ab79259f1991d9.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index a85517017..2666abf0d 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -4,6 +4,9 @@ Wed Nov 11 18:19:10 1992 Jim Meyering (meyering@hal.gnu.ai.mit.edu)
Make all longopts arrays const as well as static.
Make a couple statically initialized aggregates `const.'
+ * echo.c (main), su.c (restricted_shell): Add parentheses to
+ assignment statements used in boolean context.
+
* stty.c (set_mode): Parenthesize expressions with bit operations
to correctly set/reset modes bits.