Re: svn commit: r1895508 - in /apr/apr/trunk: dso/win32/ file_io/win32/ locks/win32/ misc/unix/ misc/win32/ network_io/unix/ network_io/win32/ passwd/ shmem/win32/ threadproc/win32/ time/win32/ user/w

2022-01-20 Thread William A Rowe Jr
On Thu, Jan 20, 2022 at 12:49 PM Ivan Zhakov wrote: > > On Thu, 20 Jan 2022 at 00:43, William A Rowe Jr wrote: >> >> On Wed, Jan 19, 2022 at 11:31 AM Yann Ylavic wrote: >> > >> > I'm a bit surprised that _WIN32_WCE used CreateThread() while more >> > recent ones use _beginthreadex(), shouldn't i

Re: svn commit: r1895508 - in /apr/apr/trunk: dso/win32/ file_io/win32/ locks/win32/ misc/unix/ misc/win32/ network_io/unix/ network_io/win32/ passwd/ shmem/win32/ threadproc/win32/ time/win32/ user/w

2022-01-20 Thread Ivan Zhakov
On Thu, 20 Jan 2022 at 00:43, William A Rowe Jr wrote: > On Wed, Jan 19, 2022 at 11:31 AM Yann Ylavic wrote: > > > > I'm a bit surprised that _WIN32_WCE used CreateThread() while more > > recent ones use _beginthreadex(), shouldn't it be the opposite? > > CreateThread() aligns more with the usua

Re: svn commit: r1897209 - in /apr/apr/branches/1.7.x: ./ include/apr_pools.h memory/unix/apr_pools.c

2022-01-20 Thread William A Rowe Jr
On Thu, Jan 20, 2022 at 12:32 PM William A Rowe Jr wrote: > > On Thu, Jan 20, 2022 at 9:44 AM Yann Ylavic wrote: > > > > My bad, re-reading the thread the proposal was a compat apu_ -> apr_ > > layer in APR *util* 1.7.x, yet since apr-util 1.7.0 is released > > already it would be the same kind o

Re: svn commit: r1897209 - in /apr/apr/branches/1.7.x: ./ include/apr_pools.h memory/unix/apr_pools.c

2022-01-20 Thread William A Rowe Jr
On Thu, Jan 20, 2022 at 9:44 AM Yann Ylavic wrote: > > > My bad, re-reading the thread the proposal was a compat apu_ -> apr_ > layer in APR *util* 1.7.x, yet since apr-util 1.7.0 is released > already it would be the same kind of compat issue. No worries. The larger question is about whether to

Re: svn commit: r1896510 - in /apr/apr/branches/1.7.x: ./ file_io/win32/ include/arch/unix/ include/arch/win32/ network_io/os2/ poll/os2/ poll/unix/

2022-01-20 Thread Ivan Zhakov
On Thu, 20 Jan 2022 at 17:39, Ivan Zhakov wrote: > On Fri, 14 Jan 2022 at 18:19, Ivan Zhakov wrote: > >> On Thu, 13 Jan 2022 at 23:37, Ruediger Pluem wrote: >> >>> >>> >>> On 1/13/22 7:04 PM, Ivan Zhakov wrote: >>> > [[ sorry for delayed response ]] >>> > >>> > On Fri, 7 Jan 2022 at 17:33, Yann

Re: svn commit: r1897209 - in /apr/apr/branches/1.7.x: ./ include/apr_pools.h memory/unix/apr_pools.c

2022-01-20 Thread Yann Ylavic
On Thu, Jan 20, 2022 at 4:37 PM Yann Ylavic wrote: > > On Thu, Jan 20, 2022 at 3:56 PM William A Rowe Jr wrote: > > > > On Thu, Jan 20, 2022 at 8:50 AM Eric Covener wrote: > > > > > > > Code that will compile on 1.7.1 release > > > > still won't compile on 1.7.0, unless I misunderstand something

Re: svn commit: r1897209 - in /apr/apr/branches/1.7.x: ./ include/apr_pools.h memory/unix/apr_pools.c

2022-01-20 Thread Yann Ylavic
On Thu, Jan 20, 2022 at 3:56 PM William A Rowe Jr wrote: > > On Thu, Jan 20, 2022 at 8:50 AM Eric Covener wrote: > > > > > Code that will compile on 1.7.1 release > > > still won't compile on 1.7.0, unless I misunderstand something. > > > > Is it a requirement in this direction? > > https://apr.a

Re: svn commit: r1897209 - in /apr/apr/branches/1.7.x: ./ include/apr_pools.h memory/unix/apr_pools.c

2022-01-20 Thread William A Rowe Jr
On Thu, Jan 20, 2022 at 8:50 AM Eric Covener wrote: > > > Code that will compile on 1.7.1 release > > still won't compile on 1.7.0, unless I misunderstand something. > > Is it a requirement in this direction? > https://apr.apache.org/versioning.html says "later versions" That's why I raise the qu

Re: svn commit: r1897209 - in /apr/apr/branches/1.7.x: ./ include/apr_pools.h memory/unix/apr_pools.c

2022-01-20 Thread Eric Covener
> Code that will compile on 1.7.1 release > still won't compile on 1.7.0, unless I misunderstand something. Is it a requirement in this direction? https://apr.apache.org/versioning.html says "later versions"

Re: svn commit: r1897209 - in /apr/apr/branches/1.7.x: ./ include/apr_pools.h memory/unix/apr_pools.c

2022-01-20 Thread William A Rowe Jr
I agree this ticks the ABI compatibility box. I doesn't check the API compatibility box, IMO. Code that will compile on 1.7.1 release still won't compile on 1.7.0, unless I misunderstand something. I'd really like us to start on the 1.7 releases today, but I'd have to vote against this candidate.

Re: svn commit: r1896510 - in /apr/apr/branches/1.7.x: ./ file_io/win32/ include/arch/unix/ include/arch/win32/ network_io/os2/ poll/os2/ poll/unix/

2022-01-20 Thread Ivan Zhakov
On Fri, 14 Jan 2022 at 18:19, Ivan Zhakov wrote: > On Thu, 13 Jan 2022 at 23:37, Ruediger Pluem wrote: > >> >> >> On 1/13/22 7:04 PM, Ivan Zhakov wrote: >> > [[ sorry for delayed response ]] >> > >> > On Fri, 7 Jan 2022 at 17:33, Yann Ylavic wrote: >> >> >> >> Hi Ivan, >> >> >> >> On Fri, Jan 7

Re: svn commit: r1897208 - in /apr/apr/branches/win32-pollset-wakeup-no-file-socket-emulation: file_io/win32/ include/arch/unix/ include/arch/win32/ poll/unix/

2022-01-20 Thread Ivan Zhakov
On Thu, 20 Jan 2022 at 01:00, Yann Ylavic wrote: > On Wed, Jan 19, 2022 at 5:42 PM wrote: > > > > Author: ivan > > Date: Wed Jan 19 16:41:59 2022 > > New Revision: 1897208 > > > > URL: http://svn.apache.org/viewvc?rev=1897208&view=rev > > Log: > > On 'win32-pollset-wakeup-no-file-socket-emulatio