Releases: vlm/asn1c
Releases · vlm/asn1c
v0.9.28
0.9.28: 2017-03-26
- PER decoding: avoid memory leak on error. By github.com/simo5
- Constness patch #46 by Wim L wiml@omnigroup.com (41bbf1c..78d604f).
Build issues: - Fixed generated file permissions introduced by earlier pull (issue/32).
- Win32/MinGW patch #31 by Frank Morgner (frankmorgner).
- Autoreconf fix patch by Dave Cridland (github.com/dwd)
- Fix autoreconf-2.69 failure by github.com/brchiu
- Fix C99 warnings. Fix by Adrien Destugues (github.com/pulkomandy).
- C89 compliance fix by Jaroslav Imrich (github.com/jariq).
- C standard compliance fixes by Markus Elfring (github.com/elfring).
v0.9.27
v0.9.26
0.9.26: 2014-Sep-11
- Updated asn1c-usage.pdf.
- Made -fskeletons-copy a default option; removed cmdline option.
- Made -fnative-types a default option; removed cmdline option. Added -fwide-types for backwards compatibility.
- Add -fline-refs to avoid being unfriendly to version control systems.
- Default constraint checking fix. Thanks to Bartosz Marcinkiewicz bma@megawatt.com.pl
- Get rid of non-standard pointer arithmetics on void* pointer.
- PER-encoding of integers wider than 32 bits.