Commit Graph

113 Commits

Author SHA1 Message Date
Michael R Sweet
b9a4a5e22e Building a static version of the library did not work on Windows (STR #112) 2010-11-07 22:55:11 +00:00
Michael R Sweet
dd1e874ae1 Update version numbers and dates. 2010-09-19 15:54:14 +00:00
Michael R Sweet
c0f12e6a79 mxmlSave* no longer write all siblings of the passed node, just that node and
its children.
2010-09-19 07:27:48 +00:00
Michael R Sweet
c42b1892c8 Fix an issue with the _mxml_vstrdupf function (STR #107) 2010-09-19 06:35:03 +00:00
Michael R Sweet
6b83ce881e mxmlLoad* did not error out on XML with multiple root nodes (STR #101) 2010-09-19 06:14:36 +00:00
Michael R Sweet
97ca6dc424 Updated the source headers to reference the Mini-XML license and its exceptions
to the LGPL2 (STR #108)
2010-09-19 05:26:46 +00:00
Michael R Sweet
5144087e36 Fix release notes. 2009-05-17 17:31:51 +00:00
Michael R Sweet
d13e530148 Update documentation. 2009-05-17 06:04:58 +00:00
Michael R Sweet
ec99705731 Fix typedef documentation (STR #72) 2009-05-05 04:43:18 +00:00
Michael R Sweet
9ac6418218 Add long long support for printf-style functions. 2009-04-18 17:05:52 +00:00
Michael R Sweet
fa33165459 Fix UTF-8 output on platforms with an unsigned char. 2009-03-21 05:51:01 +00:00
Michael R Sweet
474d6da1b4 Fix mxmlEntityAddCallback and mxmlEntityRemoveCallback docos (STR #91) 2009-03-19 05:38:52 +00:00
Michael R Sweet
4d81aff146 Fix swapped documentation issue (STR #92) 2009-03-19 05:33:20 +00:00
Michael R Sweet
3f34b234cc Reject UTF-8 XML files that start with a BOM. 2009-03-19 05:27:26 +00:00
Michael R Sweet
59e1bbbb7a Add support for generating Xcode documentation sets.
Fix a few Clang-detected issues.
2008-11-28 10:56:50 +00:00
Michael R Sweet
046d57d917 Add encoding="utf-8" to the ?xml PD. 2008-10-26 18:28:05 +00:00
Michael R Sweet
a38251bc9b Wrapping was not disabled when mxmlSetWrapMargin(0) was called, and
"<?xml ... ?>" was always followed by a newline (STR #76)
2008-03-21 04:59:01 +00:00
Michael R Sweet
d7fcf13ff8 Fix mxml.pc typo (STR #79) 2008-03-21 04:31:07 +00:00
Michael R Sweet
a57b72a556 Fixes for enum typedefs (still working on comments...) 2008-03-19 21:09:21 +00:00
Michael R Sweet
8aff906d87 Fix man page output.
Prep for 2.5 release.
2008-01-29 05:28:31 +00:00
Michael R Sweet
ee8df0fe52 Bump version to 2.5.
Add --heading option to place contact before table-of-contents and intro.

Tweak the mxmldoc test suite.

Use " instead of ' for attribute values.

Quote titles, etc. as needed.

Move TOC and HTML header generation to separate functions in preparation for
frame support.
2008-01-26 20:50:28 +00:00
Michael R Sweet
5f263362a9 Use \- instead of - in man pages (STR #68) 2008-01-13 01:51:16 +00:00
Michael R Sweet
ada7da928c Add debug definition file. 2008-01-13 01:23:22 +00:00
Michael R Sweet
8174485371 Add support for spaces around the "=" in attributes (STR #67)
Fix support for processing instructions and directives that are not
at the top level of a file (STR #67)
2008-01-13 00:42:35 +00:00
Michael R Sweet
6057e7ee02 Prep for 2.4 release.
Update documentation.
2007-11-23 02:15:07 +00:00
Michael R Sweet
b6661a118c Add pthread support. 2007-09-22 21:00:56 +00:00
Michael R Sweet
658c6bd661 mxmlElementSetAttrf() did not work (STR #57) 2007-09-15 20:04:56 +00:00
Michael R Sweet
d6d842e60a Bump version to 2.4.
Added mxmlElementDeleteAttr() function (STR #59).
2007-09-15 20:03:15 +00:00
Michael R Sweet
f5993028ff Don't allow attributes without values. 2007-09-09 08:22:12 +00:00
Michael R Sweet
8395465800 Fix Visual C++ config.h... 2007-09-09 08:13:09 +00:00
Michael R Sweet
207782c809 Propagate element errors (STR #46) 2007-09-09 08:11:25 +00:00
Michael R Sweet
7f26d51318 Add apos character entity (STR #54) 2007-09-09 08:02:52 +00:00
Michael R Sweet
30feac1369 Add mxml_isspace() local Unicode implementation of isspace() with inlining
when possible (STR #48)
2007-09-09 07:27:08 +00:00
Michael R Sweet
b0e38fbcbf Fix mxmlWalkNext() and mxmlWalkPrev() when node == top (STR #53) 2007-09-09 07:16:52 +00:00
Michael R Sweet
bf73da6782 Save work on documentation.
Add SAX load APIs.

Add man page output for mxmldoc.

Add types for various callback functions.
2007-04-23 21:48:03 +00:00
Michael R Sweet
0f8052e766 Add mxmlNewXML() function and use it.
More updates to the manual.
2007-04-19 21:12:08 +00:00
Michael R Sweet
6d33fb1163 Add mxmlElementSetAttrf function (STR #43) 2007-04-18 14:55:08 +00:00
Michael R Sweet
9fb36b4a2f Added snprintf() emulation function for test program (STR #32) 2007-04-18 13:14:10 +00:00
Michael R Sweet
c27692f2d0 Add the _CRT_SECURE_NO_DEPRECATE definition when building on VC++
2005 (STR #36)
2007-04-18 12:58:36 +00:00
Michael R Sweet
d5abcc44b3 Fix detection of bad elements. 2007-04-18 02:45:47 +00:00
Michael R Sweet
40a4dd5242 Fix detection of missing close tags at the end of a document (STR #45) 2007-04-18 02:37:01 +00:00
Michael R Sweet
4636114c5b Really Mini-XML 2.3, update documentation. 2007-04-18 01:55:03 +00:00
Michael R Sweet
cb7c6c2311 Add user_data and ref_count members to mxml_node_t structure.
Add mxmlRelease() and mxmlRetain() for reference-counted node management.

Add mxmlSetWrapMargin() to control wrapping of XML output.
2007-04-18 01:08:58 +00:00
Michael R Sweet
fe9a9b251c Conditionally check for EINTR (STR #33) 2005-12-07 15:01:08 +00:00
Michael R Sweet
cc5890089d Documentation updates.
Add --section option.
2005-12-03 03:32:32 +00:00
Michael R Sweet
dee5ea6bc7 Final changes to make mxmldoc generate valid HTML 4.0 with no errors. 2005-11-30 15:54:16 +00:00
Michael R Sweet
45b9200fc6 Ammend the Mini-XML license agreement to allow static linking. 2005-10-18 19:26:08 +00:00
Michael R Sweet
a5ea819842 Bump version to 2.3.
Add @since ...@ comments.

Fix parsing of @...@ comments.

Add comments to end of each list item.

Use "-Os -g" as the default optimization with GCC.

Change string functions to use _mxml prefix instead.
2005-10-13 18:27:00 +00:00
Michael R Sweet
55177569a9 Fix XML schema for mxmldoc.
Fix function and enumeration type processing in mxmldoc.

Add function type test file.

Add stub for new XML schema validation program.
2005-09-29 02:20:19 +00:00
Michael R Sweet
d9276fe08f Add --intro and --title options to mxmldoc, and treat names starting
with "_" as private.
2005-09-22 00:29:55 +00:00