aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler/asn1c_C.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-03renameLev Walkin1-30/+30
2005-03-03INTEGER prohibited by 8.3.4Lev Walkin1-7/+12
2005-02-25XMLValueList supportLev Walkin1-51/+187
2005-02-15member -> MemberLev Walkin1-1/+1
2005-02-14modified Member name to guarantee it won't clash with user-defined "identifier"Lev Walkin1-5/+12
2005-02-14SET OF XER supportLev Walkin1-8/+1
2005-02-14SET is now supportedLev Walkin1-1/+0
2005-01-28checking reserved keywords and double identifiersLev Walkin1-51/+89
2005-01-17changed wordingLev Walkin1-1/+1
2005-01-17more commentsLev Walkin1-4/+4
2005-01-17extensions in CHOICE types properly markedLev Walkin1-10/+6
2004-10-23CHOICE XER decoderLev Walkin1-5/+9
2004-10-23some XER supportLev Walkin1-1/+17
2004-10-20XER supportLev Walkin1-1/+5
2004-10-03order tables for CANONICAL-XERLev Walkin1-23/+69
2004-09-29renamed asn1_ into asn_; support for cross-referenced typesLev Walkin1-74/+94
2004-09-26-fno-constraints support; removed last_tag_formLev Walkin1-57/+64
2004-09-24PRIdASN instead of lldLev Walkin1-2/+2
2004-09-23change of messageLev Walkin1-1/+1
2004-09-22XER supportLev Walkin1-98/+160
2004-09-17better type namingLev Walkin1-3/+2
2004-09-15marker definition changedLev Walkin1-19/+20
2004-09-14cleanup before proceedingLev Walkin1-1/+6
2004-09-14REAL supportLev Walkin1-29/+10
2004-09-13inner structures tagging fix. see 0.9.5 comment in ChangeLogLev Walkin1-41/+123
2004-09-10refactored tagging supportLev Walkin1-62/+37
2004-09-10more explicit ANY supportLev Walkin1-5/+19
2004-09-10distinction between an optional member and a member encoded with a pointerLev Walkin1-22/+59
2004-09-10new tags apiLev Walkin1-19/+15
2004-09-08better handling of recursive definitionsLev Walkin1-24/+24