Commit Graph

2429 Commits

Author SHA1 Message Date
Sebastian Pipping
758b6d6047 Changes: Document #114 2017-08-07 20:52:28 +02:00
Rolf Eike Beer
764f79bc04 CMake: always honor manually set BUILD_* options
Figure out if the option should be enabled or disabled by default, but
unconditionally use it if it is set.
2017-08-07 20:40:45 +02:00
Rolf Eike Beer
3d6700dd41 CMake: drop linker flag setting
CMake propagates the normal compiler flags also to the linker, one would only
need this for special linker-only flags.
2017-08-07 20:16:45 +02:00
Rolf Eike Beer
27203d8df9 CMake: properly search and announce libbsd support 2017-08-07 20:16:45 +02:00
Sebastian Pipping
880b4dad20 Changes: Document fix to #74
Related commit:
45a9b99af9
2017-08-06 20:39:14 +02:00
Sebastian Pipping
019217d669 Merge branch 'DerDakon-cmake-detect' (pull request #107) 2017-08-06 18:08:36 +02:00
Sebastian Pipping
5e3dca6a6c Changes: Document fix to #43 2017-08-06 18:06:24 +02:00
Sebastian Pipping
b6bb651e15 expat_config.h.cmake: Replace misleading header 2017-08-06 17:59:50 +02:00
Rolf Eike Beer
72b538f2a7 CMake: add option for /dev/urandom availability 2017-08-05 22:23:59 +02:00
Rolf Eike Beer
dc9c4d454a CMake: detect the presence of entropy functions 2017-08-05 22:23:59 +02:00
Rolf Eike Beer
45a9b99af9 CMake: set -fno-strict-aliasing only if the compiler supports it 2017-08-05 15:05:51 +02:00
Sebastian Pipping
65fb9a0406 Merge branch 'jwilk-forks-spelling' (pull request #111) 2017-08-04 21:31:50 +02:00
Sebastian Pipping
e57bf75a79 Changes: Document #111 2017-08-04 21:31:12 +02:00
Jakub Wilk
082bfac512 Fix typos 2017-08-03 22:50:03 +02:00
Sebastian Pipping
d98d439917 Merge branch 'unsigned-char' (pull request #109) 2017-08-03 21:35:31 +02:00
Sebastian Pipping
791d1b3f0a Changes: Document changes related to #109 2017-08-03 21:35:09 +02:00
Joe Orton
d1f7f7bbd0 Fix tests for both x86 and non-x86. (#109) 2017-08-03 21:35:03 +02:00
Sebastian Pipping
7045b040ac tests/minicheck.c: Improve error message display 2017-08-03 21:24:57 +02:00
Sebastian Pipping
ac2c26a161 coverage.sh: Cover -funsigned-char for #109 2017-08-03 21:11:37 +02:00
Sebastian Pipping
97c6bd0199 Prepare release version 2.2.3 2017-08-02 15:40:48 +02:00
Sebastian Pipping
e5470ee885 Bump version info bumped from 7:4:6 to 7:5:6 2017-08-02 15:40:46 +02:00
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
Sebastian Pipping
76752b486c Merge branch 'notroj-master' (pull request #104) 2017-08-02 12:00:50 +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
36437bf940 Merge branch 'readme-markdown' 2017-07-29 16:25:10 +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