Commit Graph

67 Commits

Author SHA1 Message Date
Michael R Sweet
f0cf57e568 Update todo for bugs... 2003-12-17 18:07:16 +00:00
Michael R Sweet
ad9728c731 Fix LoadString/File bug with parent and non-conforming XML data. 2003-12-13 16:32:42 +00:00
Michael R Sweet
4dbac7157e Fix enum handling. 2003-12-04 04:55:57 +00:00
Michael R Sweet
417206e811 More fixes to support 'extern "C" {' and other assorted fun. 2003-12-03 22:22:49 +00:00
Michael R Sweet
52c8493cdb Add valgrind target.
More mxmldoc cleanup.
2003-12-03 22:17:57 +00:00
Michael R Sweet
6bc3523143 Prelim changes to mxmldoc; think I'll be revamping the code parser
completely...
2003-12-03 04:26:30 +00:00
Michael R Sweet
466072f832 More debug stuff.
Fix sort_node() bug in mxmldoc.
2003-12-03 03:59:04 +00:00
Michael R Sweet
251fae8b6b Bump version number. 2003-12-01 15:29:02 +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
380fcfdfbb Fix distro files to use the right version number, and update the file
sizes for the home page...
2003-09-29 01:22:56 +00:00
Michael R Sweet
962de93471 Doco updates for 1.2... 2003-09-29 01:14:51 +00:00
Michael R Sweet
17200e8cfe Move "set" methods in a separate file.
Add standard callback methods in a separate file.

Fix some bugs in mxmldoc...
2003-09-28 21:09:04 +00:00
Michael R Sweet
337baeddb5 New "set" and formatted string methods.
Prep for new "standard" opaque, integer, etc. callbacks.

Add new vsnprintf check.

Drop old string function checks for functions we don't actually use.
2003-09-28 12:44:39 +00:00
Michael R Sweet
c02f86dd83 Bump to 1.1.3. 2003-07-27 23:14:22 +00:00
Michael R Sweet
6531fd7d8f Add --with-ansi configure option to avoid using non-ANSI strdup() function. 2003-07-27 23:11:40 +00:00
Michael R Sweet
b3571e27fb Update Mini-XML home page. 2003-07-27 22:50:48 +00:00
Michael R Sweet
d18b4626fd doco updates 2003-07-26 17:24:14 +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
ae90b39e03 Add config.h to the ignore list. 2003-07-22 10:55:19 +00:00
Michael R Sweet
cc71dd6baf Add mxmlSaveAllocString() function. 2003-07-22 10:29:19 +00:00
Michael R Sweet
22e5108877 Bump version number for dist files. 2003-07-21 12:42:38 +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
a93015657e Make "Enumeration" plural in the documentation contents. 2003-07-20 14:37:34 +00:00
Michael R Sweet
f884fb21ea Update size of download files. 2003-07-20 14:09:20 +00:00
Michael R Sweet
64f6f21711 Add mxmlSaveString tests. 2003-07-20 13:49:09 +00:00
Michael R Sweet
c754d6984e Bump version to 1.1. 2003-07-20 13:42:03 +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
95fc4e37f1 Fix some bugs... 2003-07-20 13:19:08 +00:00
Michael R Sweet
cd5601fd40 Start of string writing code... 2003-06-19 04:25:12 +00:00
Michael R Sweet
596ca0f10d Drop int/real arrays. 2003-06-19 03:39:23 +00:00
Michael R Sweet
dd903644a5 Add prototype and definitions for string functions and array types. 2003-06-19 03:20:41 +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
208408cf01 Add space to link... 2003-06-15 01:46:04 +00:00
Michael R Sweet
98b45e011e Update homepage. 2003-06-15 01:45:12 +00:00
Michael R Sweet
8ff6b5ea68 Fix configure script handling of uname. 2003-06-15 01:37:32 +00:00
Michael R Sweet
50807eaddd Drop index.html from install list, since it isn't part of the source ball.. 2003-06-15 01:29:02 +00:00
Michael R Sweet
cf859f9ee0 Update changelog. 2003-06-15 01:23:43 +00:00
Michael R Sweet
e53bff5519 Add mxml library manpage. 2003-06-15 01:22:37 +00:00
Michael R Sweet
868e694d8d Add man page, packaging files. 2003-06-15 00:44:34 +00:00
Michael R Sweet
bcc99b153a Fix some more documentation generator bugs.
Add detailed docos to the file.
2003-06-14 23:56:47 +00:00
Michael R Sweet
0cc4b9e665 Fix mxmldoc handling of comments, now getting quite usable documentation.
Add additional tests to testmxml.

Bump to v1.0.
2003-06-14 22:14:17 +00:00
Michael R Sweet
70040fe9d2 More changes to documentation generator...
Cleanup library header file.
2003-06-07 21:27:05 +00:00
Michael R Sweet
57847b02c1 Update mxmldoc program to handle function arguments/variables. 2003-06-06 03:09:31 +00:00
Michael R Sweet
0a2fa6cbc6 The source is now 51k... 2003-06-05 14:26:31 +00:00
Michael R Sweet
cbbef5124f Prep for 0.93 release. 2003-06-05 13:49:14 +00:00
Michael R Sweet
49065790fe Generate HTML docos.
Fix some problems with function docos and void functions.
2003-06-05 12:11:53 +00:00
Michael R Sweet
a9403b21b4 Working mxmldoc core. 2003-06-05 03:06:20 +00:00
Michael R Sweet
1d1c545e64 Fix whitespace handling.
Partially working mxmldoc!
2003-06-04 23:20:31 +00:00
Michael R Sweet
8cfa3005e5 Bug fixes in mxmlWalkNext().
Break whitespace processing into separate function and add "where" values
for before/after the open/close tags.

Major progress on mxmldoc example program.

Update test program to use new whitespace callback.

Clean up header file.

Add rating link to home page.
2003-06-04 21:19:00 +00:00