Re: cvs commit: apr-util/xml apr_xml.c

2004-07-06 Thread jean-frederic clere
Joe Orton wrote: On Wed, Jun 23, 2004 at 04:10:58PM +0200, jean-frederic clere wrote: Why take a convset if this can only convert to EBCDIC? You know that the tree is in UTF-8 so there is no other variable for the caller to control. The convset I have used is ap_hdrs_from_ascii.

Re: cvs commit: apr-util/xml apr_xml.c

2004-07-06 Thread Joe Orton
On Tue, Jul 06, 2004 at 10:44:13AM +0200, jean-frederic clere wrote: Ok, I have prepared the attached patch should I apply it? Yes, looks much better. joe

Re: cvs commit: apr-util/xml apr_xml.c

2004-06-30 Thread Joe Orton
On Wed, Jun 23, 2004 at 04:10:58PM +0200, jean-frederic clere wrote: Why take a convset if this can only convert to EBCDIC? You know that the tree is in UTF-8 so there is no other variable for the caller to control. The convset I have used is ap_hdrs_from_ascii. (APR_DEFAULT_CHARSET,

Re: cvs commit: apr-util/xml apr_xml.c

2004-06-23 Thread jean-frederic clere
Joe Orton wrote: [resend in case it gets through quicker] On Tue, Jun 22, 2004 at 10:42:23AM -, [EMAIL PROTECTED] wrote: --- apr_xml.c 14 Jun 2004 15:13:14 - 1.30 +++ apr_xml.c 22 Jun 2004 10:42:23 - 1.31 @@ -30,17 +30,23 @@ #include expat.h #endif +#include ascii.h +

Re: cvs commit: apr-util/xml apr_xml.c

2004-06-22 Thread Joe Orton
On Tue, Jun 22, 2004 at 10:42:23AM -, [EMAIL PROTECTED] wrote: --- apr_xml.c 14 Jun 2004 15:13:14 - 1.30 +++ apr_xml.c 22 Jun 2004 10:42:23 - 1.31 @@ -30,17 +30,23 @@ #include expat.h #endif +#include ascii.h + #define DEBUG_CR \r\n

Re: cvs commit: apr-util/xml apr_xml.c

2004-06-22 Thread David Reid
jfclere 2004/06/22 03:42:23 Modified:include apr_xml.h xml apr_xml.c Log: Arrange the code to get it running on EBCDIC machines. Add 2 conversions routines to convert the document tree in the machine encoding. (EBCDIC). apr_xml_parser_convert_doc()

Re: cvs commit: apr-util/xml apr_xml.c

2004-06-22 Thread William A. Rowe, Jr.
At 10:42 AM 6/22/2004, David Reid wrote: jfclere 2004/06/22 03:42:23 Modified:include apr_xml.h xml apr_xml.c Log: Arrange the code to get it running on EBCDIC machines. Add 2 conversions routines to convert the document tree in the machine encoding.

Re: cvs commit: apr-util/xml apr_xml.c

2004-06-22 Thread David Reid
[resend in case it gets through quicker] On Tue, Jun 22, 2004 at 10:42:23AM -, [EMAIL PROTECTED] wrote: --- apr_xml.c 14 Jun 2004 15:13:14 - 1.30 +++ apr_xml.c 22 Jun 2004 10:42:23 - 1.31 @@ -30,17 +30,23 @@ #include expat.h #endif +#include ascii.h

Re: cvs commit: apr-util/xml apr_xml.c

2004-05-28 Thread jean-frederic clere
Joe Orton wrote: On Fri, May 21, 2004 at 02:48:21PM +0200, jean-frederic clere wrote: Joe Orton wrote: On Fri, May 21, 2004 at 07:13:44AM -, [EMAIL PROTECTED] wrote: jfclere 2004/05/21 00:13:44 Modified:xml apr_xml.c Log: Print No parser. in errbuf when parser is NULL. Why?

Re: cvs commit: apr-util/xml apr_xml.c

2004-05-27 Thread Joe Orton
On Fri, May 21, 2004 at 02:48:21PM +0200, jean-frederic clere wrote: Joe Orton wrote: On Fri, May 21, 2004 at 07:13:44AM -, [EMAIL PROTECTED] wrote: jfclere 2004/05/21 00:13:44 Modified:xml apr_xml.c Log: Print No parser. in errbuf when parser is NULL. Why?

Re: cvs commit: apr-util/xml apr_xml.c

2004-05-21 Thread Joe Orton
On Fri, May 21, 2004 at 07:13:44AM -, [EMAIL PROTECTED] wrote: jfclere 2004/05/21 00:13:44 Modified:xml apr_xml.c Log: Print No parser. in errbuf when parser is NULL. Why? Passing a NULL parser argument to apr_xml_parser_geterror sounds like a good time to SIGSEGV.

Re: cvs commit: apr-util/xml apr_xml.c

2001-02-28 Thread William A. Rowe, Jr.
From: [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 9:14 AM gstein 01/02/28 07:14:50 Modified:xml apr_xml.c Log: enable building against old/new expats Revision ChangesPath 1.18 +6 -3 apr-util/xml/apr_xml.c +#include apu_config.h May

Re: cvs commit: apr-util/xml apr_xml.c

2001-02-28 Thread William A. Rowe, Jr.
wrowe 01/02/28 08:58:35 Modified:xml apr_xml.c Log: Just trying to keep Win32 semi-buildable I'll be rid of the crufty hack this eve, and incorporate the new expat so the srclib/ copy can be nuked late tonight/early tommorow. BTW... don't we already have an

Re: cvs commit: apr-util/xml apr_xml.c

2001-02-28 Thread Greg Stein
On Wed, Feb 28, 2001 at 11:00:00AM -0600, William A. Rowe, Jr. wrote: wrowe 01/02/28 08:58:35 Modified:xml apr_xml.c Log: Just trying to keep Win32 semi-buildable I'll be rid of the crufty hack this eve, and incorporate the new expat so the srclib/ copy can

Re: cvs commit: apr-util/xml apr_xml.c

2001-02-28 Thread Greg Stein
On Wed, Feb 28, 2001 at 09:49:09AM -0600, William A. Rowe, Jr. wrote: From: [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 9:14 AM gstein 01/02/28 07:14:50 Modified:xml apr_xml.c Log: enable building against old/new expats Revision Changes