Commit Graph

128 Commits (release-2.9)

Author SHA1 Message Date
Michael R Sweet 21f436f36c Fix loading of text values with MXML_NO_CALLBACK or MXML_TEXT_CALLBACK (Bug #502) 10 years ago
Michael R Sweet f760c840ff Fixed an XML fragment loading problem (Bug #494) 11 years ago
Michael R Sweet 6471e5ccd4 Fixed a memory leak when loading invalid XML (Bug #496) 11 years ago
Michael R Sweet 4351cf060c Prep for 2.8 release... 11 years ago
Michael R Sweet ace5aa8686 Fix reading of UTF-16 characters from files. 11 years ago
Michael R Sweet b6c73fe01c Add major/minor version numbers (Bug #461) 11 years ago
Michael R Sweet 129525f2b4 Fix memory leak and macro error (Bug #452) 11 years ago
Michael R Sweet 6338dccaac Escape HTML special characters inside @code foo@. 11 years ago
Michael R Sweet 5e785816aa Prep for Mini-XML v2.7 release. 13 years ago
Michael R Sweet b19d520069 Changelog. 13 years ago
Michael R Sweet 682852c289 Fix memory leak when loading a badly-formed XML file (STR #121) 13 years ago
Michael R Sweet 89545886f4 Changelogs. 14 years ago
Michael R Sweet aaefc5c07c Rename mxmlFindValue to mxmlFindPath. 14 years ago
Michael R Sweet a9012172c1 Implemment getters for all of mxml_node_t and mxml_index_t fields (STR #118) 14 years ago
Michael R Sweet 159e54f5d2 Add mxmlFindValue API (STR #110) 14 years ago
Michael R Sweet b9a4a5e22e Building a static version of the library did not work on Windows (STR #112) 14 years ago
Michael R Sweet dd1e874ae1 Update version numbers and dates. 14 years ago
Michael R Sweet c0f12e6a79 mxmlSave* no longer write all siblings of the passed node, just that node and 14 years ago
Michael R Sweet c42b1892c8 Fix an issue with the _mxml_vstrdupf function (STR #107) 14 years ago
Michael R Sweet 6b83ce881e mxmlLoad* did not error out on XML with multiple root nodes (STR #101) 14 years ago
Michael R Sweet 97ca6dc424 Updated the source headers to reference the Mini-XML license and its exceptions 14 years ago
Michael R Sweet 5144087e36 Fix release notes. 15 years ago
Michael R Sweet d13e530148 Update documentation. 15 years ago
Michael R Sweet ec99705731 Fix typedef documentation (STR #72) 15 years ago
Michael R Sweet 9ac6418218 Add long long support for printf-style functions. 15 years ago
Michael R Sweet fa33165459 Fix UTF-8 output on platforms with an unsigned char. 16 years ago
Michael R Sweet 474d6da1b4 Fix mxmlEntityAddCallback and mxmlEntityRemoveCallback docos (STR #91) 16 years ago
Michael R Sweet 4d81aff146 Fix swapped documentation issue (STR #92) 16 years ago
Michael R Sweet 3f34b234cc Reject UTF-8 XML files that start with a BOM. 16 years ago
Michael R Sweet 59e1bbbb7a Add support for generating Xcode documentation sets. 16 years ago
Michael R Sweet 046d57d917 Add encoding="utf-8" to the ?xml PD. 16 years ago
Michael R Sweet a38251bc9b Wrapping was not disabled when mxmlSetWrapMargin(0) was called, and 17 years ago
Michael R Sweet d7fcf13ff8 Fix mxml.pc typo (STR #79) 17 years ago
Michael R Sweet a57b72a556 Fixes for enum typedefs (still working on comments...) 17 years ago
Michael R Sweet 8aff906d87 Fix man page output. 17 years ago
Michael R Sweet ee8df0fe52 Bump version to 2.5. 17 years ago
Michael R Sweet 5f263362a9 Use \- instead of - in man pages (STR #68) 17 years ago
Michael R Sweet ada7da928c Add debug definition file. 17 years ago
Michael R Sweet 8174485371 Add support for spaces around the "=" in attributes (STR #67) 17 years ago
Michael R Sweet 6057e7ee02 Prep for 2.4 release. 17 years ago
Michael R Sweet b6661a118c Add pthread support. 17 years ago
Michael R Sweet 658c6bd661 mxmlElementSetAttrf() did not work (STR #57) 17 years ago
Michael R Sweet d6d842e60a Bump version to 2.4. 17 years ago
Michael R Sweet f5993028ff Don't allow attributes without values. 17 years ago
Michael R Sweet 8395465800 Fix Visual C++ config.h... 17 years ago
Michael R Sweet 207782c809 Propagate element errors (STR #46) 17 years ago
Michael R Sweet 7f26d51318 Add apos character entity (STR #54) 17 years ago
Michael R Sweet 30feac1369 Add mxml_isspace() local Unicode implementation of isspace() with inlining 17 years ago
Michael R Sweet b0e38fbcbf Fix mxmlWalkNext() and mxmlWalkPrev() when node == top (STR #53) 17 years ago
Michael R Sweet bf73da6782 Save work on documentation. 17 years ago