[xml] Posting a patch to this list

2013-11-19 Thread Patrick Monnerat
Hi list, As a first-time mailer to this list, I tried yesterday to post a big (~250k) gzipped patch to introduce support for the OS/400 platform. I did create an account and I see this e-mail has been accepted by the list server, but it has never been sent back nor appears in the archives.

Re: [xml] OS/400 implementation (Was: Posting a patch to this list)

2013-11-19 Thread Patrick Monnerat
Bjoern Hoehrmann wrote: >>I did create an account and I see this e-mail has been accepted by the >>list server, but it has never been sent back nor appears in the >>archives. >That usually means it is awaiting moderation by a human moderator with >limited resources. Large attachments should neve

Re: [xml] Posting a patch to this list

2013-11-21 Thread Patrick Monnerat
Daniel Veillard wrote: > Patrick, i will look, as promised, mail marked as unread so i won't be able to 'forget' it ! Thanks Daniel: I did not know you where this list's moderator. There's no hurry for me: I just wanted to be sure the e-mail arrived and didn't get lost :-) Please prefer the patc

Re: [xml] OS/400 implementation (Was: Posting a patch to this list)

2013-12-12 Thread Patrick Monnerat
Daniel Veillard wrote: > as promised I'm back on the issue, took a while but heh, we waited 10+ years since first exchange about it :-) If it's like for wine, it couldn't be better ! > http://tomayko.com/writings/the-thing-about-git > which show where git helps you in such situation :-) Nice

Re: [xml] OS/400 implementation

2014-03-04 Thread Patrick Monnerat
Hi Daniel, Sorry that it took me so long to perform the requested actions for this project: I've been overloaded with work these last 3 months, I apologize. I've just set up a github repository for libxml2 on OS/400: https://github.com/monnerat/libxml2/tree/os400 Please note the os400 branch!

Re: [xml] Shooting for a release of 2.9.2 within two weeks

2014-10-03 Thread Patrick Monnerat
Hi Daniel, Would it be possible to merge the os400 subdirectory (os400 branch)? Your remarks have been taken into account as noted in my e-mail to the list of March 4, 2014. https://github.com/monnerat/libxml2/tree/os400 Commits: 39354a70eb9290118aa401453916b6f58e313615 f635e88460043fa02f852d3fc

Re: [xml] Shooting for a release of 2.9.2 within two weeks

2014-10-03 Thread Patrick Monnerat
Daniel Veillard wrote: > I think the majority of those got applied, I fetched your commits: I can see them at https://git.gnome.org/browse/libxml2 The repository at https://github.com/monnerat/libxml2 is a clone of upstream git://git.gnome.org/libxml2 with master untouched and an additional os40

Re: [xml] Libxml2-2.9.2 release candidate 1 is available

2014-10-09 Thread Patrick Monnerat
Daniel Veillard wrote: Hi Daniel, Thanks for this pre-release and the os400 integration. > It seems to work fine for me but more testing including on non-linux platforms would be greatly appreciated ! I tested on os400 and it works fine, providing the 2 tiny attached patches are applied. 1) conf

Re: [xml] Libxml2-2.9.2 release candidate 1 is available

2014-10-10 Thread Patrick Monnerat
Daniel Veillard wrote: >> I tested on os400 and it works fine, providing the 2 tiny attached patches are applied. > thanks Patrick ! You're welcome! >> These two patches are already applied at https://github.com/monnerat/libxml2/tree/os400. > okay, applied and pushed to git master, Thanks. >>

Re: [xml] Libxml2-2.9.2 release candidate 2 is available

2014-10-14 Thread Patrick Monnerat
Daniel Veillard wrote: > as a signed tarball libxml2-2.9.2-rc1.tar.gz as well as signed rpms built on Fedora. Compiles and runs like a charm on OS/400. > Patrick, it seems the NEWS doesn't get rebuild I will have to check why and do this manually. I don't know if you rebuilt it for rc2, but fi

[xml] [PATCH] Some fixes for the os400 implementation

2015-03-31 Thread Patrick Monnerat
Hi Daniel, Can you please apply this patch to the git repo? The changes are as follows: os400: fix various ILE/RPG types definitions. Adjust build scripts. - A typo caused an undefined symbol reference. - A structure field name did not match the corresponding C name due to a typo

Re: [xml] [PATCH] Some fixes for the os400 implementation

2015-04-16 Thread Patrick Monnerat
Daniel Veillard wrote: > sorry for the delay, my workload is not decreasing :-\ Looks fine, pushed to git: No problem for the delay. We're all very busy. Thanks for the commit. Much more will soon follow. Cheers, Patrick ___ xml mailing list, project pa

[xml] [PATCH]: OS/400

2015-04-17 Thread Patrick Monnerat
Hi again, These patches operates on OS/400 specific files except: - dict.h to allow direct inclusion. - xmllint.c to flush stdout before interactive input in shell mode. They implement: - C type symbolizing + some fixes in ILE/RPG binding. - xmllint program from qshell. - XMLLINT command from O

[xml] [PATCH] implement xmlcatalog on on400

2015-04-22 Thread Patrick Monnerat
To be applied after patches sent on Apr, 17. Thanks a lot. Regards, Patrick libxml2-os400xmlcatalog.tar.gz Description: libxml2-os400xmlcatalog.tar.gz ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org https://mail.gnome.org/mailman

[xml] [PATCH] end-of-day value considered as an invalid time by xsd validation

2015-11-19 Thread Patrick Monnerat
The xs:time and xs:datetime types are supposed to be able to represent a special end-of-day time value matching lexeme 24:00:00(\.0*)? but libxml2 does not recognize it causing xsd validation failures. See http://www.w3.org/TR/xmlschema11-2/#time-lexical-mapping Please find a patch for it in

[xml] Several commits

2016-04-11 Thread Patrick Monnerat
Hi Daniel, I've sent you (to this list) several patches about 1 year ago, but they have not been applied to the git repo. - OS400 work (enables xmllint and xmlcatalog on OS400). - Fix a bug: accept endOfDayFrag in xsd time and dateTime types. As a convenience, I've applied these to an up-to-da

Re: [xml] Availability of libxml2-2.9.4 release candidate 1

2016-05-02 Thread Patrick Monnerat
stringType =" ... Please find a patch for it in attachment. Everything else seem OK on OS/400: compiles and runs after applying this patch. Regards, Patrick >From d176b6afddb6b8efd42a83ac77537a2a119db713 Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Mon, 2 May 2016 17:30:21 +02

Re: [xml] Availability of libxml2-2.9.4 release candidate 2

2016-05-12 Thread Patrick Monnerat
On 05/09/2016 04:56 AM, Daniel Veillard wrote: As planned I tagged in git a release candidate 2, and pushed to the server the signed tarball and rpms for rc2: ftp://xmlsoft.org/xml/ RC2 compiles and runs perfectly on OS/400. I have nothing more to change yet. Thanks a lot. Patr

[xml] [patch] small changes for OS/400

2016-07-27 Thread Patrick Monnerat
OS/400 version V5R3 is not supported by IBM anymore. In addition, the iSeries system I have here for development has been changed and the new system is not able to compile for an OS version lower than V6R1. Thus I made some updates to the libxml2 os400 scripts accordingly: - Oldest supported