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: i18n, part 2


Hello,

here is the new version.

On Sun, Dec 12, 2004 at 01:31:39PM -0500, Andrew Cagney wrote:
> You might want to consider focusing on these set/show commands, and 
> across all files.  They need to be switched to the add_setshow_..._cmd 
> form vis:

Done for the files modified by this and the previous patches.


> PS: Also recall my suggestion for adding something like _XXX or _FIXME 
> as a way to mark that a string needs to be fixed on a second pass.

I had been trying to do so. I forgot to mention that I marked up the
state2str function that Mark Kettenis had asked about. Do you see any
concrete places where I haven't done that?


With kind regards,
Baurjan.


2004-12-26  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>

	* ada-valprint.c, aix-thread.c, alpha-nat.c, alphabsd-nat.c,
	alphanbsd-tdep.c, amd64-linux-nat.c, amd64-tdep.c,
	amd64bsd-nat.c, amd64fbsd-nat.c, arch-utils.c, arm-linux-nat.c,
	arm-tdep.c, armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c:
	i18n markup.
	* aix-thread.c (_initialize_aix_thread): Get rid of the
	deprecated_add_show_from_set call.
	* alpha-tdep.c (_initialize_alpha_tdep): Ditto.
	* arm-tdep.c (_initialize_arm_tdep): Ditto.
	* command.h (add_setshow_enum_cmd): Add arguments for returning
	new list elements.
	* cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
	* mips-tdep.c (_initialize_mips_tdep): Modify calls to
	add_setshow_enum_cmd.

Attachment: gdb-ibr-intl_02-20041226-0237.diff
Description: Text document


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