Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-23 | By default, encode BIT STRING to bitstrings | Björn Gustavsson | |
Add the option 'legacy_bit_string' to decode to the old list format. | |||
2013-01-22 | Generate modules with selected run-time functions for compiler usage | Björn Gustavsson | |
2012-12-06 | asn1ct_value: Fix type for open type value for uper | Björn Gustavsson | |
2012-11-23 | Remove obsolete back-ends and simplify the options | Björn Gustavsson | |
It is time to clean up the mess of back-ends. Remove all the obsolete back-ends and simplify the options used to select them. New Option Old Equivalent ---------- -------------- ber ber_bin,optimize,nif per per,optimize,nif uper uper_bin The old options will still be recognized and translated to the new options, but will also print a warning. That implies that deprecated features that only are implemented in the old 'ber' back-end will no longer work (e.g. the {Typename,Value} notation). Also make the return type for the generated encode/2 function consistent. It used to be a binary for per and uper, and an iolist for ber. Always make it a binary. | |||
2012-02-28 | [asn1] Make tables and processes unnamed | Adam Lindberg | |
- Refactor and clean up asn1_db process - Remove unused stop function in asn1ct.erl - Remove infinite loop possibilites in asn1ct_check.erl - test/1,2,3 now run in separate process - Update documentation for new test options | |||
2011-09-23 | Update ber_bin and ber_bin_v2 to return binaries | Lukas Larsson | |
2011-05-19 | Corrected handling of long length in driver and updated test suites | Kenneth Lundin | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |