Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-28 | Remove Dialyzer warnings | Kenneth Lundin | |
2012-07-03 | Keep encoded octets of constrained whole number value and | Gustav Simonsson | |
range as binaries and use erlang:byte_size to get length of octets and range. For speed. | |||
2012-06-28 | Add support for larger integer ranges in per encode/decode | Gustav Simonsson | |
Encoding and decoding of integer ranges can now be done with an upper bound larger than the previous limit of 16^10. The new upper bound in per encoding and decodings for constrained whole numbers is 2^2040 (close to 16^508) which is the limit if the length field encoding in the encoding of a constrained whole number is limited to a single octet. Related support seq: seq12060 | |||
2011-07-21 | Optmized decode_length by doing some calculations as compile time rather ↵ | Lukas Larsson | |
than runtime | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |