[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Minor DJGPP specific fixes for texinfo-4.0d
From: |
Eli Zaretskii |
Subject: |
Re: Minor DJGPP specific fixes for texinfo-4.0d |
Date: |
Tue, 27 Nov 2001 22:39:39 +0200 |
> From: "Juan Manuel Guerrero" <address@hidden>
> Date: Tue, 27 Nov 2001 19:58:19 +0100
>
> In makeinfo.c I have found char *find_and_load (filename) and this
> function opens the file in binary mode.
Indeed. Karl, do you remember why was this change made? I don't see
anything in the ChangeLog about adding O_BINARY to the `open' call in
find_and_load.
It seems that it was changed between 4.0a and 4.0c (I don't have 4.0b
where I type this).