aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/REAL.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-24test subnormalsLev Walkin1-42/+65
2014-07-29Declare the tags[] tables in skeletons as const.Wim Lewis1-1/+1
2014-01-13use isfinite() or finite() depending on availabilityLev Walkin1-4/+10
2013-03-28add finite on ubuntuLev Walkin1-1/+1
2013-03-28fix ilogb error on ubuntuLev Walkin1-2/+2
2012-01-09comment fixLev Walkin1-1/+1
2012-01-09Testing ISO 6093 NR1/NR2/NR3 conformanceLev Walkin1-12/+46
2012-01-07comments about robusness; removed Amendment referenceLev Walkin1-4/+1
2012-01-07test encoding of special valuesLev Walkin1-5/+5
2012-01-07rare memory leak fixedLev Walkin1-0/+3
2011-06-25Fix decoding of REAL values in NR3.Lev Walkin1-4/+14
2007-06-23REAL fixed; verify constraints as wellLev Walkin1-3/+3
2006-10-16gcc-izm removedLev Walkin1-3/+3
2006-10-09more PER supportLev Walkin1-2/+18
2006-09-13clarityLev Walkin1-3/+3
2006-08-18per supportLev Walkin1-1/+1
2005-11-26upgrade: PER related changesLev Walkin1-3/+3
2005-11-13*** empty log message ***Lev Walkin1-0/+2
2005-07-01floating point defines moved to asn_system.h from REAL.cLev Walkin1-9/+1
2005-06-15WIN32 portability changesLev Walkin1-0/+8
2005-04-28scalbn() -> ldexp() for portabilityLev Walkin1-4/+4
2005-04-25BASIC-XER value printing fixed for REAL valuesLev Walkin1-3/+11
2005-03-29globalized assert()Lev Walkin1-1/+0
2005-03-10added const qualifierLev Walkin1-1/+1
2005-03-09relaxed XER processing rules for whitespaceLev Walkin1-12/+13
2005-02-25XMLValueList supportLev Walkin1-1/+3
2005-01-17no lvalue castingLev Walkin1-1/+1
2004-10-26fight with signalling NANs and floating point exceptions on alpha64Lev Walkin1-11/+30
2004-10-26alpha64Lev Walkin1-1/+5
2004-10-21brushing upLev Walkin1-5/+6
2004-10-21XER decoding of a REALLev Walkin1-10/+96
2004-10-20XER supportLev Walkin1-0/+1
2004-10-20things necessary for Sun Solaris 9 @ sparcLev Walkin1-2/+2
2004-10-03allow local cleanupLev Walkin1-1/+1
2004-09-29asn1_* renamed into asn_*Lev Walkin1-12/+12
2004-09-27real_zero moved upLev Walkin1-1/+1
2004-09-27infinity handlingLev Walkin1-47/+35
2004-09-27nan handlingLev Walkin1-19/+20
2004-09-27pretty-printingLev Walkin1-20/+79
2004-09-26clean-up; removed unnecessary field from type descriptorLev Walkin1-12/+34
2004-09-22XER supportLev Walkin1-12/+95
2004-09-14ilogb() return value is platform-dependentLev Walkin1-4/+8
2004-09-14more portable constructsLev Walkin1-2/+2
2004-09-14infinity and nan definedLev Walkin1-0/+9
2004-09-14REAL type support, including -fnative-typesLev Walkin1-0/+377