2010-08-21 16:09:30 +09:00
|
|
|
0.14
|
|
|
|
|
|
|
|
- fixed segv on serializing cyclic reference
|
|
|
|
(Dan Kogai)
|
|
|
|
|
2010-07-14 09:58:28 +09:00
|
|
|
0.13
|
|
|
|
|
|
|
|
- clearly specify requires_c99(), because msgpack C header requires C99.
|
|
|
|
|
2010-05-05 17:28:38 +09:00
|
|
|
0.12
|
|
|
|
|
|
|
|
- PERL_NO_GET_CONTEXT makes horrible dTHXs. remove it.
|
|
|
|
|
2010-05-05 16:59:31 +09:00
|
|
|
0.11
|
|
|
|
|
|
|
|
- oops(no feature changes)
|
|
|
|
|
2010-05-05 16:55:06 +09:00
|
|
|
0.10
|
|
|
|
|
|
|
|
- added more test cases.
|
|
|
|
- fixed portability issue
|
|
|
|
- (reviewed by gfx++)
|
|
|
|
|
2010-05-03 01:36:48 +09:00
|
|
|
0.09_01
|
|
|
|
|
|
|
|
- fixed memory leak issue(reported by Maxime Soulé)
|
|
|
|
|
2010-01-04 12:10:46 +09:00
|
|
|
0.09
|
|
|
|
|
|
|
|
- support NVTYPE=="long double" or IVTYPE=="long long" environment
|
|
|
|
(thanks to Jun Kuriyama++)
|
|
|
|
|
2009-07-30 16:52:13 +09:00
|
|
|
0.08
|
|
|
|
|
|
|
|
- fixed PVNV issue...
|
|
|
|
|
2009-07-22 16:42:12 +09:00
|
|
|
0.07
|
|
|
|
|
|
|
|
- do not use switch (SvTYPE(val)).
|
|
|
|
|
2009-07-03 18:19:29 +09:00
|
|
|
0.06
|
|
|
|
|
|
|
|
- use SvNOK.
|
|
|
|
|
2009-07-03 18:15:45 +09:00
|
|
|
0.05
|
|
|
|
|
|
|
|
- change type detection for old perl
|
|
|
|
|
2009-07-03 15:23:50 +09:00
|
|
|
0.04
|
|
|
|
|
|
|
|
- check SvROK first(reported by yappo++)
|
|
|
|
- PreferInteger: faster string to integer conversion; support negative value
|
|
|
|
(frsyuki++)
|
|
|
|
- make PreferInteger variable magical and remove get_sv from _msgpack_pack_sv
|
|
|
|
(frsyuki++)
|
|
|
|
|
2009-07-02 17:43:58 +09:00
|
|
|
0.03
|
|
|
|
|
|
|
|
- performance tuning for too long string
|
|
|
|
- fixed memory leaks in stream unpacker
|
|
|
|
|
2009-07-02 14:37:54 +09:00
|
|
|
0.02
|
|
|
|
|
|
|
|
- added $Data::MessagePack::PreferInteger
|
|
|
|
(requested by yappo++)
|
|
|
|
|
2009-07-01 18:34:11 +09:00
|
|
|
0.01
|
|
|
|
|
|
|
|
- initial release to CPAN
|