aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
AgeCommit message (Expand)AuthorFilesLines
2016-03-14do not use reserved identifiers, contdLev Walkin39-330/+330
2016-03-14do not use reserved identifiersLev Walkin12-40/+40
2016-03-14no dereference before checkLev Walkin2-6/+8
2016-03-13do not use reserved identifiers for variablesLev Walkin1-16/+18
2016-01-24test subnormalsLev Walkin2-45/+82
2016-01-24pedantic c89 safetyLev Walkin4-5/+5
2016-01-24remove compiler warningsLev Walkin13-55/+66
2015-09-14Merge pull request #50 from jariq/masterLev Walkin1-1/+2
2015-09-14Merge pull request #66 from simo5/memleakLev Walkin1-1/+3
2015-09-03Keep static analyzers happySimo Sorce1-0/+1
2015-09-03Avoid memory leak on errorSimo Sorce1-1/+3
2014-10-31C89 compliant variable declarationJaroslav Imrich1-1/+2
2014-10-12Makefile.am is not needed hereLev Walkin1-10/+0
2014-10-12merged patch #31Lev Walkin1-0/+9
2014-10-12regenerated tests based on Wim L patchLev Walkin1-1/+1
2014-10-12Merge pull request #46 from wiml/constifyLev Walkin45-128/+127
2014-10-12removed autotools intermediate files from source code; use autoreconf -iv.Lev Walkin3-2321/+0
2014-09-17check if timegm is present before emulatingLev Walkin1-0/+2
2014-09-17limit debug output logLev Walkin6-10/+5
2014-09-11version 0.9.26Lev Walkin6-37/+81
2014-08-04It's actually more efficient *not* to create a mutable static variable to hol...Wim Lewis3-4/+4
2014-07-30Avoid an unnecessary table lookup and its accompanying table (final_chunk_typ...Wim Lewis1-10/+4
2014-07-29Declare the tags[] tables in skeletons as const.Wim Lewis31-44/+44
2014-07-28Declare most internal, constant tables as const, particularly theWim Lewis14-54/+59
2014-07-23Declare the type descriptor and input buffer args of some functions as const.Wim Lewis8-16/+16
2014-02-10add signed integer tests for test 134Lev Walkin1-4/+4
2014-02-09PER-encoding of integers wider than 32 bitsLev Walkin3-37/+93
2014-01-14fix spacingLev Walkin1-1/+1
2014-01-14split ADD_CFLAGS and TESTSUITE_CFLAGSLev Walkin3-0/+3
2014-01-14check cc flags viability before setting themLev Walkin4-17/+17
2014-01-14upgrade autotoolsLev Walkin4-68/+472
2014-01-14pointer warning fixesLev Walkin6-93/+93
2014-01-13use isfinite() or finite() depending on availabilityLev Walkin1-4/+10
2013-12-07remove warningLev Walkin2-6/+6
2013-12-07remove warningLev Walkin1-1/+1
2013-12-07fix debug message typoLev Walkin1-1/+1
2013-10-17remove warningsLev Walkin5-93/+92
2013-05-21workaround for missing #warning on windowsFrank Morgner1-0/+9
2013-03-28typo in a commentLev Walkin1-1/+1
2013-03-28simplify xer encodingLev Walkin2-27/+12
2013-03-28format and signedness mismatch fixesLev Walkin1-2/+0
2013-03-28more PER testsLev Walkin1-0/+54
2013-03-28more tests for integer decoding on ilp32Lev Walkin1-24/+29
2013-03-28add finite on ubuntuLev Walkin1-1/+1
2013-03-28fix 32 bit integer decodingLev Walkin1-31/+76
2013-03-28fix ilogb error on ubuntuLev Walkin1-2/+2
2013-03-25remove warningsLev Walkin2-2/+2
2013-03-24fix https://sourceforge.net/p/asn1c/bugs/51/Lev Walkin1-7/+10
2013-03-24add back const qualifierLev Walkin1-1/+1
2013-03-24verified https://sourceforge.net/p/asn1c/bugs/45/ with autotestsLev Walkin3-7/+181