Mail Archives: djgpp-workers/2001/02/23/17:32:01
On Thu, 22 Feb 2001 09:59:32 +0200 (IST), Eli Zaretskii wrote:
> In a ChangeLog entry, if a change is conditioned by a preprocessing
> symbol, the name of that symbol should appear before the colon, not
> after it. This is correct:
>
> * gettextP.h [O_BINARY]: New macros READ, WRITE,
>
> But this is not:
>
> * libgnuintl.h: [DJGPP] Resolve function name collision.
Ok. Next time.
> > *** gettext-2001-02-05.orig/djgpp/config.sed Thu Jan 1 00:00:00 1970
> > --- gettext-2001-02-05/djgpp/config.sed Fri Feb 16 18:12:28 2001
> > ***************
> > *** 0 ****
> [snip]
> > + s,\\.old\\.,_old.,g\
> > + s,\\.tab\\.c,_tab.c,g\
> > + s,\\.tab\\.h,_tab.h,g\
> > + s,gettext-1,gettext.1,g\
> > + s,gettext-2,gettext.2,g\
> > + s,msgcmp-1,msgcmp.1,g\
> > + s,msgcmp-2,msgcmp.2,g\
>
> Shouldn't this use fnchange.lst file instead of repeating the same
> conversions twice in two different places?
fnchange.lst is used to rename the files during extraction. config.sed
is used to modify the configure script. This modified configure script
will create a DJGPP suitable makefile. Both conversions are need.
- Raw text -