ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-BER-XS/Changes
(Generate patch)

Comparing Convert-BER-XS/Changes (file contents):
Revision 1.15 by root, Sat Apr 20 14:47:23 2019 UTC vs.
Revision 1.16 by root, Sat Apr 20 15:23:26 2019 UTC

2 2
3TODO: testcases 3TODO: testcases
4TODO: documentation cleanup 4TODO: documentation cleanup
5 5
6 - I always forget the (void) prototype in C. 6 - I always forget the (void) prototype in C.
7 - there is no ASN_INTEGER32 type, that's an SNMP thing, Nuke.
7 - documented and cleaned up export tags and constants. 8 - documented and cleaned up export tags and constants.
9 - major cleanup of tghe overall documentation.
8 - fixed :encode/:decode tags. 10 - fixed :encode/:decode tags.
9 - fixed synopsis. 11 - fixed synopsis.
12 - allow 64 bits for OID components and tags if perl supports them.
13 - allow up to 8 octet lengths (2**64 bytes), provided
14 perl supports 64 bit.
15 - ber_is_int/ber_int now handle 65 bits (IV + UV).
10 16
110.8 Sat Apr 20 15:48:21 CEST 2019 170.8 Sat Apr 20 15:48:21 CEST 2019
12 - confidence rises after some sleeping and fixing. 18 - confidence rises after some sleeping and fixing.
13 - add some basic tests. 19 - add some basic tests.
14 - ported it down to 5.8.9. 20 - ported it down to 5.8.9.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines