Commit Graph

133 Commits (release-2.9)

Author SHA1 Message Date
Michael R Sweet e9a1907adf Changelog. 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 3fcd4256a7 More updates to the cover. 17 years ago
Michael R Sweet d66b477da8 Convert background for cover to CMYK for better printing. 17 years ago
Michael R Sweet bb942fc21e Fix superscript text size for TM's. 17 years ago
Michael R Sweet 857757257e Add background image to book cover. 17 years ago
Michael R Sweet 42cdf96241 Resize cover page. 17 years ago
Michael R Sweet 7d8801c7dd Update docos. 17 years ago
Michael R Sweet 92abe20fb4 Update cover image. 17 years ago
Michael R Sweet 6fb1d1b5e5 Install chapter images. 17 years ago
Michael R Sweet 463a190a55 Don't install or create formatted man pages. 17 years ago
Michael R Sweet 0a79a46ac3 Save work on manual. 17 years ago
Michael R Sweet 8ed535457f Add cover image. 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 94ad843d35 Formatting changes. 17 years ago
Michael R Sweet b4eca043a0 Save documentation updates. 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 2e7bc89ddd Clean up stylesheet. 19 years ago
Michael R Sweet 4ddc06eeab Move comment info before text in headings. 19 years ago
Michael R Sweet defaeae1df Use "title" class to add underline to titles instead of HR element afterwards. 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 d3598ab24c Don't use XHTML in HTML. 19 years ago
Michael R Sweet f7fdbeb2c9 Fix support for @private@, and make it universal for all things. 19 years ago
Michael R Sweet 735989840c Save work on adding @private@ comment support... 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 62376c5156 Fix comment processing. 19 years ago
Michael R Sweet 2fc73455b2 Add support for @deprecated@ and @since version@ comments (still needs some 19 years ago
Michael R Sweet 55177569a9 Fix XML schema for mxmldoc. 19 years ago
Michael R Sweet 539f042f3d Clean up tables. 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 35b7bc18e3 Fix typedef handling bug in mxmldoc. 19 years ago
Michael R Sweet 87410f7b09 Add debug stuff. 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