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
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
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
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
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
cc95be7bed
Add mxmlNewCDATA() and mxmlSetCDATA() functions.
...
Bump version to 2.2.3.
Update docos.
2005-08-05 14:17:19 +00:00
Michael R Sweet
35b7bc18e3
Fix typedef handling bug in mxmldoc.
...
Don't use valgrind in dotest.sh...
2005-06-14 02:53:52 +00:00
Michael R Sweet
87410f7b09
Add debug stuff.
2005-06-09 13:20:57 +00:00
Michael R Sweet
19b8ed648f
Add MXML_IGNORE and MXML_IGNORE_CB to allow whitespace to be
...
ignored in element-only XML files.
2005-06-07 23:43:45 +00:00
Michael R Sweet
e0262e0099
Fix segfault in mxmlLoad*() with invalid XML.
2005-05-30 13:00:54 +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
c075136310
Update documentation with release notes.
...
Use new logo.
Add favicon stuff.
Prep for 2.2.1 release.
2005-05-17 00:54:44 +00:00
Michael R Sweet
a3900d8d0f
Add new logo.
2005-05-16 12:35:28 +00:00
Michael R Sweet
523aa629b8
Fixed a MingW/Cygwin compilation problem (STR #18 )
2005-04-24 23:33:13 +00:00
Michael R Sweet
d05a2f8d52
Fixed an XML output bug in mxmldoc.
...
The "make install" target now uses the install command to set the
proper permissions on UNIX/Linux/OSX.
2005-04-24 23:23:59 +00:00
Michael R Sweet
6712bf6914
Update for 2.2 release.
2005-02-26 05:27:25 +00:00
Michael R Sweet
f5971df74b
Added support for CDATA (STR #14 , STR #15 )
...
Updated comment and processing instruction handling - no entity
support per XML specification.
Added checking for invalid comment termination ("--->" is not
allowed)
Fixed test program to work with new ?xml handling.
2005-01-29 07:19:38 +00:00
Michael R Sweet
7ec9c5924f
Update PCL driver to set PJL page size for DesignJet 1050C (PR #5219 )
2004-11-18 17:04:17 +00:00
Michael R Sweet
40adb027dd
Add docos for custom data handlers.
2004-11-13 16:51:21 +00:00
Michael R Sweet
0591ee2e19
Added support for custom data nodes (STR #6 )
2004-10-28 02:58:01 +00:00
Michael R Sweet
c0878b3f9a
Treat UTF-8 sequences that are longer than needed as an error (STR #4 )
2004-10-28 01:07:00 +00:00
Michael R Sweet
243e9c1556
Add FD test.
2004-07-11 13:26:25 +00:00
Michael R Sweet
3cc3f8a63d
Add new mxmlLoadFd() and mxmlSaveFd() functions.
2004-07-11 13:14:07 +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
8ace1524af
Rebuild doco files, update web site.
2004-06-21 11:00:28 +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
0fd3bd7f33
Optimizations and bug fixes from STR #2 :
...
- mxmlIndexNew() sort algorithm update to eliminate unnecessary
right-hand recursion.
- Combine printf() and puts() calls in mxmldoc to reduce the number
of calls and code size.
- mxmlSaveFile() now writes Unicode chars with fwrite for potential
speedup and modest size savings.
- mxmlEntityAddCallback() now returns an integer status so an app
knows when it was not possible to add an entity callback.
2004-06-01 20:19:34 +00:00
Michael R Sweet
e5d503184f
Revise line-of-code count for libxml2.
2004-05-21 12:34:26 +00:00
Michael R Sweet
4184668da3
Remove generated PDF from here; don't include with source distro.
2004-05-21 12:17:27 +00:00
Michael R Sweet
541ac7648b
Update lines-of-code count in intro.
2004-05-21 12:13:23 +00:00
Michael R Sweet
9f78683a90
Prep for 2.0rc1.
2004-05-21 02:59:52 +00:00
Michael R Sweet
7f9aeeae1e
Forgot to commit...
2004-05-21 02:06:04 +00:00
Michael R Sweet
cf3827d52a
Poll stuff.
2004-05-20 03:38:42 +00:00
Michael R Sweet
acab636423
UTF-16 input support.
2004-05-16 21:54:47 +00:00