aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1parser/asn1p_y.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-06use hash for name lookupLev Walkin1-349/+348
2017-10-02fixed INTEGER/ENUMERATED mismatchLev Walkin1-86/+86
2017-09-26remove memleaksLev Walkin1-0/+3
2017-09-11reorganized parsing around constraintsLev Walkin1-1326/+1221
2017-09-07parse a variant of value constraintLev Walkin1-990/+1002
2017-09-07updated parsing bnfLev Walkin1-1001/+1005
2017-09-07ENUMERATION can not be emptyLev Walkin1-1181/+1360
2017-09-06parse advanced WITH COMPONENTSLev Walkin1-910/+919
2017-08-06commentLev Walkin1-294/+294
2017-08-04ignore UTF-8 byte order markLev Walkin1-2015/+1677
2017-05-07Merge PR99 and its fixes to support parsing Information Object and Informatio...Bi-Ruei, Chiu1-1347/+1732
2017-05-05Fix some memory leakage foundBi-Ruei, Chiu1-1/+11
2017-03-26removed more unnecessary checksLev Walkin1-7/+9
2016-03-15Bug #86: Deletion of unnecessary checks before calls of the function "free"Markus Elfring1-6/+4
2013-03-19parsing-level support for [[ extension brackets ]]Lev Walkin1-2382/+2785
2006-10-27bit string value constraints parsingLev Walkin1-733/+766
2006-10-21multiple constraints of different type and value assignmentLev Walkin1-363/+336
2006-10-18PatterConstraint parsingLev Walkin1-784/+825
2006-10-13empty IMPORTS section is allowedLev Walkin1-1071/+1072
2006-09-21precedence based parsing of constraintsLev Walkin1-809/+806
2006-09-17moved -DASN_PDU_COLLECTION into compilerLev Walkin1-1181/+1214
2006-09-14*** empty log message ***Lev Walkin1-1098/+1114
2006-09-05support parsing realnumber tokens in constraintsLev Walkin1-1019/+1013
2006-08-18*** empty log message ***Lev Walkin1-3/+3
2006-07-13*** empty log message ***Lev Walkin1-2264/+2973
2006-03-21ObjectSetsLev Walkin1-837/+874
2006-03-21valuesettypeassignment parsingLev Walkin1-639/+647
2006-03-21parameterization: direct assignmentLev Walkin1-910/+901
2006-03-21refactored parameterization supportLev Walkin1-4073/+3153
2006-03-18no backslash stuffLev Walkin1-2973/+3890
2006-03-16no C++ commentsLev Walkin1-310/+310
2006-03-16parsing WITH SYNTAX clausesLev Walkin1-743/+737
2006-03-16more distinctionLev Walkin1-735/+745
2006-03-14new WITH SYNTAX clause parsingLev Walkin1-1011/+1015
2006-03-09*** empty log message ***Lev Walkin1-666/+656
2006-03-09parsing object classes more properlyLev Walkin1-898/+978
2005-11-26upgradeLev Walkin1-266/+265
2005-09-05compiler directives support; TMF 040-1 compatibleLev Walkin1-886/+873
2005-08-22asn1c code generator modifier: <asn1c:pointer>Lev Walkin1-876/+894
2005-08-13groking obsolete syntaxLev Walkin1-777/+850
2005-08-12restructured member variable namesLev Walkin1-971/+991
2005-06-07use explicit signedness conversionLev Walkin1-296/+300
2005-06-06fixesLev Walkin1-5/+5
2005-03-31opaque WITH SYNTAXLev Walkin1-962/+918
2005-03-28WITH COMPONENT[S] pretty-printingLev Walkin1-355/+364
2005-03-24oopsLev Walkin1-1/+1
2005-03-24reverting to a much more simplistic parsingLev Walkin1-837/+827
2005-03-24Support for some CharsDefnLev Walkin1-787/+845
2005-03-20parsing support for CONSTRAINED BYLev Walkin1-530/+552
2005-03-20ContainedSubtype supportLev Walkin1-684/+698