Commit Graph

32 Commits

Author SHA1 Message Date
Michael R Sweet
6d33fb1163 Add mxmlElementSetAttrf function (STR #43) 2007-04-18 14:55:08 +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
4ecca8b1bd Whoops, no 2.2.3 release... 2005-08-10 19:28:15 +00:00
Michael R Sweet
b11473f8f3 Fix potential infinite loop in snprintf() emulation code (STR #25) 2005-08-10 18:51:31 +00:00
Michael R Sweet
63cd5de2a0 Fix bug in custom data with whitespace.
Prep for 2.2.2 release.
2005-05-19 14:56:05 +00:00
Michael R Sweet
ad02a0255f Fix STR #21: load methods didn't return NULL on error.
Update docos for 2.2.1.
2005-05-18 01:45:20 +00:00
Michael R Sweet
7232c88dad Add shared library support. 2005-02-26 03:10:23 +00:00
Michael R Sweet
886a707ad7 Update copyright to 2005. 2005-01-29 07:21:44 +00:00
Michael R Sweet
40adb027dd Add docos for custom data handlers. 2004-11-13 16:51:21 +00:00
Michael R Sweet
7cc8c6c1a6 Prep for 2.0. 2004-06-25 18:57:32 +00:00
Michael R Sweet
ee2eb12e07 Add VC++.NET project.
Update doco files for VC++ build instructions.
2004-06-21 11:17:52 +00:00
Michael R Sweet
725aaec2d8 Doco updates. 2004-06-21 10:58:27 +00:00
Michael R Sweet
3aded463be Doco updates.
Prep for 2.0 release.
2004-06-21 01:39:20 +00:00
Michael R Sweet
9f78683a90 Prep for 2.0rc1. 2004-05-21 02:59:52 +00:00
Michael R Sweet
537afc37da More documentation fun.
Move version definition to configure script.

Add XML schema for the mxmldoc output.
2004-05-02 16:04:40 +00:00
Michael R Sweet
e28ebd001c Copyright updates. 2004-04-06 01:47:20 +00:00
Michael R Sweet
f08b4a7f7d More character entity fun, along with a reworking of UTF-8 support. 2003-12-21 15:01:15 +00:00
Michael R Sweet
04ce2615b2 Fix handling of quoted element and attribute names.
Update changelog.
2003-12-01 15:27:47 +00:00
Michael R Sweet
962de93471 Doco updates for 1.2... 2003-09-29 01:14:51 +00:00
Michael R Sweet
9961add0d4 1.1.2 release... 2003-07-25 13:14:53 +00:00
Michael R Sweet
60fefabd53 Fix bugs reported by Robert.
Update man page and packaging files.
2003-07-23 14:47:17 +00:00
Michael R Sweet
cc71dd6baf Add mxmlSaveAllocString() function. 2003-07-22 10:29:19 +00:00
Michael R Sweet
d918e36dc1 Fix mxmlSaveString-related bugs reported by Robert...
Bump version to 1.1.1.
2003-07-21 12:41:47 +00:00
Michael R Sweet
54428c284f Add strdup emulation as needed.
Bump version to 1.1.
2003-07-20 13:41:17 +00:00
Michael R Sweet
243f70768f Dynamically allocate element name, attribute name, and attribute value
buffers.

Bump version number to 1.0.1.
2003-06-15 21:31:45 +00:00
Michael R Sweet
868e694d8d Add man page, packaging files. 2003-06-15 00:44:34 +00:00
Michael R Sweet
cbbef5124f Prep for 0.93 release. 2003-06-05 13:49:14 +00:00
Michael R Sweet
f830ffd6a5 Add mxmlAdd() and mxmlRemove() functions.
Documentation updates.

General cleanup.
2003-06-04 17:37:23 +00:00
Michael R Sweet
438ded6568 Whitespace handling issues.
Unicode output issues.

Comment/declaration handling fixes.

Add mxmldoc to build.
2003-06-04 16:30:40 +00:00
Michael R Sweet
7de19b18af Fix mxmlWalkNext().
Add changelog file.
2003-06-03 20:40:01 +00:00
Michael R Sweet
de2f0a281c Clean up home page, README file, header file, and test program. 2003-06-03 20:24:28 +00:00
Michael R Sweet
7a51d3c414 Initial revision 2003-06-03 19:46:29 +00:00