bug-gettext
[Top][All Lists]
Advanced

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

Re: Coordination on standardizing gettext() in future POSIX


From: Bruno Haible
Subject: Re: Coordination on standardizing gettext() in future POSIX
Date: Wed, 22 Jan 2020 18:08:28 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-171-generic; KDE/5.18.0; x86_64; ; )

Ulrich Drepper wrote:
> > Do you really like to require SunOS to loose backwads incompatiblity?
>
> Overly dramatic.  You just need one mode that is POSIX compatible. Many GNU
> tools use POSIXLY_CORRECT_

The Solaris practice for keeping backward compatibility despite new evolutions
of the standards is to use /usr/xpg[457] directories. For example:
  /usr/xpg4/bin/sh      != /usr/bin/sh
  /usr/xpg6/bin/ls      != /usr/bin/ls
  /usr/xpg7/bin/getconf != /usr/bin/getconf

There could be a /usr/xpg8/bin/gettext if POSIX gettext(1) ends up specifying
a different behaviour than the current Solaris implementation has.

Bruno




reply via email to

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