| 1 |
root |
1.1 |
Revision history for Perl extension CBOR::XS |
| 2 |
|
|
|
| 3 |
root |
1.4 |
- improve 32 bit platform compatibility. |
| 4 |
root |
1.5 |
- take more advantage of ecb.h. |
| 5 |
root |
1.4 |
|
| 6 |
root |
1.3 |
0.02 Sat Oct 26 13:08:05 CEST 2013 |
| 7 |
|
|
- no aborts left. |
| 8 |
|
|
- add $CBOR::XS::MAGIC. |
| 9 |
|
|
- preliminary tagged decoding to arrayref. |
| 10 |
root |
1.2 |
- indefinite encoding fixed. |
| 11 |
|
|
- half float decoding implemented. |
| 12 |
|
|
- t/50_rfc.t adds test vectors from the rfc, which |
| 13 |
|
|
are checked as applicable. |
| 14 |
|
|
|
| 15 |
root |
1.1 |
0.01 Fri Oct 25 21:39:56 CEST 2013 |
| 16 |
|
|
- original version; cloned from JSON-XS |
| 17 |
|
|
|