Commit Graph

580 Commits

Author SHA1 Message Date
Michael R Sweet
0b1aa069c9
Modernize configure script.
Add Github Actions CI builds and Coverity scanning.

Add clang and cppcheck scanning.

Add test target.
2021-10-26 08:25:41 -04:00
Michael R Sweet
c44aa254cc
Fix minor version in header (Issue #285) 2021-06-23 10:40:09 -04:00
Michael R Sweet
990d4b54ea
Update copyright in docos. 2021-05-30 09:46:03 -04:00
Michael R Sweet
546b86fa8a
Update logo and docos. 2021-05-30 09:44:57 -04:00
Michael R Sweet
7e03e4670b
Gratuitous change to README file to bump commits for v3.2 branch. 2021-05-09 17:06:00 -04:00
Michael R Sweet
26fb9e0ea6
Merge pull request #282 from orbea/libtool
build: Don't use libtool.
2021-04-07 17:26:02 -04:00
orbea
4e2e31236f build: Don't use libtool. 2021-04-07 09:17:52 -07:00
Michael R Sweet
ab78fd816f
Add Liberapay to Mini-XML funding options. 2020-12-04 18:45:05 -05:00
Michael R Sweet
23dddcff50
Bump version. 2020-12-04 18:44:50 -05:00
Michael R Sweet
5490479ae7
Merge pull request #274 from timgates42/bugfix_typo_destination
docs: fix simple typo, destinatipon -> destination
2020-10-11 18:17:52 -04:00
Tim Gates
38a533c2eb
docs: fix simple typo, destinatipon -> destination
There is a small typo in mxml-string.c.

Should read `destination` rather than `destinatipon`.
2020-10-11 20:31:05 +11:00
Michael R Sweet
dd55272944
Fix handling of elements that start with a Unicode character (Issue #267) 2020-10-02 16:36:19 -04:00
Michael R Sweet
f1b2682ce1
Clean up .gitignore and Makefile cleaning up of temporary files.
Bump version in RPM spec file.
2020-10-01 09:17:32 -04:00
Michael R Sweet
371bb0c0a0
Bump copyrights. 2020-10-01 08:59:08 -04:00
Michael R Sweet
f2454294f3
I am beginning to dislike lawyers. (Issue #270) 2020-08-18 09:13:49 -04:00
Michael R Sweet
fd5cfe483d
Create FUNDING.yml 2020-02-27 21:46:53 -05:00
Michael R Sweet
b43af676ba
Update documentation. 2020-01-10 14:58:24 -05:00
Michael R Sweet
2099ff6962
Fix unquoted Unicode attribute values (Issue #264)
Bump version to 3.2.

Bump copyright to 2020.
2020-01-10 14:55:59 -05:00
Michael R Sweet
12a8d2962b
Fix typo in changelog. 2019-11-30 12:26:48 -05:00
Michael R Sweet
8b84490619
Add support for shared libraries on the Haiku OS (Issue #262) 2019-11-30 10:52:42 -05:00
Michael R Sweet
cccb6ea053
Add header guard. 2019-11-19 11:27:12 -05:00
Michael R Sweet
55c6c7278d
Add proper annotation to mxml_error and fix format string errors in several
places (detected by LGTM security scanner)
2019-11-17 08:38:38 -05:00
Michael R Sweet
e483e5fd8a
Bump minor version in header. 2019-08-28 23:31:29 -04:00
Michael R Sweet
f2cbb0f687
Update README. 2019-07-08 14:19:09 -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
03ed2dd9ce
Change log. 2019-07-03 22:29:31 -04:00
Michael R Sweet
a084198be8
Error out when file does not start with ?xml and the top node is NULL (Issue #256) 2019-07-03 22:27:47 -04:00
Michael R Sweet
aec92c493d Update ignored files. 2019-07-03 11:31:34 -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
c7755b6992
Fix HTML link to cover image. 2019-03-02 07:11:08 -05:00
Michael R Sweet
b972235840
Update documentation. 2019-03-01 21:59:16 -05:00
Michael R Sweet
e4ca6951f0
Update docos. 2019-03-01 21:58:11 -05:00
Michael R Sweet
a8309d08e8
Update documentation for typo. 2019-02-20 11:17:43 -05: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
a69fcbcaaa
Fix _mxml_vsnprintf on Windows (Issue #245) 2019-02-10 10:40:53 -05:00
Michael R Sweet
1b8f4a2091
The mxmlSetOpaquef and mxmlSetTextf functions did not work (Issue #244)
Use _mxml_vstrdupf function, not _mxml_strdupf.
2019-02-06 07:50:10 -05:00
Michael R Sweet
2767bf73b1
Add CDATA test of varying lengths, as it looks like we might have yet another
MS C runtime issue with va_copy... :/
2019-01-18 07:44:33 -05:00
Michael R Sweet
c07d6fc9ab
Fix makesrcdist script's archive generation (Issue #242) 2019-01-17 10:12:08 -05:00
Michael R Sweet
0b1caf41cc
Fix use-after-free bug in mxmlSet APIs (Issue #241) 2019-01-09 11:53:07 -05:00
Michael R Sweet
99aecba0d9
Drop HP-UX, IRIX support for shared libraries.
Fix installation of man page.
2019-01-07 12:05:16 -05:00
Michael R Sweet
621a4de9b2
Add line numbers to error messages (Issue #230) 2019-01-05 12:23:17 -05:00
Michael R Sweet
a21f711191
Update web site address. 2019-01-04 21:05:57 -05:00
Michael R Sweet
7d058ab701
Changelog for header change (Issue #240) 2019-01-04 21:04:26 -05:00
Michael R Sweet
20619d4eab
Changelog for license change (Issue #239) 2019-01-04 21:02:28 -05:00
Michael R Sweet
f166ad1977
License change to Apache 2.0 w/exceptions for GPL2/LGPL2 software. 2019-01-04 20:44:51 -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
bc27547035
Switch to codedoc-generated documentation. Remove all old HTML docs. 2019-01-02 22:54:23 -05:00
Michael R Sweet
3e0c8eaa0e
Remove more mxmldoc files. 2019-01-02 20:42:01 -05:00
Michael R Sweet
0e19e432a5
Drop references to epub, update copyright. 2019-01-02 20:39:02 -05:00