summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1992-11-13 03:21:45 +0000
committerJim Meyering <jim@meyering.net>1992-11-13 03:21:45 +0000
commit46fadc42627bdb626aff2b36cdf235317babe7c2 (patch)
tree1136c974ebfe11d2c7e90f756050c28305227799 /old
parent88b70560464afbc44c6233abbb7375fd5c464124 (diff)
downloadcoreutils-46fadc42627bdb626aff2b36cdf235317babe7c2.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 5de65ae64..a85517017 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,9 @@
Wed Nov 11 18:19:10 1992 Jim Meyering (meyering@hal.gnu.ai.mit.edu)
+ * All files in src: Make all functions and extern variables static.
+ Make all longopts arrays const as well as static.
+ Make a couple statically initialized aggregates `const.'
+
* stty.c (set_mode): Parenthesize expressions with bit operations
to correctly set/reset modes bits.