Commit Graph

391 Commits

Author SHA1 Message Date
Michael R Sweet
89545886f4 Changelogs. 2011-01-14 18:39:12 +00:00
Michael R Sweet
3899cb0aa5 Fix some HTML and CSS validation issues. 2011-01-14 18:36:09 +00:00
Michael R Sweet
a9cc5e77a4 Update search to show list with scoring. 2011-01-03 05:01:12 +00:00
Michael R Sweet
0ab6d9ea16 Fix command-line. 2011-01-03 04:39:18 +00:00
Michael R Sweet
21cdbb457c Update separate files docos and search stuff. 2011-01-03 04:38:06 +00:00
Michael R Sweet
95124f4331 Update documentation and schema. 2011-01-03 02:33:56 +00:00
Michael R Sweet
5e04f062c6 Revert to old logo images. 2011-01-03 02:30:09 +00:00
Michael R Sweet
7509866b99 Restore original logo images. 2011-01-03 02:05:04 +00:00
Michael R Sweet
aaefc5c07c Rename mxmlFindValue to mxmlFindPath.
Rename mxmlGetPrevious to mxmlGetPrevSibling.

Rename mxmlGetNext to mxmlGetNextSibling.

Update documentation.
2011-01-03 02:03:29 +00:00
Michael R Sweet
a9012172c1 Implemment getters for all of mxml_node_t and mxml_index_t fields (STR #118)
Make mxml_node_s and mxml_index_s private (but still in the public header for
2.x).
2011-01-01 23:42:17 +00:00
Michael R Sweet
1a660a57d4 Add mxmlFindValue to VC++ DLL export file. 2010-12-25 16:25:42 +00:00
Michael R Sweet
4b0511f8ac Provide fallback implementation of va_copy for VC++ and others (STR #115) 2010-12-25 16:21:50 +00:00
Michael R Sweet
159e54f5d2 Add mxmlFindValue API (STR #110) 2010-11-08 16:07:05 +00:00
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
3ab2fa249f Tweak web interface, icons, and Chapter 2 of the programmers manual. 2010-09-26 07:37:07 +00:00
Michael R Sweet
dd1e874ae1 Update version numbers and dates. 2010-09-19 15:54:14 +00:00
Michael R Sweet
03de67921f New logo image. 2010-09-19 15:52:20 +00:00
Michael R Sweet
ccd0f5e225 Doco updates. 2010-09-19 08:50:54 +00:00
Michael R Sweet
ec9a6566d7 Bump copyright. 2010-09-19 08:21:48 +00:00
Michael R Sweet
5104ba450b Re-add Future version string. 2010-09-19 07:31:44 +00:00
Michael R Sweet
a11d22799e Make mxmlSave* function descriptions consistent. 2010-09-19 07:29:46 +00:00
Michael R Sweet
2e9f4022bf Fix some typos and the clang target. 2010-09-19 07:28:06 +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
34424e2757 Remove duplicate "the the". 2010-09-19 06:40:33 +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
83dc8f4932 Update web site versions. 2010-09-19 05:31:54 +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
3f31a993f7 The shared library did not include a destructor for the thread-specific data key
on UNIX-based operating systems (STR #103)
2010-09-19 04:56:51 +00:00
Michael R Sweet
a2beacb1b7 Include CFBundleShortVersionString key in Info.plist. 2009-07-01 17:44:13 +00:00
Michael R Sweet
837f4ae5b8 Update MD5 of 2.6 release. 2009-05-17 17:32:36 +00:00
Michael R Sweet
5144087e36 Fix release notes. 2009-05-17 17:31:51 +00:00
Michael R Sweet
07a8142f24 Add 2.6 release. 2009-05-17 17:27:28 +00:00
Michael R Sweet
f041112a66 Fix packaging files. 2009-05-17 17:20:51 +00:00
Michael R Sweet
e1b9f509fe Prep for 2.6 release. 2009-05-17 17:17:46 +00:00
Michael R Sweet
f3475bf739 Update solution file 2009-05-17 16:10:38 +00:00
Michael R Sweet
d13e530148 Update documentation. 2009-05-17 06:04:58 +00:00
Michael R Sweet
96a610c1e5 Ignore (strip) BOMs in UTF-8 input. 2009-05-17 05:20:52 +00:00
Michael R Sweet
8d1ff5128d Update --tokens to support a file path and always add a newline at the end of
each token.
2009-05-05 13:38:00 +00:00
Michael R Sweet
58712ee6fc Add --tokens option. 2009-05-05 05:08:43 +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
fcdfa5a09d Fix two potential NULL dereferences caught by Clang. 2009-03-17 05:51:59 +00:00
Michael R Sweet
9643c13183 Fix VC++ compile failures 2009-02-05 06:06:11 +00:00
Michael R Sweet
1646671128 Fix DOCTYPE link for HTML 4.01 loose. 2009-02-03 18:15:17 +00:00
Michael R Sweet
0dbf99da69 Update to HTML 4.01 doctype. 2009-02-02 19:24:26 +00:00