--- misc/libxml2-2.7.6//runtest.c 2011-08-29 02:41:07.876872800 +0900 +++ misc/build/libxml2-2.7.6/runtest.c 2011-08-29 02:47:09.068970800 +0900 @@ -2728,7 +2728,7 @@ "file:///path/to/a%20b.html", "/path/to/a b.html", "/path/to/a%20b.html", - "urip://example.com/résumé.html", + "urip://example.com/r" "\xe9" "sum" "\xe9" ".html", "urip://example.com/test?a=1&b=2%263&c=4#foo", NULL }; --- misc/libxml2-2.7.6//testapi.c 2011-08-29 02:41:28.088620300 +0900 +++ misc/build/libxml2-2.7.6/testapi.c 2011-08-29 02:46:32.966174100 +0900 @@ -291,7 +291,7 @@ static xmlChar gen_xmlChar(int no, int nr ATTRIBUTE_UNUSED) { if (no == 0) return('a'); if (no == 1) return(' '); - if (no == 2) return((xmlChar) 'ø'); + if (no == 2) return((xmlChar) '\xf8'); return(0); } @@ -399,7 +399,7 @@ static xmlChar *gen_const_xmlChar_ptr(int no, int nr ATTRIBUTE_UNUSED) { if (no == 0) return((xmlChar *) "foo"); if (no == 1) return((xmlChar *) ""); - if (no == 2) return((xmlChar *) "nøne"); + if (no == 2) return((xmlChar *) "n" "\xf8" "ne"); if (no == 3) return((xmlChar *) " 2ab "); return(NULL); } 5-19T08:43:16+00:00 e9af29ba8328cad918c5146e3cb1be0a72ebd791 Change-Id: If95890eff0f785111e8b511ac1d5481c6910f099 Reviewed-on: https://gerrit.libreoffice.org/25148 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Change-Id: If95890eff0f785111e8b511ac1d5481c6910f099
Reviewed-on: https://gerrit.libreoffice.org/25148
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Clean up configuration access 2016-01-05T11:25:31+00:00 Stephan Bergmann sbergman@redhat.com 2016-01-04T16:42:02+00:00 ce3dd82ca83eb9f3ec89f0e6eaae4e170febec3a Change-Id: I0662e8ddb24f2c6a7197b8a5f23c219484628b78
Change-Id: I0662e8ddb24f2c6a7197b8a5f23c219484628b78
xmlhelp: -GR is added by default in com_MSC_defs.mk 2015-09-30T08:45:32+00:00 Michael Stahl mstahl@redhat.com 2015-09-29T20:16:24+00:00 3649c0c21a3b61950848ce32910f3d00c4908194 Change-Id: Ibd2c851cef3c26a37c05b894e7487e460470fecf
Change-Id: Ibd2c851cef3c26a37c05b894e7487e460470fecf
xmlhelp: remove obsolete GCC 4.2 warning stuff 2015-07-08T10:21:19+00:00 Michael Stahl mstahl@redhat.com 2015-07-08T10:19:19+00:00 6b199c50afea1b85c429bd71808cd23a759a0b44 Change-Id: Ica1e7430ac7dc9fc61c8135498a0470ba5f1ab81
Change-Id: Ica1e7430ac7dc9fc61c8135498a0470ba5f1ab81
Fix typos 2015-07-08T10:21:19+00:00 Andrea Gelmini andrea.gelmini@gelma.net 2015-07-07T21:14:45+00:00 e544f449eded2738b45de4be13c72b128a16bafe Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920 Signed-off-by: Michael Stahl <mstahl@redhat.com>
Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920
Signed-off-by: Michael Stahl <mstahl@redhat.com>
Decompressor rubbish in xmlhelp is luckily unused 2015-06-08T16:52:24+00:00 Caolán McNamara caolanm@redhat.com 2015-06-08T16:34:14+00:00 f8da549db16bf932271163480429c65eae1e6a3b Change-Id: I0d44ef4df250921d24da0d202de96f60c567ded6
Change-Id: I0d44ef4df250921d24da0d202de96f60c567ded6