summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-28 23:59:37 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-28 23:59:37 +0000
commitb61e6bc352ccea108e8892eb08d33dc68231a6fe (patch)
tree4d2540c0d3fc8fab07266c804ed4a44c1611ab33 /ChangeLog
parent488905a239a25ad63b2c3d4f78aadd79dd3a14f7 (diff)
downloadcoreutils-b61e6bc352ccea108e8892eb08d33dc68231a6fe.tar.xz
dcgen cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 676ac0346..26a8c80df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-07-28 Paul Eggert <eggert@cs.ucla.edu>
+ * src/dcgen: Remove comments, trailing white space, and empty
+ lines from the output strings, to save space.
+ Use a narrower type like 'unsigned char' for line lengths, if
+ that will do.
+ Make the output variables static, not extern.
+
* src/chgrp.c (parse_group): Require base 10 when parsing
groups as integers.
(main): int -> bool when appropriate.