aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
AgeCommit message (Expand)AuthorFilesLines
2016-07-02_BSD_SOURCE moved to a more global locationLev Walkin2-4/+4
2016-07-02_BSD_SOURCE might be defined in unber.cLev Walkin1-0/+2
2016-07-02avoid shifting negative valueLev Walkin1-1/+1
2016-07-02unlock snprintf on some systemsLev Walkin1-0/+1
2016-07-02alloca.h is not universally availableLev Walkin1-1/+4
2016-03-14try to move it around for travisLev Walkin1-1/+1
2016-03-14leave only skeleton flagsLev Walkin1-1/+1
2016-03-14explicit stdio for snprintfLev Walkin1-0/+1
2016-03-14DBL_TRUE_MIN is C11, make it portableLev Walkin1-0/+5
2016-03-14alloca.h for alloca (c89)Lev Walkin1-0/+1
2016-03-14try to fetch timegm from the environmentLev Walkin1-1/+4
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