bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

files for regular expression in gawk.texi


From: Hirofumi Saito
Subject: files for regular expression in gawk.texi
Date: Tue, 03 Apr 2007 01:33:41 +0900
User-agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.7 Emacs/22.0.96 (arm-sharp-linux-gnu) MULE/5.0 (SAKAKI)

Hello.

In the section 'C.2.2 Porting gawk to a New Operating System' of gawk.texi,
there is a sentence below.

> Thus, you should not change them
> unless it is for a very good reason; i.e., changes are not out of the
> question, but changes to these files are scrutinized extra carefully.
> The files are @file{getopt.h}, @file{getopt.c},
> @file{getopt1.c}, @file{regex.h}, @file{regex.c}, @file{dfa.h},
> @file{dfa.c}, @file{install-sh}, and @file{mkinstalldirs}.

But, regcomp.c, regex_internal.c, regex_internal.h and regexec.c are also 
the external files which we have to scrutinize extra carefully.
Because these files are common files for regular expression which are
used for not only gawk also other tools.

So, is it necessary to include these file names in this sentence?

Regards,

Hirofumi.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]