summaryrefslogtreecommitdiff
path: root/xml/apr_xml_xmllite.c
Commit message (Collapse)AuthorAgeFilesLines
* * xml/apr_xml_xmllite.c: Use proper type for local variables.Ivan Zhakov2022-07-091-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1902599 13f79535-47bb-0310-9956-ffa450edef68
* ucs2 is a legacy name, the correct encoding namesWilliam A. Rowe Jr2019-10-291-1/+1
| | | | | | | | | | | | | | | | are now utf-8, utf-16, and utf-32, so we rename; apr_conv_utf8_to_ucs2 -> apr_conv_utf8_to_utf16 apr_conv_ucs2_to_utf8 -> apr_conv_utf16_to_utf8 This patch notices an error message printing of an internal password, which will no longer be echoed to the error stream. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1869127 13f79535-47bb-0310-9956-ffa450edef68
* * Only include apr_arch_utf8.h if we use xmlliteRuediger Pluem2019-05-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1860208 13f79535-47bb-0310-9956-ffa450edef68
* On 'xmllite' branch: Fix indentation.Ivan Zhakov2019-05-261-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/xmllite@1860056 13f79535-47bb-0310-9956-ffa450edef68
* On 'xmllite' branch: Increase chunk size for CDATA processing.Ivan Zhakov2019-05-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/xmllite@1860055 13f79535-47bb-0310-9956-ffa450edef68
* On 'xmllite' branch: Fix indentation.Ivan Zhakov2019-05-261-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/xmllite@1860053 13f79535-47bb-0310-9956-ffa450edef68
* On 'xmllite' branch: Add initial XmlLite based XML parser implementation.Ivan Zhakov2019-05-121-15/+573
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/xmllite@1859151 13f79535-47bb-0310-9956-ffa450edef68
* On 'xmllite' branch: Add placeholder for XmlLite support.Ivan Zhakov2019-05-111-0/+88
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/xmllite@1859122 13f79535-47bb-0310-9956-ffa450edef68