]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
dcgen cleanup.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Jul 2004 23:59:37 +0000 (23:59 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Jul 2004 23:59:37 +0000 (23:59 +0000)
ChangeLog

index 676ac0346615afc644d46469dc330444b324722c..26a8c80df5027f2d7a30332dca6dde9be9f5bdc0 100644 (file)
--- 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.