Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-28 | Correct the UTF8String description and example | Björn Gustavsson | |
2014-03-28 | Correct the PrimStrings example | Björn Gustavsson | |
The decode functions now return a binary, not an iolist, so we must both change the output and remove the call to list_to_binary when decoding. | |||
2014-03-28 | Remove all uses of the deprecated asn1{ct,rt}:{en,de}code/2 functions | Björn Gustavsson | |
2014-03-28 | Correct and modernize the "A First Example" section | Björn Gustavsson | |
Replace "IMPLICIT TAGS" with "AUTOMATIC TAGS" since AUTOMATIC TAGS is recommended for all new ASN.1 specifications. | |||
2014-03-28 | Shorten the Introduction section, keeping only the essential details | Björn Gustavsson | |
We can assume that anyone that reads the documentation for the Asn1 documentation already knows about ASN.1, so we don't need three paragraphs of introductory. Keep one short paragraph explaining what ASN.1 is in case a reader unfamiliar with ASN.1 stumbles upon the manual. While we are at it, reformat the paragraphs in Introduction to shorter lines that don't wrap. | |||
2014-03-28 | Fix an ampersand | Björn Gustavsson | |
2014-03-28 | Document the asn1_OPENTYPE wrapper | Björn Gustavsson | |
2014-02-24 | Remove or de-emphasize references to the deprecated asn1rt module | Björn Gustavsson | |
2014-01-28 | Update documentation | Björn Gustavsson | |
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-09-30 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Teach the ASN.1 compiler the no_ok_wrapper option Optimize the generated decode/2 function | |||
2013-09-27 | Teach the ASN.1 compiler the no_ok_wrapper option | Björn Gustavsson | |
Add the no_ok_wrapper option so that the generated M:encode/2 and M:decode/2 functions will not wrap a successful return value in an {ok,...} tuple. Errors will cause exceptions. Eliminating the wrapping tuple allows simpler nesting of calls. | |||
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-09 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-08-29 | Corrections so that the documentation confirms to the DTD | Kenneth Lundin | |
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-18 | Merge branch 'maint-r16' into maint | Björn Gustavsson | |
* maint-r16: Prepare release Prepare release Do not count offline run-queues as empty Prepare release Prevent loss of objects after the extension marker Don't lose the extension mark for object set parameters Conflicts: erts/vsn.mk | |||
2013-04-18 | Prepare release | Erlang/OTP | |
2013-04-08 | Remove unused Postscript files | Hans Bolinder | |
2013-03-13 | Prepare release | Erlang/OTP | |
2013-02-25 | Prepare releaseOTP_R16B | Erlang/OTP | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-07 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Prepare release Don't run testX420/1 on old slow Sparc systems testX420: Pass Options to the ASN.1 compiler asn1_erl_nif: Correct broken length encoding asn1_SUITE: Mend broken test_modified_x420/1 Revert "Prepare release" Conflicts: lib/asn1/doc/src/notes.xml lib/asn1/test/asn1_SUITE.erl | |||
2013-02-06 | Prepare release | Erlang/OTP | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
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 | Remove the 'inline' and '{inline,OutputFile}' options | Björn Gustavsson | |
2012-12-18 | asn1 doc: Remove a reference to a section that has been removed | Björn Gustavsson | |
2012-11-26 | Update documentation for the asn1 application | Björn Gustavsson | |
2012-11-22 | Remove the obsolete and deprecated 'keyed_list' option | Björn Gustavsson | |
The 'keyed_list' was only supported for the 'ber' and 'ber_bin' backends and has been undocumented for a long time. Also remove the note in the documentation about the feature. | |||
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
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-12-12 | Prepare release | Erlang/OTP | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-27 | doc Makefiles: Eliminate DOCSUPPORT ifdefs | Björn Gustavsson | |
Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles. | |||
2011-10-04 | Merge branch 'dev' into major | Björn-Egil Dahlberg | |
2011-10-04 | Prepare releaseOTP_R14B04 | Erlang/OTP | |
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-13 | Merge branch 'dev' into major | Henrik Nord | |
Conflicts: lib/asn1/doc/src/asn1ct.xml | |||
2011-09-08 | asn1ct: add warnings_as_errors option | Tuncer Ayaz | |
2011-08-01 | Add documentation for ber encode nif optmization | Lukas Larsson | |