aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler/asn1c_constraint.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-14do not use reserved identifiers, contdLev Walkin1-6/+6
2016-01-10fix compiler warningsLev Walkin1-1/+1
2014-07-22Declare the permitted alphabet tables and code2value tables const.Wim Lewis1-3/+3
2014-02-10extensibility shall not change the type from wide to narrowLev Walkin1-1/+1
2014-01-14remove errors with ./configure --enable-WerrorLev Walkin1-2/+2
2013-03-27Behavior of -fnative-types made default; old behavior saved under -fwide-typesLev Walkin1-4/+4
2011-04-22Fix compilation warning in generated check constraints function.Santiago Carot-Nemesio1-6/+17
2007-12-03unsigned integer of 32-bit widtth support for perLev Walkin1-4/+57
2007-11-06C90-compliant negative LONG_MINLev Walkin1-11/+11
2006-11-24BMPString and UniversalString supportLev Walkin1-2/+1
2006-10-09more PER supportLev Walkin1-1/+4
2006-09-21generate PER code tables for known-multiplier stringsLev Walkin1-5/+22
2006-09-08unused bitsLev Walkin1-1/+1
2006-07-13*** empty log message ***Lev Walkin1-6/+6
2005-11-26upgrade: PER related changesLev Walkin1-1/+1
2005-08-18automatic dependency trackingLev Walkin1-2/+2
2005-08-14PER visible constraints are used to select the native representation for INTE...Lev Walkin1-1/+4
2005-07-04some gcc 4.x compatibility in constraints checking codeLev Walkin1-8/+3
2005-03-30uniform checkingLev Walkin1-2/+1
2005-03-29sptrLev Walkin1-1/+1
2005-03-29deeper validationLev Walkin1-2/+11
2005-03-04refactoringLev Walkin1-14/+11
2005-02-25XMLValueList supportLev Walkin1-3/+3
2005-02-15member -> MemberLev Walkin1-5/+7
2005-01-28checking reserved keywords and double identifiersLev Walkin1-2/+0
2005-01-27revert to casting lvalueLev Walkin1-2/+1
2005-01-17no lvalue castingLev Walkin1-1/+2
2004-10-02UTF8String_length() API changeLev Walkin1-6/+9
2004-09-29renamed asn1_ into asn_; support for cross-referenced typesLev Walkin1-8/+8
2004-09-24PRIdASN instead of lldLev Walkin1-9/+9
2004-09-22libasn1fix api changeLev Walkin1-2/+2
2004-09-14REAL supportLev Walkin1-2/+20
2004-09-07speed-up in one special caseLev Walkin1-3/+20
2004-09-06cleaner pointer arithmeticsLev Walkin1-14/+28
2004-09-05measured in bitsLev Walkin1-1/+1
2004-08-25better semanticsLev Walkin1-9/+6
2004-08-22better constraint failure reportingLev Walkin1-3/+6
2004-08-22useful negation...Lev Walkin1-1/+1
2004-08-22proper constraints return valuesLev Walkin1-9/+9
2004-08-22oopsLev Walkin1-1/+1
2004-08-22better support for underlying typeLev Walkin1-7/+10
2004-08-22api changeLev Walkin1-1/+1
2004-08-21refineLev Walkin1-23/+33
2004-08-20new constraints generation methodLev Walkin1-18/+103
2004-08-19constraint checking codeLev Walkin1-0/+482