Re: Patch 8.0.1735

2018-04-19 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2018-04-19 15:45 GMT+03:00 Bram Moolenaar : > > Christ van Willegen wrote: > >> On Thu, Apr 19, 2018 at 12:12 PM, Bram Moolenaar wrote: >> > >> > Nikolay Pavlov wrote: >> > >> >> 2018-04-19 0:01 GMT+03:00 Bram Moolenaar : >&

Re: Patch 8.0.1735

2018-04-19 Fir de Conversatie Bram Moolenaar
Christ van Willegen wrote: > On Thu, Apr 19, 2018 at 12:12 PM, Bram Moolenaar wrote: > > > > Nikolay Pavlov wrote: > > > >> 2018-04-19 0:01 GMT+03:00 Bram Moolenaar : > >> > > >> > Patch 8.0.1735 (after 8.0.1723 and 8.0.1730) > >>

Re: Patch 8.0.1735

2018-04-19 Fir de Conversatie James McCoy
On Thu, Apr 19, 2018 at 02:11:45PM +0200, Dominique Pellé wrote: > I'm with Bram here. We'll end up having b_str[] on Linux & macOS > and b_str[1] on more exotic platforms (e.g. HPUX compiler). There might > subtle differences in behavior somewhere as a result, and since we > mostly test on platfo

Re: Patch 8.0.1735

2018-04-19 Fir de Conversatie Dominique Pellé
Christ van Willegen wrote: > Hi, > > On Thu, Apr 19, 2018 at 12:12 PM, Bram Moolenaar wrote: >> >> Nikolay Pavlov wrote: >> >>> 2018-04-19 0:01 GMT+03:00 Bram Moolenaar : >>> > >>> > Patch 8.0.1735 (after 8.0.1723 and 8.0.1730) >>

Re: Patch 8.0.1735

2018-04-19 Fir de Conversatie Christ van Willegen
Hi, On Thu, Apr 19, 2018 at 12:12 PM, Bram Moolenaar wrote: > > Nikolay Pavlov wrote: > >> 2018-04-19 0:01 GMT+03:00 Bram Moolenaar : >> > >> > Patch 8.0.1735 (after 8.0.1723 and 8.0.1730) >> > Problem:Flexible array member feature not supported

Re: Patch 8.0.1735

2018-04-19 Fir de Conversatie Bram Moolenaar
Nikolay Pavlov wrote: > 2018-04-19 0:01 GMT+03:00 Bram Moolenaar : > > > > Patch 8.0.1735 (after 8.0.1723 and 8.0.1730) > > Problem:Flexible array member feature not supported by HP-UX. (John > > Marriott) > > Solution: Do not use the fle

Re: Patch 8.0.1735

2018-04-18 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2018-04-19 0:01 GMT+03:00 Bram Moolenaar : > > Patch 8.0.1735 (after 8.0.1723 and 8.0.1730) > Problem:Flexible array member feature not supported by HP-UX. (John > Marriott) > Solution: Do not use the flexible array member feature of C99. > Files: src/conf

Patch 8.0.1735

2018-04-18 Fir de Conversatie Bram Moolenaar
Patch 8.0.1735 (after 8.0.1723 and 8.0.1730) Problem:Flexible array member feature not supported by HP-UX. (John Marriott) Solution: Do not use the flexible array member feature of C99. Files: src/configure.ac, src/auto/configure, src/structs.h, src/getchar.c