From: Paul Eggert Date: Wed, 28 Jul 2004 23:59:37 +0000 (+0000) Subject: dcgen cleanup. X-Git-Tag: v5.3.0~1028 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b61e6bc352ccea108e8892eb08d33dc68231a6fe;p=thirdparty%2Fcoreutils.git dcgen cleanup. --- diff --git a/ChangeLog b/ChangeLog index 676ac03466..26a8c80df5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2004-07-28 Paul Eggert + * 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.