lib/fwriting.c

2020-09-24 Thread Tim Rice
On line 24 of lib/fwriting.c we see /* This file is not used on systems that have the __fwritable function, Should that not be __fwriting instead of __fwritable ? -- Tim RiceMultitalents t...@multitalents.net

Re: patch: stdio fix for UnixWare

2020-09-24 Thread Tim Rice
On Thu, 24 Sep 2020, Tim Rice wrote: > > Hi Bruno, > > On Fri, 25 Sep 2020, Bruno Haible wrote: > > > Tim Rice wrote: > > > I've attached a patch to address the fact that UnixWare does not have > > > stdio_ext.h but has some __X() stdio helper functions. > > > > In which header file are they

Re: patch: stdio fiex for UnixWare

2020-09-24 Thread Tim Rice
Hi Paul, On Thu, 24 Sep 2020, Paul Eggert wrote: > On 9/24/20 1:49 PM, Tim Rice wrote: > > Wrap "#include " in HAVE_STDIO_EXT_H insead of HAVE___X > > Shouldn't this also add AC_CHECK_HEADERS_ONCE([stdio_ext.h]) to the > corresponding .m4 files, as fpending.m4 and getpass.m4 already do? Seems

Re: patch: stdio fiex for UnixWare

2020-09-24 Thread Tim Rice
Hi Bruno, On Fri, 25 Sep 2020, Bruno Haible wrote: > Tim Rice wrote: > > I've attached a patch to address the fact that UnixWare does not have > > stdio_ext.h but has some __X() stdio helper functions. > > In which header file are they declared? Can you show these declarations, > please? > >

Re: patch: stdio fiex for UnixWare

2020-09-24 Thread Bruno Haible
Tim Rice wrote: > I've attached a patch to address the fact that UnixWare does not have > stdio_ext.h but has some __X() stdio helper functions. In which header file are they declared? Can you show these declarations, please? Bruno

Re: patch: stdio fiex for UnixWare

2020-09-24 Thread Paul Eggert
On 9/24/20 1:49 PM, Tim Rice wrote: Wrap "#include " in HAVE_STDIO_EXT_H insead of HAVE___X Shouldn't this also add AC_CHECK_HEADERS_ONCE([stdio_ext.h]) to the corresponding .m4 files, as fpending.m4 and getpass.m4 already do?

Re: lib/fbufmode.c

2020-09-24 Thread Tim Rice
Never mind, I can't read today. On Thu, 24 Sep 2020, Tim Rice wrote: > > This does not look right. > --- > 57#elif defined _IOERR/* AIX, HP-UX, IRIX, OSF/1, > Solaris, OpenServer, mingw, MSVC, NonStop Kernel, OpenVMS */ > 58# if defined WINDOWS_OPAQUE_FILE > 59

lib/fbufmode.c

2020-09-24 Thread Tim Rice
This does not look right. --- 57 #elif defined _IOERR/* AIX, HP-UX, IRIX, OSF/1, Solaris, OpenServer, mingw, MSVC, NonStop Kernel, OpenVMS */ 58 # if defined WINDOWS_OPAQUE_FILE 59if (fp_->_flag & 0x100) 60 return _IOFBF; /* Impossible to

patch: stdio fiex for UnixWare

2020-09-24 Thread Tim Rice
I've attached a patch to address the fact that UnixWare does not have stdio_ext.h but has some __X() stdio helper functions. Wrap "#include " in HAVE_STDIO_EXT_H insead of HAVE___X -- Tim RiceMultitalents t...@multitalents.net diff --git a/ChangeLog b/ChangeLog