Commit Graph

89 Commits (release-2.4)

Author SHA1 Message Date
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
Michael R Sweet 0f8052e766 Add mxmlNewXML() function and use it. 17 years ago
Michael R Sweet 6d33fb1163 Add mxmlElementSetAttrf function (STR #43) 17 years ago
Michael R Sweet 9fb36b4a2f Added snprintf() emulation function for test program (STR #32) 17 years ago
Michael R Sweet c27692f2d0 Add the _CRT_SECURE_NO_DEPRECATE definition when building on VC++ 17 years ago
Michael R Sweet d5abcc44b3 Fix detection of bad elements. 17 years ago
Michael R Sweet 40a4dd5242 Fix detection of missing close tags at the end of a document (STR #45) 17 years ago
Michael R Sweet 4636114c5b Really Mini-XML 2.3, update documentation. 17 years ago
Michael R Sweet cb7c6c2311 Add user_data and ref_count members to mxml_node_t structure. 17 years ago
Michael R Sweet fe9a9b251c Conditionally check for EINTR (STR #33) 19 years ago
Michael R Sweet cc5890089d Documentation updates. 19 years ago
Michael R Sweet dee5ea6bc7 Final changes to make mxmldoc generate valid HTML 4.0 with no errors. 19 years ago
Michael R Sweet 45b9200fc6 Ammend the Mini-XML license agreement to allow static linking. 19 years ago
Michael R Sweet a5ea819842 Bump version to 2.3. 19 years ago
Michael R Sweet 55177569a9 Fix XML schema for mxmldoc. 19 years ago
Michael R Sweet d9276fe08f Add --intro and --title options to mxmldoc, and treat names starting 19 years ago
Michael R Sweet 74e7d69032 Fix memory leak in mxmlLoad*() functions (STR #27) 19 years ago
Michael R Sweet 4ecca8b1bd Whoops, no 2.2.3 release... 19 years ago
Michael R Sweet b11473f8f3 Fix potential infinite loop in snprintf() emulation code (STR #25) 19 years ago
Michael R Sweet cc95be7bed Add mxmlNewCDATA() and mxmlSetCDATA() functions. 19 years ago
Michael R Sweet 19b8ed648f Add MXML_IGNORE and MXML_IGNORE_CB to allow whitespace to be 19 years ago
Michael R Sweet e0262e0099 Fix segfault in mxmlLoad*() with invalid XML. 19 years ago
Michael R Sweet 63cd5de2a0 Fix bug in custom data with whitespace. 19 years ago
Michael R Sweet ad02a0255f Fix STR #21: load methods didn't return NULL on error. 19 years ago
Michael R Sweet 35a7797e2c mxmlNewInteger(), mxmlNewOpaque(), mxmlNewReal(), mxmlNewText(), 19 years ago
Michael R Sweet 523aa629b8 Fixed a MingW/Cygwin compilation problem (STR #18) 19 years ago
Michael R Sweet d05a2f8d52 Fixed an XML output bug in mxmldoc. 19 years ago
Michael R Sweet 7232c88dad Add shared library support. 20 years ago
Michael R Sweet 8fc90a57d6 CHANGES: 20 years ago
Michael R Sweet f5971df74b Added support for CDATA (STR #14, STR #15) 20 years ago
Michael R Sweet 40adb027dd Add docos for custom data handlers. 20 years ago
Michael R Sweet 0591ee2e19 Added support for custom data nodes (STR #6) 20 years ago
Michael R Sweet c0878b3f9a Treat UTF-8 sequences that are longer than needed as an error (STR #4) 20 years ago
Michael R Sweet 3625039424 Fixed entity number support (STR #8) 20 years ago
Michael R Sweet 243e9c1556 Add FD test. 20 years ago
Michael R Sweet 3cc3f8a63d Add new mxmlLoadFd() and mxmlSaveFd() functions. 20 years ago
Michael R Sweet 7cc8c6c1a6 Prep for 2.0. 20 years ago
Michael R Sweet 725aaec2d8 Doco updates. 20 years ago
Michael R Sweet 3aded463be Doco updates. 20 years ago
Michael R Sweet 0fd3bd7f33 Optimizations and bug fixes from STR #2: 20 years ago