Commit Graph

671 Commits

Author SHA1 Message Date
Michael R Sweet
880a461160 Add linux makefiles (Issue #335) 2024-11-18 09:29:28 -05:00
Michael R Sweet
61eddf1b62
Update docos (Issue #334) 2024-11-17 17:15:44 -05:00
Michael R Sweet
818c8a729f
Drop long long config tests (Issue #335) 2024-11-17 16:05:19 -05:00
Michael R Sweet
5e35d50f75
Fix compiler warnings (Issue #333) 2024-11-14 15:26:29 -05:00
Michael R Sweet
95445118c2
Merge pull request #331 from dacav/fix_doc_mistake
Fix documentation mistake
2024-10-01 17:19:06 -04:00
dacav
e4593a6246
Fix documentation mistake 2024-10-01 22:11:54 +02:00
Michael R Sweet
d650587449
Bump version, changelog. 2024-06-14 06:28:30 -04:00
Michael R Sweet
68a9c50f5b
Merge pull request #329 from BBIGQ-LYQ/patch-1
Update mxml-options.c
2024-06-14 06:25:53 -04:00
钰棋
3727b95db5
Update mxml-options.c
If the passed-in options are null, a segment error occurs when trying to access a member with a null pointer.
2024-06-14 09:47:56 +08:00
Michael R Sweet
804c4f4d92
Bump version. 2024-04-21 17:10:21 -04:00
Michael R Sweet
002c34f458
Add MXML_ALLOC_SIZE define (Issue #318) 2024-04-21 17:08:39 -04:00
Michael R Sweet
0c97db4186
Fixed mxmlSetDeclarationf implementation (Issue #322) 2024-04-21 16:58:53 -04:00
Michael R Sweet
c81526ad84
Install mxml man page as mxml4 by default (Issue #324) 2024-04-21 16:55:44 -04:00
Michael R Sweet
ef6b4684c3
Default DSOFLAGS to LDFLAGS (Issue #325) 2024-04-21 16:50:30 -04:00
Michael R Sweet
7ed214cbcf
Bump version. 2024-03-22 15:10:12 -04:00
Michael R Sweet
b4dfd13d06
Add NOTPARALLEL GNU make extension to avoid install errors (Issue #314) 2024-03-22 15:09:23 -04:00
Michael R Sweet
c9f2cbf411
Bump package versions. 2024-03-22 08:59:10 -04:00
Michael R Sweet
3fa5510610
Another try at getting all of the builds working properly regardless of options. 2024-03-22 08:52:51 -04:00
Michael R Sweet
1b59c3a8a0
Fix CFLAGS in makefile. 2024-03-21 17:16:39 -04:00
Michael R Sweet
be928961e0
One more fix for docdir in makefile. 2024-03-21 11:20:50 -04:00
Michael R Sweet
883f174de2
Bump version. 2024-03-20 21:07:58 -04:00
Michael R Sweet
8a5c9ee279
Fix missing docdir in Makefile.in. 2024-03-20 21:07:20 -04:00
Michael R Sweet
9856aa51e3
Update makesrcdist script. 2024-03-20 12:14:01 -04:00
Michael R Sweet
22f7fd4e47
Clean up README.md for release. 2024-03-20 12:12:47 -04:00
Michael R Sweet
d54a88db43
Update README.md examples. 2024-03-20 11:32:06 -04:00
Michael R Sweet
db39074de2
Finalize documentation changes (Issue #312) 2024-03-20 11:18:15 -04:00
Michael R Sweet
b438d21b9b
Save work on documentation updates. 2024-03-19 13:18:43 -04:00
Michael R Sweet
73c05c8b23
Fix some code scanning issues. 2024-03-19 11:28:18 -04:00
Michael R Sweet
528c89ef86
Fix Windows compile errors. 2024-03-19 11:22:41 -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
726dc0dce7
Fix Windows DLL exports. 2024-03-17 10:15:57 -04:00
Michael R Sweet
03d18d0883
Windows requires config.h for the unit test. 2024-03-17 08:16:07 -04:00
Michael R Sweet
c8f67c29f0
Tweak README. 2024-03-17 08:13:44 -04:00
Michael R Sweet
496bcdd21b
Update quick API overview in README. 2024-03-16 22:31:17 -04:00
Michael R Sweet
143fa436ca
More doco updates. 2024-03-16 22:20:24 -04:00
Michael R Sweet
c1d787dc5f
Update docos some more. 2024-03-13 09:59:47 -04:00
Michael R Sweet
a9aea16f3a
Save work on docos. 2024-03-10 10:23:51 -04:00
Michael R Sweet
9e22b3ef64
Add alternate string management support. 2024-03-07 14:06:50 -05:00
Michael R Sweet
1dfe8e7ac9
Update docos. 2024-03-06 20:10:09 -05:00
Michael R Sweet
2c62878254
Normalize MXML_DESCEND_ values.
Normalize MXML_ADD_ values.

Drop MXML_ADD_TO_PARENT.

Move MXML_TAB to mxml-private.h
2024-03-06 20:03:48 -05:00
Michael R Sweet
77d609e8e8
Fix real number support in non-English locales (Issue #311) 2024-03-06 18:18:29 -05:00
Michael R Sweet
99736682f1
Remove unused code and update docos. 2024-03-06 17:13:13 -05:00
Michael R Sweet
30fedd64d8
Update CodeQL filters. 2024-03-06 17:04:22 -05:00
Michael R Sweet
6715b91540
Update Github CI rules. 2024-03-06 17:02:28 -05:00
Michael R Sweet
3e58559c69
Third time's the charm... 2024-03-06 16:56:41 -05:00
Michael R Sweet
73c2a52eb8
Try another Windows fix. 2024-03-06 16:51:11 -05:00
Michael R Sweet
069a353eaf
Fix warning (Issue #301) 2024-03-06 16:48:06 -05:00
Michael R Sweet
83e9b0a6bc
Merge pull request #306 from DarkRelay-Security-Labs/DarkRelayLabs-AFL-feature
Implemented AFL Fuzzing
2024-03-06 16:30:26 -05:00
Michael R Sweet
c07a57e02f
Use realloc for everything (Issue #300) 2024-03-06 16:26:32 -05:00
Michael R Sweet
4c9b2d2260
Windows needs ssize_t definition. 2024-03-06 16:14:36 -05:00