aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1ct_check.erl
AgeCommit message (Expand)Author
2015-01-12Clean up and correct table constraint handlingBjörn Gustavsson
2015-01-12Correct another bug with instantiated typesBjörn Gustavsson
2015-01-12Clean up matching of parametersBjörn Gustavsson
2015-01-12Clean up handling of 'simpletable' and 'componentrelation'Björn Gustavsson
2015-01-12Fix instantiation of an inlined type in a value definitionBjörn Gustavsson
2015-01-12Simplify and correct tag handlingBjörn Gustavsson
2015-01-12Clean up constraint checkingBjörn Gustavsson
2015-01-12Use recursive get_referenced_type to get classdef directlyDan Gudmundsson
2015-01-12Fix recursive get_referenced_typeDan Gudmundsson
2015-01-12Remove special case in parserBjörn Gustavsson
2015-01-12Improve handling of BIT STRING valuesBjörn Gustavsson
2015-01-12Check more errors in the simplified syntaxBjörn Gustavsson
2015-01-12Handle CLASS.&field when checking valuesBjörn Gustavsson
2015-01-12Clean up and correct validation of OBJECT IDENTIFIER/RELATIVE-OIDDan Gudmundsson
2015-01-12Fix object set duplication testBjörn Gustavsson
2015-01-12Correct recursion in OCTET STRING value definitionsBjörn Gustavsson
2015-01-12Clean up get_fieldname_element/3Björn Gustavsson
2015-01-12Provide more reliable location of errorsBjörn Gustavsson
2015-01-12Rewrite matching of object definitions using the simplified syntaxBjörn Gustavsson
2015-01-12Simplify handling of an empty object definitionBjörn Gustavsson
2015-01-12Use object_to_check/1 in two forgotten placesBjörn Gustavsson
2015-01-12Refactor code involving calls to get_fieldname_element/3Björn Gustavsson
2015-01-12Check INTEGER values betterBjörn Gustavsson
2015-01-12Check CLASS names for validityBjörn Gustavsson
2015-01-12Use the #objectclass{} record instead of a tupleBjörn Gustavsson
2015-01-12Correct typo in an error messageBjörn Gustavsson
2014-11-27Merge branch 'dgud/asn1/fix-seqtag/OTP-12326' into maintDan Gudmundsson
2014-11-26asn1: Fix EXTERNAL (1994 variant) type conversionDan Gudmundsson
2014-11-24Fix IMPLICIT tagging when TagDefault is AUTOMATICSimon Cornish
2014-09-01Workaround for combining two object sets separated by extensionBjörn Gustavsson
2014-09-01Clean up and correct handling of parameters for parameterized typesBjörn Gustavsson
2014-09-01Check the formal parameter for parameterized type definitionsBjörn Gustavsson
2014-09-01Report errors also for unused parameterized typesBjörn Gustavsson
2014-09-01Remove unused code for ABSTRACT-SYNTAX and TYPE-IDENTIFIERBjörn Gustavsson
2014-09-01Correct expansion of parameterized typesBjörn Gustavsson
2014-09-01Add the module name to the #classdef{} recordBjörn Gustavsson
2014-09-01Eliminate the use of #identifier{} outside the tokeniser and parserBjörn Gustavsson
2014-09-01Fix problem with object identifiers in external modulesBjörn Gustavsson
2014-09-01Rewrite get_referenced_type/2Björn Gustavsson
2014-09-01Teach the ASN.1 compiler to handle objects in field namesBjörn Gustavsson
2014-02-28Clean up reporting of errors in IMPORTSBjörn Gustavsson
2014-02-28asn1ct_check: Clean up error checking for INSTANCE OFBjörn Gustavsson
2014-02-28asn1ct_check: Rewrite error checking for INTEGER and BIT STRINGBjörn Gustavsson
2014-02-28asn1ct_check: Remove unreachable clauses handling {identifier,_,_}Björn Gustavsson
2014-02-28asn1ct_check: Let asn1_error/3 throw its resultBjörn Gustavsson
2014-02-20Merge branch 'bjorn/asn1/cleanup/OTP-11727'Björn Gustavsson
2014-02-13Correct subtyping of extensible ENUMERATEDBjörn Gustavsson
2014-01-31asn1ct_check: Use a return value to silence a dialyzer warningBjörn Gustavsson
2014-01-31asn1ct_check: Remove useless call to check_integer/3Björn Gustavsson
2014-01-31asn1ct_check: Correct error handling for illegal OCTET STRING valuesBjörn Gustavsson