Commit Graph

1839 Commits

Author SHA1 Message Date
Lev Walkin 08068b26d3 environment override for tests directory 2016-01-24 22:49:06 -08:00
Lev Walkin 8ca13c8a98 test subnormals 2016-01-24 22:40:00 -08:00
Lev Walkin 104af19d65 pedantic c89 safety 2016-01-24 22:13:27 -08:00
Lev Walkin 9736348c47 remove compiler warnings 2016-01-24 19:23:02 -08:00
Lev Walkin a57f2827b5 different relative path 2016-01-24 18:19:35 -08:00
Lev Walkin 3b2278aa35 fix overflow bug comparing ranges 2016-01-24 16:43:50 -08:00
Lev Walkin 8be766aa8e use -Define to figure out where to get tests from 2016-01-23 13:07:06 -08:00
Lev Walkin d7a4621673 do a distcheck as well 2016-01-23 13:06:30 -08:00
Lev Walkin 8efef2edfb keep LICENSE in distribution 2016-01-23 13:01:43 -08:00
Lev Walkin f8b56f8a7b unneeded flag 2016-01-23 12:33:11 -08:00
Lev Walkin ca1b9e568a libtool macros autorconf-generated 2016-01-23 12:25:43 -08:00
Lev Walkin 897bb8ac66 get back to space-based quoting 2016-01-23 12:06:33 -08:00
Lev Walkin f5aff0287d different quoting 2016-01-23 12:05:40 -08:00
Lev Walkin fde3d9747b formatting 2016-01-23 12:05:00 -08:00
Lev Walkin 79a75f24fb update README 2016-01-23 12:03:08 -08:00
Lev Walkin 36b913f785 ignore man Makefile 2016-01-23 09:45:07 -08:00
Lev Walkin 790b57973c RPM spec is not part of asn1c 2016-01-23 09:43:40 -08:00
Lev Walkin 2087f1f2aa RPM spec is not part of asn1c anymore 2016-01-23 09:24:38 -08:00
Lev Walkin 7e55cac51c modernize distribution a bit 2016-01-23 09:19:17 -08:00
Lev Walkin 0f9685fa2e copyright years: 2003-2016 2016-01-23 09:06:19 -08:00
Lev Walkin 848456b42a clang-format config with my preferred style 2016-01-23 09:00:58 -08:00
Lev Walkin 41a1da63e5 autoformatted (no semantic change) 2016-01-23 08:59:04 -08:00
Lev Walkin 438fe8796f avoid compile warning 2016-01-23 08:32:57 -08:00
Lev Walkin d62d7d51b0 ftruncate output should not be ignored under some compilers 2016-01-23 08:04:46 -08:00
Lev Walkin 47d884c782 removed AM_MAINTAINER_MODE 2016-01-23 06:38:16 -08:00
Lev Walkin c6080fdd93 generate manual pages from Markdown instead of writing directly 2016-01-23 06:35:34 -08:00
Lev Walkin 483c14fcec gcc warning fix? 2016-01-10 20:41:57 -08:00
Lev Walkin 04abdb2463 get rid of compiler warning of too smart compiler 2016-01-10 20:03:04 -08:00
Lev Walkin 0f2624523b bit strings also can haz members 2016-01-10 13:33:08 -08:00
Lev Walkin f76132009a split --enable-Werror and --enable-test-Werror 2016-01-10 13:27:18 -08:00
Lev Walkin 304a93e6c8 warnings as errors 2016-01-10 13:15:18 -08:00
Lev Walkin 1b3a135184 fix compiler warnings 2016-01-10 13:15:02 -08:00
devjoa 878c8b7311 Updated debug logging output in per_get_few_bits, because in some cases this caused a segment fault in the framework, due to a malformed message. 2015-12-17 11:11:13 +01:00
Lev Walkin 6b949bbd7a Merge branch 'master' of github.com:vlm/asn1c 2015-09-14 13:50:17 -07:00
Lev Walkin 7c69105e70 add Jaroslav Imrich to ChangeLog 2015-09-14 13:50:14 -07:00
Lev Walkin 9d59a402a6 Merge pull request #50 from jariq/master
C89 compliant variable declaration
2015-09-14 13:49:35 -07:00
Lev Walkin c644d99b8c add Adrien Destugues to ChangeLog 2015-09-14 13:45:36 -07:00
Lev Walkin 88152c8bd8 Merge pull request #66 from simo5/memleak
Avoid memory leak on error
2015-09-14 12:55:11 -07:00
Lev Walkin 51a7fdc6af Merge pull request #67 from simo5/fallthrough
Keep static analyzers happy
2015-09-14 12:54:42 -07:00
Lev Walkin a1e5b9d3c4 autoreconf-2.69 fix 2015-09-14 12:50:49 -07:00
Lev Walkin c4edd19aca Merge pull request #63 from brchiu/master
Update configure.ac
2015-09-14 12:44:28 -07:00
Simo Sorce 4f47bf56d4 Keep static analyzers happy
Make it clear fall through is intentional.

Signed-off-by: Simo Sorce <simo@redhat.com>
2015-09-03 17:36:12 -04:00
Simo Sorce ce71d91898 Avoid memory leak on error
This was found on an internal Red Hat scan with multiple fuzzers.

Signed-off-by: Simo Sorce <simo@redhat.com>
2015-09-03 16:49:22 -04:00
brchiu f9c7f85041 Update configure.ac
fixing problem found when using autoreconf-2.69
2015-08-01 09:52:42 +08:00
Lev Walkin 62913d8b8e ?= was confusing some environments 2015-04-27 23:37:35 -07:00
Lev Walkin 271131c9d7 use AS_HELP_STRING for formatting, etc 2015-04-10 00:09:57 -07:00
Jaroslav Imrich 2253e6b45a C89 compliant variable declaration 2014-10-31 23:05:21 +01:00
Lev Walkin a72740e1d0 formatting and English 2014-10-26 20:23:08 -07:00
Lev Walkin 507f60007d english 2014-10-26 20:22:16 -07:00
Lev Walkin 288527ba84 formatting and English 2014-10-26 20:12:53 -07:00