Commit Graph

12 Commits

Author SHA1 Message Date
Lev Walkin c0e03b946e introduce namespaces 2017-08-22 01:48:23 -07: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
Lev Walkin a00d6b3714 refactored parameterization support 2006-03-21 03:40:38 +00:00
Lev Walkin 9c2285abf3 parsing object classes more properly 2006-03-09 08:49:26 +00:00
Lev Walkin 59b176ee35 upgrade: PER related changes 2005-11-26 11:25:14 +00:00
Lev Walkin 1a01e19777 choice tagging fix 2005-01-17 12:27:41 +00:00
Lev Walkin 188ed2c714 inner structures tagging fix. see 0.9.5 comment in ChangeLog 2004-09-13 08:31:01 +00:00
Lev Walkin 906654e1d7 refactored tagging support 2004-09-10 15:49:15 +00:00
Lev Walkin 8945e0ea30 extended tags support 2004-09-10 06:07:04 +00:00
Lev Walkin d541c25aea more support for parametrized type; additional ANY support 2004-09-05 10:36:22 +00:00
Lev Walkin 6fec44d9b2 refactoring 2004-08-22 03:10:23 +00:00
Lev Walkin f15320bf6b Initial revision 2004-06-03 03:38:44 +00:00