Commit Graph

21 Commits

Author SHA1 Message Date
Michael R Sweet
883f174de2
Bump version. 2024-03-20 21:07:58 -04:00
Michael R Sweet
e676eb35cb
Implement mxmlOptions APIs to normalize all of the load/save option stuff (Issue #312) 2024-03-18 21:46:14 -04:00
Michael R Sweet
fde58fe7a7
More versioning changes, add tests to makesrcdist. 2024-02-27 16:50:25 -05:00
Michael R Sweet
6785ee4357
Fix POSIX thread cleanup code - _mxml_fini shouldn't be calling the global
destructor, just deleting the per-thread key.

Bump version to 3.3.1.
2021-12-14 21:23:35 -05:00
Carlo Bramini
5472dc62f2 Improve detection of "long long int"
In my opinion, you can simplify a bit the configure script by using AC_TYPE_LONG_LONG_INT for detecting the support of long long type. The sources using HAVE_LONG_LONG just need to use HAVE_LONG_LONG_INT instead.
2021-10-27 14:38:49 +02:00
Michael R Sweet
7ea46c9965
Bump version to 3.3, add NuGet files for VS. 2021-10-26 15:43:44 -04:00
Michael R Sweet
1df294d735
Fix some minor Coverity memory leak issues. 2021-10-26 13:44:00 -04:00
Michael R Sweet
23dddcff50
Bump version. 2020-12-04 18:44:50 -05:00
Michael R Sweet
371bb0c0a0
Bump copyrights. 2020-10-01 08:59:08 -04:00
Michael R Sweet
e2f7978b15
Roll back part of the change for Issue #256 since it causes a regression for
some applications and the XML 1.0 specification only requires an XML file to
start with '<' (Issue #259)
2019-07-08 14:15:19 -04:00
Michael R Sweet
75da0dcf21 Fix make install issues (Issue #257)
Bump version to 3.1.
2019-07-03 11:30:38 -04:00
Michael R Sweet
f8c52d8ac9
Update Visual Studio config.h.
Update header comments in Xcode config.h.
2019-02-13 11:27:58 -05:00
Michael R Sweet
b187e59aae
Only ignore config.h in the root directory.
Add missing Xcode config.h.
2019-02-13 11:25:47 -05:00
Michael R Sweet
ea6778390a
Bump version to 3.0.
Move all of the private structure definitions to mxml-private.h.
2019-01-04 20:02:48 -05:00
Michael R Sweet
eadf40fa70
Remove mxmldoc (Issue #237) 2019-01-02 20:36:53 -05:00
Michael R Sweet
ff998635dd
Remove old file. 2018-09-09 22:03:52 -04:00
Michael Sweet
f1f1703050 Update Markdown support. 2017-04-21 20:37:27 -04:00
Michael Sweet
4d322880f4 Update ZIP container code, now things are working... 2017-04-04 23:32:11 -04:00
Michael Sweet
7c2551e996 Switch to using hand-rolled ZIP container "library" for EPUB files. 2017-04-04 16:16:17 -04:00
Michael Sweet
8abc6bbebf Save work - building real EPUB container, most of the validation issues are now
fixed.
2017-03-31 17:41:32 -04:00
Michael Sweet
6ac1fb23f4 Use vasprintf when available.
Use strlcpy when available.

Add xcode project.
2017-03-29 19:04:41 -04:00