Commit Graph

241 Commits

Author SHA1 Message Date
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
94ad843d35 Formatting changes. 2007-04-19 03:31:10 +00:00
Michael R Sweet
b4eca043a0 Save documentation updates. 2007-04-18 19:25:26 +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
f3b506c5eb Disable rewrite engine. 2006-11-03 17:05:18 +00:00
Michael R Sweet
8f9d881da2 Don't rebuild configure script from makefile. 2006-09-25 19:52:50 +00:00
Michael R Sweet
77a051d607 Drop the Oregon mirrors. 2006-09-20 13:44:36 +00:00
Michael R Sweet
10d3ab47d7 Fix link option order. 2006-09-11 00:29:01 +00:00
Michael R Sweet
4dd2f6d0e2 Need to run ranlib on installed library. 2006-08-02 16:18:20 +00:00
Michael R Sweet
f470dbf3c0 Sun compilers don't support -O2 2006-07-25 19:11:31 +00:00
Michael R Sweet
145bc93933 Don't allow anonymous link posts. 2006-06-19 17:34:45 +00:00
Michael R Sweet
1e4dcf007b Require login to post comments. 2006-06-17 16:22:05 +00:00
Michael R Sweet
5c45ec73d3 Don't include debug stuff. 2006-05-08 15:03:28 +00:00
Michael R Sweet
3b4a9a6f4f Save changes to mxmldoc.c (debug stuff)
Update svn:ignore properties.
2006-05-07 18:07:39 +00:00
Michael R Sweet
0ac0e5f682 Add distclean target. 2006-05-06 12:36:35 +00:00
Michael R Sweet
cae849a945 Fix function typedef documentation generation. 2006-02-20 19:24:10 +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
2e7bc89ddd Clean up stylesheet. 2005-11-30 16:16:56 +00:00
Michael R Sweet
4ddc06eeab Move comment info before text in headings. 2005-11-30 16:14:07 +00:00
Michael R Sweet
defaeae1df Use "title" class to add underline to titles instead of HR element afterwards. 2005-11-30 16:04:34 +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
d3598ab24c Don't use XHTML in HTML. 2005-11-30 15:42:35 +00:00
Michael R Sweet
f7fdbeb2c9 Fix support for @private@, and make it universal for all things.
mxmldoc.c:
    - find_public(): Added
    - scan_file(): Revert previous @private@ changes, clear
      typedefnode after we assign a comment, and remove
      unnecessary @private@ comment check.
    - write_documentation(): Use find_public() instead of
      mxmlFindElement() when enumerating public types, structs,
      etc.

test/dotest.sh:
    - Run "make mxmldoc-static" so that the test uses a current
      executable.

test/function.cxx:
    - Add @private@ function.

test/struct.cxx:
    - Add @private@ struct.

test/type.cxx:
    - Added (simple typedef types)
2005-11-30 15:31:58 +00:00
Michael R Sweet
735989840c Save work on adding @private@ comment support...
mxml-file.c:
    - Change comment from @private to @private@.

mxmldoc.c:
    - scan_file(): Changes to support @private@.
    - update_comment(): Remove node if the comment contains @private@.
2005-11-29 20:43:30 +00:00
Michael R Sweet
4e533e861b Fix inifinite loop bug. 2005-11-02 20:47:43 +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
62376c5156 Fix comment processing. 2005-10-13 12:46:54 +00:00
Michael R Sweet
2fc73455b2 Add support for @deprecated@ and @since version@ comments (still needs some
work)
2005-10-13 06:18:51 +00:00
Michael R Sweet
e2053b33c7 Require a login to submit an article. 2005-10-12 11:25:48 +00:00
Michael R Sweet
8406ab7c2c Fix functions of the form "name(void)" 2005-10-07 03:41:07 +00:00
Michael R Sweet
ebf38e0fb5 Commit fixes to web pages. 2005-10-04 12:07:54 +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
539f042f3d Clean up tables. 2005-09-22 02:11:24 +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
Michael R Sweet
c720996a85 Fix minutes in time. 2005-08-26 00:24:01 +00:00
Michael R Sweet
74e7d69032 Fix memory leak in mxmlLoad*() functions (STR #27)
Fix default implementation of mxml_error() to properly format the
error message.
2005-08-16 14:46:18 +00:00
Michael R Sweet
1bbf8b7da6 More vsnprintf() emulation function bug fixes. 2005-08-11 14:28:49 +00:00
Michael R Sweet
89237c9280 Bump DSO version for new functions... 2005-08-10 19:30:58 +00:00
Michael R Sweet
4ecca8b1bd Whoops, no 2.2.3 release... 2005-08-10 19:28:15 +00:00
Michael R Sweet
323851c7b1 Add 2.2.4 version... 2005-08-10 18:52:24 +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
cc95be7bed Add mxmlNewCDATA() and mxmlSetCDATA() functions.
Bump version to 2.2.3.

Update docos.
2005-08-05 14:17:19 +00:00