From b61e6bc352ccea108e8892eb08d33dc68231a6fe Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 28 Jul 2004 23:59:37 +0000 Subject: [PATCH] dcgen cleanup. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.47.2