msgpack-python/perl
Tokuhiro Matsuno 6fb6283463 Checking in changes prior to tagging of version 0.04. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 0c170a3..33fb36c 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,11 @@
+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++)
+
 0.03

     - performance tuning for too long string
2009-07-03 15:23:50 +09:00
..
benchmark perl: added benchmark script for deserialization 2009-04-15 23:06:47 +09:00
lib/Data Checking in changes prior to tagging of version 0.04. Changelog diff is: 2009-07-03 15:23:50 +09:00
t perl: PreferInteger: faster string to integer conversion; support negative value 2009-07-03 02:08:22 +09:00
xt added perl support 2009-04-15 12:55:41 +09:00
.gitignore Checking in changes prior to tagging of version 0.01. Changelog diff is: 2009-07-01 18:40:14 +09:00
.shipit Checking in changes prior to tagging of version 0.01. Changelog diff is: 2009-07-01 18:40:14 +09:00
Changes Checking in changes prior to tagging of version 0.04. Changelog diff is: 2009-07-03 15:23:50 +09:00
Makefile.PL Perl: I don't need CCFLAGS 2009-07-02 14:43:22 +09:00
MANIFEST.SKIP Checking in changes prior to tagging of version 0.01. Changelog diff is: 2009-07-01 18:40:14 +09:00
MessagePack.c Merge branch 'master' of tokuhirom@git.sourceforge.jp:/gitroot/msgpack/msgpack 2009-07-03 11:39:34 +09:00
pack.c check SvROK first 2009-07-03 15:14:31 +09:00
ppport.h update ppport.h 2009-06-24 14:11:06 +09:00
unpack.c oops. fixed memory leaks in stream unpacker. 2009-07-02 17:42:28 +09:00