Commit Graph

2051 Commits

Author SHA1 Message Date
Sebastian Pipping
642ec44e7b runtests.c: Catch some failure to bump XML_*_VERSION 2017-08-02 15:40:38 +02:00
Sebastian Pipping
e5eb04b373 Changes: Document issues #4 #5 #7 #86
.. and extend credits
2017-08-02 15:01:47 +02:00
Sebastian Pipping
cccadcc20d Changes: Document check for convert function
Related commit: fc06a529a3
2017-08-02 13:38:41 +02:00
Sebastian Pipping
cf5c6ffded loadlibrary.c: Address -Wempty-translation-unit 2017-08-02 13:34:46 +02:00
Joe Orton
a5e20f5bc9 Expand buffer size to avoid GCC 7.x warning. 2017-08-02 08:49:20 +01:00
Sebastian Pipping
17d2f6bcd5 doc/xmlwf.xml: Fix mis-leading description of -c 2017-07-31 22:19:57 +02:00
Sebastian Pipping
9a22ff7879 Changes: Mention CVE-2017-11742 2017-07-30 15:53:42 +02:00
Sebastian Pipping
74fba52a91 Changes: Re-order/classify items for in-the-making release 2017-07-29 23:23:11 +02:00
Sebastian Pipping
fd9581a34e Never require XML_POOR_ENTROPY for "./configure && make"
.. as XML_POOR_ENTROPY was intended to catch _accidental_
compilation with no provider of high quality entropy
enabled for _non-Autoconf_ build systems from the start.
2017-07-29 21:38:42 +02:00
Sebastian Pipping
251b1776a7 README.md: Make link to COPYING work for the front page. 2017-07-29 16:27:36 +02:00
Sebastian Pipping
d1b75ec35e README.md: Add note on limitation of -fshort-wchar 2017-07-29 16:23:46 +02:00
Sebastian Pipping
cd254f183a README.md: Add links 2017-07-29 16:21:39 +02:00
Sebastian Pipping
797e55251d README.md: Reflect present 2017-07-29 16:21:39 +02:00
Sebastian Pipping
d44ba5e7f9 README.md: Fix reference to Makefile 2017-07-29 16:21:39 +02:00
Sebastian Pipping
da70f7af4d Migrate README to Markdown 2017-07-29 16:21:39 +02:00
Sebastian Pipping
7672f1ce96 Merge branch 'windows-curl-load-library' (pull request #101) 2017-07-29 15:26:10 +02:00
Sebastian Pipping
ce5f210785 Merge branch 'nonblock-fail-getrandom' (pull request #92) 2017-07-29 15:17:10 +02:00
Rhodri James
d6bda1f97f runtests.c: Turn #defines into consts (#103)
The loop limit of the various test_alloc_* and test_nsalloc_*
functions were given as #defined constanst.  These have been turned
into const constants to give the compiler a better chance with them.
2017-07-29 13:56:44 +02:00
Sebastian Pipping
6a8267696c Merge branch 'coverage-no-context' (pull request #102) 2017-07-27 19:55:14 +02:00
Rhodri James
111bfd79b8 Use named constant for magic number in external_entity_dbl_handler 2017-07-27 15:02:31 +01:00
Rhodri James
a8a79811d7 Use named constant for magic number in external_entity_duff_loader 2017-07-27 14:48:41 +01:00
Rhodri James
f95017d540 Use named constant for magic number in test_..._parser_with_encoding() 2017-07-27 14:46:41 +01:00
Rhodri James
f1757d0269 Use named constant for magic number in test_misc_alloc_create_parser() 2017-07-27 14:45:42 +01:00
Rhodri James
a9332c0b45 Make test_alloc_long_notation() robust vs allocation pattern changes. 2017-07-27 14:39:32 +01:00
Rhodri James
d43cbb8b4c Make test_alloc_long_entity_value() robust vs allocation changes 2017-07-27 14:30:52 +01:00
Rhodri James
9e8311f127 Make test_alloc_long_public_id() robust vs allocation pattern changes 2017-07-27 14:29:44 +01:00
Rhodri James
075aa7c179 Make test_alloc_long_base() robust vs allocation pattern changes 2017-07-27 14:28:31 +01:00
Rhodri James
a7ae0fc804 Make test_alloc_long_doc_name() robust vs allocation pattern changes 2017-07-27 14:25:27 +01:00
Rhodri James
85df01d9e0 Make test_alloc_realloc_attributes() robust vs allocation changes 2017-07-27 14:24:28 +01:00
Rhodri James
165bfa94ef Make test_alloc_realloc_ce_extends_pe() robust vs allocation changes 2017-07-27 14:23:43 +01:00
Rhodri James
a879906c08 Make test_alloc_realloc_param_entity_newline() robust vs allocations 2017-07-27 14:21:58 +01:00
Rhodri James
39bba875ef Make test_alloc_long_attr_value() robust vs allocation changes 2017-07-27 14:18:40 +01:00
Rhodri James
890efa6b33 Make test_alloc_long_attr_default_with_char_ref() robust vs allocs 2017-07-27 14:17:20 +01:00
Rhodri James
1bea11a178 Make test_alloc_attribute_predefined_entity() robust vs allocation 2017-07-27 14:15:16 +01:00
Rhodri James
88436b3723 Make test_alloc_attribute_whitespace() robust vs allocation changes 2017-07-27 14:12:48 +01:00
Rhodri James
2c15ac7594 Make test_alloc_realloc_long_attribute_value() robust vs allocations 2017-07-27 14:09:07 +01:00
Rhodri James
8311f7ad7a Make test_alloc_comment_in_epilog() robust vs allocation changes 2017-07-27 14:08:06 +01:00
Rhodri James
32c2572747 Make test_alloc_pi_in_epilog() robust vs allocation pattern changes 2017-07-27 14:06:41 +01:00
Rhodri James
53d8f0a228 Make test_alloc_realloc_group_choice() robust vs allocation changes 2017-07-27 14:02:49 +01:00
Rhodri James
1ca22526c9 Make test_alloc_large_group() robust vs allocation pattern changes 2017-07-27 14:02:03 +01:00
Rhodri James
50d59d0d44 Make test_alloc_realloc_nested_groups() robust vs allocation changes 2017-07-27 13:56:43 +01:00
Rhodri James
4dcb57a98e make test_alloc_nested_groups() robust vs allocation pattern changes 2017-07-27 13:55:43 +01:00
Rhodri James
dc972ae067 Make test_alloc_system_notation() robust vs allocation changes 2017-07-27 13:50:19 +01:00
Rhodri James
ec11c8924d Make test_alloc_public_notation() robust vs allocation pattern changes 2017-07-27 13:49:22 +01:00
Rhodri James
4722c718d0 Make test_alloc_notation() robust vs allocation pattern changes 2017-07-27 13:48:08 +01:00
Rhodri James
cef76908df Make test_alloc_realloc_default_attribute() robust vs allocation 2017-07-27 13:47:08 +01:00
Rhodri James
513ee03ffd Make test_alloc_realloc_implied_attribute() vs allocation changes 2017-07-27 13:45:47 +01:00
Rhodri James
f2389b38b1 Make test_alloc_realloc_attribute_enum_value() robust vs allocations 2017-07-27 13:44:34 +01:00
Rhodri James
5013e2f65d Make test_alloc_attribute_enum_value() robust vs allocation changes 2017-07-27 13:41:02 +01:00
Rhodri James
70b8a15efc Make test_alloc_set_foreign_dtd() robust vs allocation pattern changes 2017-07-27 13:39:48 +01:00