Commit Graph

284 Commits

Author SHA1 Message Date
Michael R Sweet
8c43d0a67f Add WIN32 thread-specific globals 2007-11-22 18:01:52 +00:00
Michael R Sweet
ef09aec9bd Fix DLL generation, add testmxml to project. 2007-11-19 05:53:50 +00:00
Michael R Sweet
f80e51b750 Fix shared library building on HP-UX and Mac OS X. 2007-11-19 04:57:01 +00:00
Michael R Sweet
c1c940970d Convert to DLL 2007-10-03 06:25:07 +00:00
Michael R Sweet
237a4ad90e Fix output of function argument descriptions.
Use minixml.org for schema.
2007-09-26 01:32:57 +00:00
Michael R Sweet
b6661a118c Add pthread support. 2007-09-22 21:00:56 +00:00
Michael R Sweet
1f5e9b0758 Prep work to add threading support to Mini-XML. 2007-09-21 04:46:02 +00:00
Michael R Sweet
658c6bd661 mxmlElementSetAttrf() did not work (STR #57) 2007-09-15 20:04:56 +00:00
Michael R Sweet
d6d842e60a Bump version to 2.4.
Added mxmlElementDeleteAttr() function (STR #59).
2007-09-15 20:03:15 +00:00
Michael R Sweet
1b7e834dbc Use minixml.org for email addresses. 2007-09-11 17:34:17 +00:00
Michael R Sweet
988a312865 Quote search words. 2007-09-09 21:17:13 +00:00
Michael R Sweet
e9a1907adf Changelog. 2007-09-09 08:28:50 +00:00
Michael R Sweet
f5993028ff Don't allow attributes without values. 2007-09-09 08:22:12 +00:00
Michael R Sweet
7da48b7de7 XML only treats space, tab, carriage return, and line feed as whitespace
characters.
2007-09-09 08:16:24 +00:00
Michael R Sweet
8395465800 Fix Visual C++ config.h... 2007-09-09 08:13:09 +00:00
Michael R Sweet
207782c809 Propagate element errors (STR #46) 2007-09-09 08:11:25 +00:00
Michael R Sweet
7f26d51318 Add apos character entity (STR #54) 2007-09-09 08:02:52 +00:00
Michael R Sweet
30feac1369 Add mxml_isspace() local Unicode implementation of isspace() with inlining
when possible (STR #48)
2007-09-09 07:27:08 +00:00
Michael R Sweet
b0e38fbcbf Fix mxmlWalkNext() and mxmlWalkPrev() when node == top (STR #53) 2007-09-09 07:16:52 +00:00
Michael R Sweet
083940536b Cleanup remaining pages. 2007-09-09 07:08:30 +00:00
Michael R Sweet
2181cfb688 Web page overhaul. 2007-09-09 07:02:33 +00:00
Michael R Sweet
d82cc14298 Remove bogus </A>. 2007-08-05 02:18:37 +00:00
Michael R Sweet
8d5c62b5a5 Fix bug in login page. 2007-08-05 01:40:49 +00:00
Michael R Sweet
5724ded82a Fix URLs and base directory. 2007-08-05 00:28:31 +00:00
Michael R Sweet
a50d089c23 Add --with-archflags option.
Add datarootdir definition to silence new autoconf's brain damaged new
datarootdir variable (which as far as I can see is the same as the old
datadir, which is set to datarootdir all the time...)
2007-07-20 23:52:25 +00:00
Michael R Sweet
3fcd4256a7 More updates to the cover. 2007-05-23 21:38:42 +00:00
Michael R Sweet
d66b477da8 Convert background for cover to CMYK for better printing. 2007-05-23 20:40:39 +00:00
Michael R Sweet
bb942fc21e Fix superscript text size for TM's. 2007-05-18 19:31:18 +00:00
Michael R Sweet
857757257e Add background image to book cover. 2007-05-17 03:28:47 +00:00
Michael R Sweet
17ebc3ea8d Add 2.3 release. 2007-04-27 01:55:17 +00:00
Michael R Sweet
7817c4e970 Update announcement.
Copyright->License in spec file.
2007-04-27 01:50:43 +00:00
Michael R Sweet
720206711b Update RPM spec file.
Update versions on STR page.
2007-04-27 01:42:00 +00:00
Michael R Sweet
42cdf96241 Resize cover page. 2007-04-27 01:29:20 +00:00
Michael R Sweet
d26b6e7eb1 Update docos. 2007-04-27 01:16:49 +00:00
Michael R Sweet
775bb19cf5 Remove old doco files. 2007-04-27 01:12:26 +00:00
Michael R Sweet
7d8801c7dd Update docos. 2007-04-27 01:10:20 +00:00
Michael R Sweet
92abe20fb4 Update cover image. 2007-04-27 01:05:38 +00:00
Michael R Sweet
6fb1d1b5e5 Install chapter images.
Uncomment typedef comment handling.
2007-04-27 00:49:03 +00:00
Michael R Sweet
2111ae8d27 Add missing file.
Ignore generated files.
2007-04-26 22:26:38 +00:00
Michael R Sweet
463a190a55 Don't install or create formatted man pages.
New logo.

Documentation updates.
2007-04-26 22:21:37 +00:00
Michael R Sweet
0a79a46ac3 Save work on manual. 2007-04-24 02:48:40 +00:00
Michael R Sweet
8ed535457f Add cover image. 2007-04-23 22:01:24 +00:00
Michael R Sweet
bf73da6782 Save work on documentation.
Add SAX load APIs.

Add man page output for mxmldoc.

Add types for various callback functions.
2007-04-23 21:48:03 +00:00
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