-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi,
How best do I determine in my code whether I'm using gnulib's
getopt_long, or the system library (potentially glibc)'s? That is, I
want to know whether I ought to be passing in a char ** or a
char*const*, whilst avoiding warnings and the like.
Eric Blake wrote:
> Would it perhaps be worth rendering this as:
>
> _("`Servname' not supported for `ai_socktype'")
>
> further emphasizing the literalness of the parameter names?
IMO, this goes against the sense of quotes: Quoting usually highlights
a literal value, not a variable name. If a f
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Eric Blake wrote:
> According to Micah Cowan on 10/25/2007 10:13 AM:
>> +/* TRANSLATORS: Servname and ai_socktype are formal parameter names,
>> + and should not be translated. */
>> { EAI_SERVICE, N_("Servname not supported for ai_soc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Micah Cowan on 10/25/2007 10:13 AM:
> +/* TRANSLATORS: Servname and ai_socktype are formal parameter names,
> + and should not be translated. */
> { EAI_SERVICE, N_("Servname not supported for ai_socktype") },
Would it perh
---
ChangeLog |6 ++
lib/gai_strerror.c |2 ++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 3ed561c..1fdf097 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-25 Micah Cowan <[EMAIL PROTECTED]>
+
+ * lib/gai_s
Bruno Haible <[EMAIL PROTECTED]> writes:
> Ralf Wildenhues wrote:
>> On Tru64 4.0D, /usr/include.dtk/math.h declares round, roundf and
>> roundl, but I can't find a library that defines them. Same thing for
>> roundf and roundl and respective tests.
>>
>> This causes link failures for the test-r
Simon Josefsson <[EMAIL PROTECTED]> writes:
> Eric Blake <[EMAIL PROTECTED]> writes:
>
>> According to Clytie Siddall on 10/24/2007 2:37 AM:
>>>
>>> 2.
>>>
>>> #: lib/gai_strerror.c:52
>>> msgid "Servname not supported for ai_socktype"
>>>
>>> "Servname" is ambiguous: "Service name" or "Server
[EMAIL PROTECTED] (Karl Berry) writes:
> Simon, Eric -- if you would like to be dubbed official maintainers of
> gnulib, let me know and I will ask rms to do so. I trust none of the
> present maintainers object (I surely don't). I also don't see that it
> makes a practical difference in this cas
Eric Blake <[EMAIL PROTECTED]> writes:
> According to Clytie Siddall on 10/24/2007 2:37 AM:
>>
>> 2.
>>
>> #: lib/gai_strerror.c:52
>> msgid "Servname not supported for ai_socktype"
>>
>> "Servname" is ambiguous: "Service name" or "Server name"? You may well
>> get inaccurate translations.
>
>
Ralf Wildenhues wrote:
> On Tru64 4.0D, /usr/include.dtk/math.h declares round, roundf and
> roundl, but I can't find a library that defines them. Same thing for
> roundf and roundl and respective tests.
>
> This causes link failures for the test-round* tests:
Confirmed. It affects only round*.
Simon Josefsson <[EMAIL PROTECTED]> wrote:
> Jim Meyering <[EMAIL PROTECTED]> writes:
>
>> Simon Josefsson <[EMAIL PROTECTED]> wrote:
>>> Anyway, I think it should be up to the coreutils maintainers what to do
>>> here.
>>
>> If someone is interested in proposing small patches to coreutils'
>> Make
Jim Meyering <[EMAIL PROTECTED]> writes:
> Simon Josefsson <[EMAIL PROTECTED]> wrote:
>> Anyway, I think it should be up to the coreutils maintainers what to do
>> here.
>
> If someone is interested in proposing small patches to coreutils'
> Makefile.maint, in an attempt to unify things, without r
12 matches
Mail list logo