This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: next gettextization step


Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* main.c: Marked all strings with _().
	* configure: Rebuilt.
	* configure.in (PACKAGE): New subst.
	(AC_OUTPUT): Create po/Makefile.in and po/Makefile.
	(SUBDIRS): Added po.
	* po/gdb.pot: New file.
	* po/POTFILES.in: New file.
	* po/.cvsignore: New file.
	* po/Make-in: New file.

Tom,

If I understand things correctly, the main.c change can go in without the po/ change? The configure.in patch can also be split in two leaving out the po/ part?

If this is correct then those parts are free to go in.

I'd like to see the po/ directory issues resolved (I've sent an e-mail to binutils) before that is also created.

enjoy,
Andrew

PS: Every single printf_filtered() will need the change. printf() and fprintfs() however should be considered illegal - they need to be changed to printf_filtered()s.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]