aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/INTEGER.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-03remove warningsLev Walkin1-0/+9
2012-09-02remove volatile from INTEGERLev Walkin1-54/+114
2012-09-02upgrade autotoolsLev Walkin1-32/+28
2012-01-23more robust pre-allocation; credits to Yuriy OlkhovyyLev Walkin1-4/+3
2012-01-22unbreak overflow detection in gcc 4.4.3 (4.x?)Lev Walkin1-1/+3
2011-07-21remove compiler warningsLev Walkin1-3/+3
2008-11-20memory OOB issue on Windows and with non-standard allocators; by Sheng YuLev Walkin1-2/+2
2007-12-03unsigned integer of 32-bit widtth support for perLev Walkin1-16/+42
2007-11-13remove MSVC warningsLev Walkin1-3/+3
2007-11-10problem reported by ExtraHop networksLev Walkin1-4/+2
2007-11-06unsigned long support: conversion routinesLev Walkin1-1/+58
2007-11-0632-bit integer decode/encode in perLev Walkin1-4/+22
2006-10-19proper format stringsLev Walkin1-2/+2
2006-09-18per encoding supportLev Walkin1-4/+4
2006-09-15XER can decode long valuesLev Walkin1-5/+120
2006-09-08encoding bugLev Walkin1-0/+1
2006-08-18per supportLev Walkin1-1/+74
2005-11-27*** empty log message ***Lev Walkin1-2/+2
2005-11-26upgrade: PER related changesLev Walkin1-3/+98
2005-11-13*** empty log message ***Lev Walkin1-0/+2
2005-07-21tried -pedanticLev Walkin1-1/+1
2005-03-29proper XER encoding of native enumerated typeLev Walkin1-8/+6
2005-03-10added const qualifierLev Walkin1-1/+1
2005-03-09prohibit extra data after recognized bodyLev Walkin1-3/+10
2005-03-09relaxed XER processing rules for whitespaceLev Walkin1-9/+15
2005-03-04fixed ENUMERATED identifier to value conversionLev Walkin1-2/+9
2005-02-25XMLValueList supportLev Walkin1-20/+149
2004-10-26alpha64Lev Walkin1-6/+6
2004-10-26endiannessLev Walkin1-3/+13
2004-10-21brushing upLev Walkin1-5/+7
2004-10-21INTEGER XER decodingLev Walkin1-5/+16
2004-10-21XER decoding and asn_long2INTEGER()Lev Walkin1-3/+126
2004-10-20XER supportLev Walkin1-0/+1
2004-09-29asn1_* renamed into asn_*Lev Walkin1-12/+12
2004-09-26clean-up; removed unnecessary field from type descriptorLev Walkin1-120/+13
2004-09-24context is now optionalLev Walkin1-3/+1
2004-09-22XER supportLev Walkin1-18/+53
2004-09-13inner structures tagging fix. see 0.9.5 comment in ChangeLogLev Walkin1-1/+3
2004-09-10refactored tagging supportLev Walkin1-1/+0
2004-08-25avoided compilation warnings on gcc 3.3.x systemsLev Walkin1-1/+1
2004-08-20new constraints modelLev Walkin1-0/+1
2004-08-11C++ compatibilityLev Walkin1-6/+6
2004-08-11portabilityLev Walkin1-2/+2
2004-07-19improved INTEGER printingLev Walkin1-4/+22
2004-06-05enforsed compilation with -W -WerrorLev Walkin1-6/+10
2004-06-03Initial revisionLev Walkin1-0/+305