Re: apr 1.4.3, apr-util 1.3.11

2011-03-23 Thread Jeff Trawick
On Mon, Mar 14, 2011 at 10:59 AM, Jeff Trawick traw...@gmail.com wrote: On Mon, Mar 14, 2011 at 9:02 AM, Bert Huijben b...@qqmail.nl wrote: Repeating my requests from last year: I would really like to see r960665 ported back and released in the next release to fix this Apr issue, before

Re: apr 1.4.3, apr-util 1.3.11

2011-03-23 Thread William A. Rowe Jr.
On 3/23/2011 7:02 AM, Jeff Trawick wrote: On Mon, Mar 14, 2011 at 10:59 AM, Jeff Trawick traw...@gmail.com wrote: On Mon, Mar 14, 2011 at 9:02 AM, Bert Huijben b...@qqmail.nl wrote: Repeating my requests from last year: I would really like to see r960665 ported back and released in the next

Re: svn commit: r1084621 - in /apr/apr/trunk/xml: apr_xml.c apr_xml_expat.c apr_xml_internal.h apr_xml_libxml2.c

2011-03-23 Thread Jeff Trawick
On Wed, Mar 23, 2011 at 12:01 PM, n...@apache.org wrote: Author: niq Date: Wed Mar 23 16:01:12 2011 New Revision: 1084621 URL: http://svn.apache.org/viewvc?rev=1084621view=rev Log: Decouple apr_xml from reliance on Expat Build with expat and it's effectively unchanged. The alternative

[PATCH] tweak recent oracle-dbd-on-big-endian fix

2011-03-23 Thread Jeff Trawick
I was looking at http://svn.apache.org/viewvc?view=revisionrevision=1065258 in consideration of getting it in apr-util 1.3.11 and in doing some research (finally found http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28395/ociaahan.htm#sthref5358) I realized there's a signed-ness issue

Re: [PATCH] tweak recent oracle-dbd-on-big-endian fix

2011-03-23 Thread Stefan Ruppert
Jeff, no there was no reason why I used the apr_int16_t type. I was only happy that I got the oracle driver on AIX working and did not go further into details... So go ahead! Regards, Stefan On 23.03.2011 19:01, Jeff Trawick wrote: I was looking at

Re: apr 1.4.3, apr-util 1.3.11

2011-03-23 Thread Stefan Ruppert
On 23.03.2011 13:02, Jeff Trawick wrote: On Mon, Mar 14, 2011 at 10:59 AM, Jeff Trawicktraw...@gmail.com wrote: On Mon, Mar 14, 2011 at 9:02 AM, Bert Huijbenb...@qqmail.nl wrote: Repeating my requests from last year: I would really like to see r960665 ported back and released in the next

Re: apr 1.4.3, apr-util 1.3.11

2011-03-23 Thread Jeff Trawick
On Wed, Mar 23, 2011 at 2:56 PM, Stefan Ruppert s...@myarm.com wrote: On 23.03.2011 13:02, Jeff Trawick wrote: On Mon, Mar 14, 2011 at 10:59 AM, Jeff Trawicktraw...@gmail.com  wrote: On Mon, Mar 14, 2011 at 9:02 AM, Bert Huijbenb...@qqmail.nl  wrote: Repeating my requests from last year:

Re: [PATCH] tweak recent oracle-dbd-on-big-endian fix

2011-03-23 Thread Jeff Trawick
On Wed, Mar 23, 2011 at 2:49 PM, Stefan Ruppert s...@myarm.com wrote: Jeff, no there was no reason why I used the apr_int16_t type. I was only happy that I got the oracle driver on AIX working and did not go further into details... So go ahead! Thanks for having a look. The type is

Re: [PATCH] tweak recent oracle-dbd-on-big-endian fix

2011-03-23 Thread Guenter Knauf
Am 23.03.2011 20:27, schrieb Jeff Trawick: The type is available with 10.2.0.3 and 11.2.0.2 (and probably for eons). from 8.1.5 oratypes.h (2000-03-15): #define ub2 unsigned short #define sb2 signed short Gün.

Re: [PATCH] tweak recent oracle-dbd-on-big-endian fix

2011-03-23 Thread Jeff Trawick
On Wed, Mar 23, 2011 at 3:42 PM, Guenter Knauf fua...@apache.org wrote: Am 23.03.2011 20:27, schrieb Jeff Trawick: The type is available with 10.2.0.3 and 11.2.0.2 (and probably for eons). from 8.1.5 oratypes.h (2000-03-15): #define ub2  unsigned short #define sb2  signed short very cool

Re: svn commit: r1084621 - in /apr/apr/trunk/xml: apr_xml.c apr_xml_expat.c apr_xml_internal.h apr_xml_libxml2.c

2011-03-23 Thread Guenter Knauf
Am 23.03.2011 18:53, schrieb Jeff Trawick: On Wed, Mar 23, 2011 at 12:01 PM,n...@apache.org wrote: Author: niq Date: Wed Mar 23 16:01:12 2011 New Revision: 1084621 URL: http://svn.apache.org/viewvc?rev=1084621view=rev Log: Decouple apr_xml from reliance on Expat Build with expat and it's

Re: svn commit: r1084621 - in /apr/apr/trunk/xml: apr_xml.c apr_xml_expat.c apr_xml_internal.h apr_xml_libxml2.c

2011-03-23 Thread Nick Kew
On 23 Mar 2011, at 17:53, Jeff Trawick wrote: On Wed, Mar 23, 2011 at 12:01 PM, n...@apache.org wrote: Author: niq Date: Wed Mar 23 16:01:12 2011 New Revision: 1084621 URL: http://svn.apache.org/viewvc?rev=1084621view=rev Log: Decouple apr_xml from reliance on Expat Build with expat

Re: apr 1.4.3, apr-util 1.3.11

2011-03-23 Thread William A. Rowe Jr.
On 3/23/2011 2:02 PM, Jeff Trawick wrote: On Wed, Mar 23, 2011 at 2:56 PM, Stefan Ruppert s...@myarm.com wrote: What about https://issues.apache.org/bugzilla/show_bug.cgi?id=49882 Its really a simple patch and closes a semantic issue on windows for apr_pollset_poll()! Thanks for the

Re: apr 1.4.3, apr-util 1.3.11

2011-03-23 Thread Jeff Trawick
On Wed, Mar 23, 2011 at 5:41 PM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 3/23/2011 2:02 PM, Jeff Trawick wrote: On Wed, Mar 23, 2011 at 2:56 PM, Stefan Ruppert s...@myarm.com wrote: What about https://issues.apache.org/bugzilla/show_bug.cgi?id=49882 Its really a simple patch and

[PATCH] PR 49882, poll functions returning immediately on Windows when no sockets

2011-03-23 Thread Jeff Trawick
the patch is based on 1.4.x; trunk isn't building for me today the select() bypass needed more help than in the patch attached to the bug, as the return code wasn't correct oh, there's another select() oh, what about WSAPoll()? yep there's another unhandled WSAPoll() in the pollcb support; I

Re: [PATCH] PR 49882, poll functions returning immediately on Windows when no sockets

2011-03-23 Thread Jeff Trawick
On Wed, Mar 23, 2011 at 6:05 PM, Jeff Trawick traw...@gmail.com wrote: the patch is based on 1.4.x; trunk isn't building for me today I see a blunder already in the timeout / 1000 logic (shouldn't do that unless timeout 0). But that's just a minor detail.