Commit Graph

1706 Commits

Author SHA1 Message Date
Lev Walkin fc9687925f author fix 2017-03-26 03:52:57 -07:00
Lev Walkin 7e6775786d Merge pull request #90 from brchiu/fix_escape_character_missing
Solve "make check-per" failed on Lubuntu
2017-03-26 03:51:30 -07:00
Lev Walkin d27d5b5e72 Merge pull request #89 from brchiu/unify_specs_variable_name
Unify the naming of asn_OCTET_STRING_specifics_t variables
2017-03-26 03:50:37 -07:00
Lev Walkin a964e03306 removed more unnecessary checks 2017-03-26 03:48:48 -07:00
Lev Walkin fa9bb6dcfd version bump 2017-03-26 03:48:47 -07:00
Lev Walkin 98c6b31eca Merge pull request #87 from elfring/Remove_unnecessary_checks1
Delete unnecessary checks before some function calls
2017-03-26 03:43:23 -07:00
Lev Walkin 792b22b912 date 2017-03-26 03:29:55 -07:00
Lev Walkin f43b5025ae include INSTALL into distribution 2017-03-26 03:25:57 -07:00
Lev Walkin 997d4c78e6 copyright info 2017-03-26 03:16:05 -07:00
Lev Walkin 9413414cdd better dir 2017-03-26 03:11:02 -07:00
Lev Walkin 73d449d49c Merge branch 'master' of github.com:vlm/asn1c 2016-12-02 11:36:53 -08:00
Lev Walkin ba3a148eb1 recognize contributors 2016-12-02 11:36:33 -08:00
Lev Walkin f95c499d33 fix generated comments thanks to mkhon@github and Ymbirtt@github 2016-12-02 11:35:00 -08:00
Lev Walkin f3ecbcaaf2 Merge pull request #75 from devjoa/master
Fixed debug logging bug in per_get_few_bits.
2016-12-02 11:25:05 -08:00
Bi-Ruei, Chiu 385cbe03d6 Solve "make check-per" failed on Lubuntu 2016-11-15 21:00:27 +08:00
Bi-Ruei, Chiu 419ac3a6ce Unify the naming of asn_OCTET_STRING_specifics_t with code-generated
'_specifics_t' variables to have 'asn_SPC_' prefix instead of 'asn_DEF_'
prefix.
2016-11-09 20:38:41 +08:00
Lev Walkin d6a741287b formatting 2016-08-02 04:07:51 -07:00
Lev Walkin 4bf28a8e1b formatting 2016-08-02 04:07:40 -07:00
Lev Walkin 4af4112b9d formatting 2016-08-02 04:06:36 -07:00
Lev Walkin 657dbe7210 formatting 2016-08-02 04:05:48 -07:00
Lev Walkin 83b52d8fdb INSTALL -> INSTALL.md 2016-08-02 04:03:03 -07:00
Lev Walkin 93ed494210 Merge branch 'master' of github.com:vlm/asn1c 2016-08-02 03:54:39 -07:00
Lev Walkin e9b0fd77c9 some shellcheck recommendations 2016-07-03 00:10:07 -07:00
Lev Walkin 344520699c oops; fixed argument substitution 2016-07-03 07:06:42 +00:00
Lev Walkin 92876d38dd checked with shellcheck 2016-07-03 00:00:41 -07:00
Lev Walkin bce0ce4351 _BSD_SOURCE moved to a more global location 2016-07-02 23:51:32 -07:00
Lev Walkin eabd277f06 _BSD_SOURCE might be defined in unber.c 2016-07-02 23:22:58 -07:00
Lev Walkin 88434eed32 avoid too much verbosity 2016-07-02 23:03:32 -07:00
Lev Walkin 74757c8be3 avoid shifting negative value 2016-07-02 23:02:59 -07:00
Lev Walkin a6040115b3 unlock snprintf on some systems 2016-07-02 23:01:30 -07:00
Lev Walkin f6e4fc9f22 make distcheck works now 2016-07-02 23:44:40 +00:00
Lev Walkin b2adf16083 ignore autogenerated m4 stuff 2016-07-02 23:34:15 +00:00
Lev Walkin d8cc847d87 working better with new automake test suite driver 2016-07-02 23:33:32 +00:00
Lev Walkin 619f0cd736 alloca.h is not universally available 2016-07-02 19:55:23 +00:00
Markus Elfring f3d1861b94 Bug #86: Deletion of unnecessary checks before calls of the function "free"
The function "free" is documented in the way that no action shall occur for
a passed null pointer. It is therefore not needed that a function caller
repeats a corresponding check.
http://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first

This issue was fixed by using the software "Coccinelle 1.0.4".

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
2016-03-15 08:35:24 +01:00
Markus Elfring 671eb9ad14 Bug #86: Deletion of unnecessary checks before a few calls of asn1c functions
The following functions return immediately if a null pointer was passed.
* asn1p_constraint_free
* asn1p_paramlist_free
* asn1p_ref_free
* asn1p_value_free
* asn1p_wsyntx_free

It is therefore not needed that a function caller repeats a corresponding check.

This issue was fixed by using the software "Coccinelle 1.0.4".

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
2016-03-14 17:07:26 +01:00
Lev Walkin 0ec6b19a78 try to move it around for travis 2016-03-14 05:17:34 -07:00
Lev Walkin 64dd70cfc1 EMIT_ASN_DEBUG is in skeletons flags 2016-03-14 05:14:07 -07:00
Lev Walkin d60414d957 leave only skeleton flags 2016-03-14 05:11:57 -07:00
Lev Walkin 25307f6eb6 explicit stdio for snprintf 2016-03-14 04:44:03 -07:00
Lev Walkin f379fe3ac9 check-src has its own extra_dist 2016-03-14 04:30:27 -07:00
Lev Walkin f84fc1c23d ignore makefiles 2016-03-14 04:29:50 -07:00
Lev Walkin 681f0590d0 DBL_TRUE_MIN is C11, make it portable 2016-03-14 04:21:26 -07:00
Lev Walkin 19a2118f3c alloca.h for alloca (c89) 2016-03-14 04:15:32 -07:00
Lev Walkin 3798f34a8d tests code uses C99 2016-03-14 04:07:45 -07:00
Lev Walkin 9db13ab322 more verbose builds 2016-03-14 04:04:08 -07:00
Lev Walkin 55982b820a undo skeletons hierarchy detection 2016-03-14 03:56:16 -07:00
Lev Walkin 7623d8c33e try to fetch timegm from the environment 2016-03-14 03:55:21 -07:00
Lev Walkin 4ecc33785d Makefile is part of distribution 2016-03-14 03:49:06 -07:00
Lev Walkin 9ee77995ba more explicit test spec 2016-03-14 03:46:16 -07:00