aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/OBJECT_IDENTIFIER.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-14do not use reserved identifiers, contdLev Walkin1-5/+5
2016-01-24pedantic c89 safetyLev Walkin1-1/+1
2014-07-29Declare the tags[] tables in skeletons as const.Wim Lewis1-1/+1
2014-07-23Declare the type descriptor and input buffer args of some functions as const.Wim Lewis1-5/+5
2013-12-07remove warningLev Walkin1-1/+1
2013-03-16make one-pass parsing for object identifierLev Walkin1-21/+24
2012-09-04fix parsing for OID and RELATIVE-OIDLev Walkin1-11/+12
2012-09-03remove volatile qualifier from OID codeLev Walkin1-29/+59
2012-01-22unbreak overflow detection in gcc 4.4.3 (4.x?)Lev Walkin1-1/+2
2006-10-16constraint fail messageLev Walkin1-2/+2
2006-10-16gcc-izm removedLev Walkin1-1/+1
2006-10-09more PER supportLev Walkin1-1/+3
2006-08-18per supportLev Walkin1-18/+7
2006-07-13*** empty log message ***Lev Walkin1-3/+3
2005-12-22constingLev Walkin1-31/+32
2005-11-26upgrade: PER related changesLev Walkin1-3/+3
2005-11-13*** empty log message ***Lev Walkin1-0/+2
2005-07-21tried -pedanticLev Walkin1-1/+1
2005-04-04highlight optionalityLev Walkin1-3/+3
2005-03-29globalized assert()Lev Walkin1-1/+0
2005-03-10added const qualifierLev Walkin1-1/+1
2005-03-10strict character setLev Walkin1-6/+11
2005-03-09relaxed XER processing rules for whitespaceLev Walkin1-10/+14
2005-02-25XMLValueList supportLev Walkin1-1/+3
2005-01-17no lvalue castingLev Walkin1-2/+2
2004-10-23OBJECT IDENTIFIER and RELATIVE-OID XER decodingLev Walkin1-1/+128
2004-10-20XER supportLev Walkin1-0/+1
2004-09-29asn1_* renamed into asn_*Lev Walkin1-11/+11
2004-09-26clean-up; removed unnecessary field from type descriptorLev Walkin1-63/+22
2004-09-22XER supportLev Walkin1-36/+83
2004-09-13inner structures tagging fix. see 0.9.5 comment in ChangeLogLev Walkin1-1/+4
2004-09-10refactored tagging supportLev Walkin1-1/+0
2004-08-25avoided compilation warnings on gcc 3.3.x systemsLev Walkin1-5/+6
2004-08-23printing zeroes in arcsLev Walkin1-5/+10
2004-08-22better constraint failure reportingLev Walkin1-3/+5
2004-08-20new constraints modelLev Walkin1-0/+1
2004-08-11portabilityLev Walkin1-2/+4
2004-08-11portabilityLev Walkin1-2/+2
2004-08-11portabilityLev Walkin1-1/+1
2004-08-11C++ compatibilityLev Walkin1-8/+8
2004-08-11portabilityLev Walkin1-15/+21
2004-08-11portabilityLev Walkin1-1/+5
2004-08-11portabilityLev Walkin1-0/+1
2004-08-11Win32 portability fixesLev Walkin1-1/+5
2004-06-17signedness fixedLev Walkin1-1/+1
2004-06-17_set_arcs_l() replaced by _set_arcs() fror OBJECT IDENTIFIER and RELATIVE-OIDLev Walkin1-62/+182
2004-06-14faster path for common sizeLev Walkin1-6/+24
2004-06-14universal get_arcs() for all interger type sizesLev Walkin1-55/+120
2004-06-05enforsed compilation with -W -WerrorLev Walkin1-4/+8
2004-06-03Initial revisionLev Walkin1-0/+356