aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler/asn1c_C.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-14removed unneeded check before free()Lev Walkin1-5/+4
2016-01-10bit strings also can haz membersLev Walkin1-1/+2
2016-01-10fix compiler warningsLev Walkin1-2/+2
2014-07-28Declare most internal, constant tables as const, particularly theWim Lewis1-9/+9
2013-12-07fix default constraint checkingLev Walkin1-0/+1
2013-10-11add -fline-refsLev Walkin1-4/+5
2013-03-28format and signedness mismatch fixesLev Walkin1-1/+1
2007-12-03unsigned integer of 32-bit widtth support for perLev Walkin1-4/+28
2007-11-06C90-compliant negative LONG_MINLev Walkin1-8/+9
2007-06-27optionality handlingLev Walkin1-7/+83
2007-06-23extensibility fixLev Walkin1-4/+4
2006-11-24BMPString and UniversalString supportLev Walkin1-2/+42
2006-10-19Fixed explicit tagging of an in-lined constructed type.Lev Walkin1-1/+3
2006-10-09choice constraint generation duplication droppedLev Walkin1-7/+5
2006-10-09diffsLev Walkin1-8/+8
2006-10-09more PER supportLev Walkin1-62/+115
2006-09-21generate PER code tables for known-multiplier stringsLev Walkin1-0/+7
2006-09-17XER reference types encoding errorLev Walkin1-1/+5
2006-09-13*** empty log message ***Lev Walkin1-7/+7
2006-08-26tolerate bit string extensibilityLev Walkin1-1/+1
2006-08-18*** empty log message ***Lev Walkin1-1/+2
2006-08-18*** empty log message ***Lev Walkin1-2/+3
2006-08-18*** empty log message ***Lev Walkin1-7/+53
2006-07-13*** empty log message ***Lev Walkin1-4/+4
2006-03-21some more parameterizationLev Walkin1-4/+4
2006-03-21refactored parameterization supportLev Walkin1-69/+70
2005-11-26upgrade: PER related changesLev Walkin1-102/+607
2005-11-08SET OF/SEQUENCE OF interaction with named and unnamed CHOICELev Walkin1-6/+11
2005-10-05SET mandatory map generationLev Walkin1-8/+5
2005-08-29YuanMeng was very helpful in finding theseLev Walkin1-1/+1
2005-08-18automatic dependency trackingLev Walkin1-114/+188
2005-08-16more words on circular referencesLev Walkin1-56/+88
2005-08-14unions are not anonymousLev Walkin1-36/+47
2005-08-14PER visible constraints are used to select the native representation for INTE...Lev Walkin1-13/+10
2005-08-13BIT STRING enumerationsLev Walkin1-1/+40
2005-08-13generating enumeration tables for INTEGER typesLev Walkin1-8/+13
2005-07-24-findirect-choiceLev Walkin1-0/+5
2005-06-02no empty mapsLev Walkin1-19/+25
2005-03-29deeper validationLev Walkin1-1/+1
2005-03-17added const qualifiersLev Walkin1-2/+2
2005-03-10proper handlingLev Walkin1-1/+0
2005-03-05clearer separationLev Walkin1-1/+1
2005-03-04removed suprtfluous stuffLev Walkin1-2/+2
2005-03-04proper handling of reserved identifiersLev Walkin1-50/+52
2005-03-04refactoringLev Walkin1-1/+3
2005-03-04*** empty log message ***Lev Walkin1-1/+3
2005-03-04support for a class of circular referencesLev Walkin1-30/+61
2005-03-04do not print line numbers as they screw up dependency managementLev Walkin1-4/+0
2005-03-04retaining old file if contents are the sameLev Walkin1-2/+3
2005-03-04-fcompound-namesLev Walkin1-139/+224