]> granicus.if.org Git - libexpat/shortlog
libexpat
2017-08-29 Rhodri JamesFix external_entity_value_aborter() to work for UTF...
2017-08-29 Rhodri JamesFix external_entity_not_standalone() to work for UTF...
2017-08-29 Rhodri JamesFix external_entity_valuer() to work for UTF-16 builds
2017-08-29 Rhodri JamesFix external_entity_param() to work for UTF-16 builds
2017-08-29 Rhodri JamesFix test_ignore_section_utf16_be() for UTF-16 builds
2017-08-29 Rhodri JamesFix test_ignore_section_utf16() for UTF-16 builds
2017-08-29 Rhodri JamesFix test_ignore_section() to work correctly for UTF...
2017-08-29 Rhodri JamesFix test_predefined_entities() to work correctly with...
2017-08-29 Rhodri JamesRemove speculative test from byte_character_handler().
2017-08-29 Rhodri JamesFix external_entity_good_cdata_ascii() to work with...
2017-08-29 Rhodri JamesFix rsqb_handler() to work correctly in UTF-16 builds
2017-08-29 Rhodri JamesFix cr_cdata_handler() to work correctly for UTF-16...
2017-08-29 Rhodri JamesFix test_cdata_default() to work for UTF-16 builds
2017-08-29 Rhodri JamesFix test_attributes() to work for UTF-16 builds
2017-08-29 Rhodri JamesFix counting_start_element_handler() to use XML_Char...
2017-08-29 Rhodri JamesFix test_set_base() to work for UTF-16 builds
2017-08-29 Rhodri JamesFix test_multichar_cdata_utf16() to work for UTF-16...
2017-08-29 Rhodri JamesFix test_long_cdata_utf16() to work for UTF-16 builds
2017-08-29 Rhodri JamesFix test_good_cdata_utf16_le() to work for UTF-16 builds
2017-08-29 Rhodri JamesFix test_good_cdata_utf16() to work for UTF-16 builds...
2017-08-29 Rhodri JamesFix test_good_cdata_ascii() to work for UTF-16 builds
2017-08-29 Rhodri JamesFix test_dtd_attr_handling() to work with UTF-16 builds
2017-08-29 Rhodri JamesFix test_dtd_default_handling() to work for UTF-16
2017-08-29 Rhodri JamesFix test_not_standalone_handler_accept() to work for...
2017-08-29 Rhodri JamesFix test_not_standalone_handler_accept() to work in...
2017-08-29 Rhodri JamesFix test_wfc_undeclared_entity_with_external_subset...
2017-08-29 Rhodri JamesFix test_ext_entity_set_bom() to work for UTF-16
2017-08-29 Rhodri JamesFix test_ext_entity_no_handler() to work for UTF-16
2017-08-29 Rhodri JamesFix test_ext_entity_set_encoding to work for UTF-16
2017-08-29 Rhodri JamesFix UnknownEncodingHandler to work with UTF-16
2017-08-29 Rhodri JamesFix attribute whitespace normalization tests for UTF-16
2017-08-29 Rhodri JamesFix whitespace normalization tests for UTF-16
2017-08-29 Rhodri JamesEnsure encoding passed to XML_SetEncoding is always...
2017-08-29 Rhodri JamesFix test_utf16() to work for UTF-16 builds
2017-08-29 Rhodri JamesFix test_utf8_false_rejection() to work in UTF-16
2017-08-29 Rhodri JamesFix test_french_utf8() to work in UTF-16
2017-08-29 Rhodri JamesFix test_french_latin1() to work in UTF-16
2017-08-29 Rhodri JamesFix test_french_charref_decimal() to work for UTF-16
2017-08-29 Rhodri JamesFix test_french_charref_hexidecimal() to work for UTF-16
2017-08-29 Rhodri JamesFix test_latin1_umlauts() to work for UTF-16
2017-08-29 Rhodri JamesFix test_danish_latin1() to handle UTF-16
2017-08-29 Rhodri JamesAdd wrapper macro to give string literals the right...
2017-08-29 Rhodri JamesEnsure the _check functions take parse text as char...
2017-08-29 Rhodri JamesFix wide character issues in param_entity_match_handler()
2017-08-29 Rhodri JamesAdd macros for XML_Char-based strncmp and strlen equiva...
2017-08-29 Rhodri JamesFix wide character comparisons in external_entity_optio...
2017-08-29 Rhodri JamesDefine and use macros for XML_Char and XML_Char* format...
2017-08-29 Rhodri JamesPrevent XML_UNICODE being redefined
2017-08-29 Rhodri Jamesexamples: Use printf rather than [f]put[w]s (pull reque...
2017-08-28 Sebastian Pippingxmlparse.c: Resolve superfluous internal malloc/realloc...
2017-08-28 Sebastian Pippingxmltok.c: Use memcpy
2017-08-28 Sebastian Pippingxmlwf: Address Clang Static Analyzer warning
2017-08-26 Sebastian PippingMerge branch 'RMJ10-unicode-benchmark' (pull request...
2017-08-26 Sebastian PippingChanges: Document #130
2017-08-26 Sebastian Pippingbenchmark: Indent preprocessor code
2017-08-26 Rhodri JamesFix benchmark to compile under XML_UNICODE_WCHAR_T
2017-08-26 Sebastian PippingMerge branch 'RMJ10-unicode-examples' (pull request...
2017-08-26 Sebastian PippingChanges: Document #129
2017-08-26 Sebastian Pippingexamples: Indent preprocessor code
2017-08-26 Rhodri JamesFix example programs to compile under XML_UNICODE_WCHAR_T
2017-08-24 Sebastian PippingREADME.md: Add AppVeyor status badge
2017-08-24 Sebastian PippingMerge branch 'zeroc-ice-ci' (pull request #128, issue...
2017-08-24 Sebastian Pippingappveyor.yml: Sync copyright header
2017-08-24 Sebastian Pippingappveyor.yml: Convert from ISO-8859 to UTF-8
2017-08-24 Sebastian Pippingappveyor.yml: Add vs2010
2017-08-24 Sebastian Pippingappveyor.yml: Add links on CMake generators and install...
2017-08-24 Sebastian Pippingappveyor.yml: Apply detailed license header
2017-08-24 JoseAdd Windows CI with Appveyor Fixes issue #53
2017-08-23 Sebastian PippingChanges: Add missing accents
2017-08-23 Sebastian PippingChanges: Fix typo
2017-08-23 Sebastian PippingMerge branch 'visual-studio-2012' (pull request #127)
2017-08-23 Sebastian PippingChanges: Document #126
2017-08-23 Sebastian PippingAdd version comment to _INTERNAL_trim_to_complete_utf8_...
2017-08-23 Sebastian PippingLeave no doubt about align_limit_to_full_utf8_character...
2017-08-23 JoseFix missing export symbol required by testsuite
2017-08-23 Sebastian Pippingxmlwf/readfilemap.c: Address lack of ssize_t for Visual...
2017-08-23 Sebastian Pippingqa.sh: Stay closer to c89 (still requires c99)
2017-08-23 Sebastian Pippingxmlparse.c|xmltok.c: Turn some comments to c89 style
2017-08-23 JoseFix compile error with Visual Studio 2012
2017-08-23 Benbuck NasonAdd artificial scopes in xmltok.c utf8_toUtf8() to...
2017-08-22 Sebastian PippingREADME.md: Show Travis CI build status
2017-08-22 Sebastian PippingMerge branch 'RMJ10-issue-11-fix' (pull request #110)
2017-08-22 Sebastian PippingChanges: Document fix to #11
2017-08-22 Rhodri JamesDon't suppress default handler unnecessarily (Issue...
2017-08-22 Rhodri JamesTest for incorrectly suppressed default handler (issue...
2017-08-22 Sebastian PippingMerge branch 'RMJ10-issue-8-fix' (pull request #108)
2017-08-22 Sebastian PippingChanges: Document fix to #8
2017-08-22 Rhodri JamesKeep allocDefaultAtts consistent if allocating defaultA...
2017-08-22 Sebastian PippingMerge branch 'RMJ10-xmlwf-doctype-fix' (pull request...
2017-08-22 Sebastian PippingChanges: Document #106
2017-08-22 Sebastian Pippingxmlwf.c: Address unused parameter warning
2017-08-22 Rhodri JamesUpdate expected test log to match changes to xmlwf
2017-08-22 Rhodri JamesPlug memory leak in xmlwf's end of doctype declaration...
2017-08-22 Rhodri JamesFix formatting and message re-use
2017-08-22 Rhodri JamesRename xmlCharDup to xcsdup and tighten up the code
2017-08-22 Rhodri JamesMove static variables into a userdata structure
2017-08-22 Rhodri JamesAdd command-line arg "-N" to xmlwf to add notations...
2017-08-22 Rhodri JamesSort notations by name in xmlwf for conformance tests
2017-08-22 Rhodri JamesAdd doctype and notation handlers to xmlwf for conforma...
2017-08-22 Sebastian PippingMerge branch 'bluhm-memcpy-cast' (pull request #125)
next