aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
AgeCommit message (Expand)AuthorFilesLines
2005-11-26upgrade: PER related changesLev Walkin64-149/+1268
2005-11-13*** empty log message ***Lev Walkin7-0/+16
2005-11-13*** empty log message ***Lev Walkin2-0/+4
2005-11-13*** empty log message ***Lev Walkin1-6/+6
2005-11-08SET OF/SEQUENCE OF interaction with named and unnamed CHOICELev Walkin8-79/+162
2005-08-27test of xer encodingLev Walkin1-0/+36
2005-08-22change in optionality handling resulted in stricter controlsLev Walkin3-44/+59
2005-08-22asn1c code generator modifier: <asn1c:pointer>Lev Walkin1-1/+2
2005-08-17proper inline, as per 1261746Lev Walkin1-0/+3
2005-08-16more words on circular referencesLev Walkin3-34/+39
2005-08-16templateLev Walkin1-1/+2
2005-08-15c99 converts this to unsigned; fixedLev Walkin1-2/+2
2005-08-03copyright year changedLev Walkin1-1/+2
2005-07-28extern "C" addedLev Walkin1-3/+11
2005-07-24extern "C" used in skeletonsLev Walkin48-1/+388
2005-07-21tried -pedanticLev Walkin5-9/+5
2005-07-21removed extra commaLev Walkin1-1/+1
2005-07-08oops: bug1234780Lev Walkin1-1/+1
2005-07-04new decimal point paradigmLev Walkin3-65/+131
2005-07-04proper format qualifiersLev Walkin1-3/+3
2005-07-04even more strict checkingLev Walkin2-5/+23
2005-07-04even more tests for invalid fractionsLev Walkin2-2/+16
2005-07-04ignoring non-normalized valuesLev Walkin2-6/+67
2005-07-03API extended to support fractions of secondsLev Walkin5-95/+204
2005-07-03better handling of not-yet-present extensionsLev Walkin1-32/+40
2005-07-03removed wild guessed gcc warningLev Walkin1-2/+6
2005-07-03stricter encodingLev Walkin1-20/+23
2005-07-03avoid gcc 4.x warningsLev Walkin1-1/+2
2005-07-02proper format characterLev Walkin1-1/+1
2005-07-02conversionsLev Walkin3-12/+16
2005-07-02adjusted definitions to include gcc 4.x into the supported compilers listLev Walkin7-28/+38
2005-07-01floating point defines moved to asn_system.h from REAL.cLev Walkin2-9/+6
2005-06-15WIN32 portability changesLev Walkin2-8/+16
2005-06-01C90 commentsLev Walkin1-4/+4
2005-05-27win32 compatibilityLev Walkin1-0/+12
2005-05-26more robust comments parsingLev Walkin1-0/+2
2005-04-28scalbn() -> ldexp() for portabilityLev Walkin1-4/+4
2005-04-28reorganizing output methodLev Walkin1-14/+22
2005-04-25BASIC-XER value printing fixed for REAL valuesLev Walkin2-13/+34
2005-04-25streamed OCTET STRING allocation problemLev Walkin1-28/+32
2005-04-19assert.h only for internal filesLev Walkin2-3/+4
2005-04-18removed semicolon to be able to use it in conditional statementsLev Walkin1-1/+1
2005-04-15no explicit assert.h inclusionLev Walkin1-1/+0
2005-04-15no explicit assertLev Walkin1-1/+0
2005-04-13not supported variadic macrosLev Walkin1-1/+1
2005-04-08macro to enable default outputLev Walkin1-1/+11
2005-04-04highlight optionalityLev Walkin2-6/+6
2005-03-29globalized assert()Lev Walkin22-27/+15
2005-03-29proper XER encoding of native enumerated typeLev Walkin3-10/+42
2005-03-24SF#3063753Lev Walkin2-2/+7