[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Strange error messages from Groff 1.22.3
From: |
Keith Marshall |
Subject: |
Re: [Groff] Strange error messages from Groff 1.22.3 |
Date: |
Sat, 08 Nov 2014 21:05:05 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
On 08/11/14 20:43, Eli Zaretskii wrote:
>> Any chance to have some code in `nonposix.h' to avoid this?
> Please suggest how. do_file more often than not accepts strings given
> by 'const char *', so it is not possible to modify the string itself.
> What else can I do?
Maybe make the *implementation* of dos2unix_filename() conditional?
Such that it would be a no-op, in those cases where it should not
transform its argument? Thus, you could call it unconditionally, and
the conditional implementation would DTRT for each case.
- Re: [Groff] Strange error messages from Groff 1.22.3, (continued)
- Re: [Groff] Strange error messages from Groff 1.22.3, Keith Marshall, 2014/11/20
- Re: [Groff] Strange error messages from Groff 1.22.3, Eli Zaretskii, 2014/11/20
- Re: [Groff] Strange error messages from Groff 1.22.3, Werner LEMBERG, 2014/11/21
- Re: [Groff] Strange error messages from Groff 1.22.3, Ralph Corderoy, 2014/11/21
- Re: [Groff] Strange error messages from Groff 1.22.3, Jones, Larry, 2014/11/21
- Re: [Groff] Strange error messages from Groff 1.22.3, Mike Bianchi, 2014/11/21
- Re: [Groff] Strange error messages from Groff 1.22.3, Eli Zaretskii, 2014/11/22
- Re: [Groff] Strange error messages from Groff 1.22.3, Werner LEMBERG, 2014/11/22
- Re: [Groff] Strange error messages from Groff 1.22.3, Eli Zaretskii, 2014/11/22
- Re: [Groff] Strange error messages from Groff 1.22.3, Keith Marshall, 2014/11/22
- Re: [Groff] Strange error messages from Groff 1.22.3,
Keith Marshall <=
- Re: [Groff] Strange error messages from Groff 1.22.3, Eli Zaretskii, 2014/11/08
Re: [Groff] Strange error messages from Groff 1.22.3, Doug McIlroy, 2014/11/09
Re: [Groff] Strange error messages from Groff 1.22.3, Eli Zaretskii, 2014/11/11