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 |
|
Tokuhiro Matsuno
|
3397d261d8
|
Merge branch 'master' of tokuhirom@git.sourceforge.jp:/gitroot/msgpack/msgpack
Conflicts:
perl/lib/Data/MessagePack.pm
|
2009-07-03 11:39:34 +09:00 |
|
frsyuki
|
0f9dcb8610
|
perl: make PreferInteger variable magical and remove get_sv from _msgpack_pack_sv
|
2009-07-03 01:49:37 +09:00 |
|
Tokuhiro Matsuno
|
3446c475d7
|
Checking in changes prior to tagging of version 0.03. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index fb31a69..0c170a3 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,8 @@
+0.03
+
+ - performance tuning for too long string
+ - fixed memory leaks in stream unpacker
+
0.02
- added $Data::MessagePack::PreferInteger
|
2009-07-02 17:43:58 +09:00 |
|
Tokuhiro Matsuno
|
c3f793aa09
|
Checking in changes prior to tagging of version 0.02. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 18041d4..fb31a69 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,8 @@
+0.02
+
+ - added $Data::MessagePack::PreferInteger
+ (requested by yappo++)
+
0.01
- initial release to CPAN
|
2009-07-02 14:37:54 +09:00 |
|
Tokuhiro Matsuno
|
7b198d5966
|
s/Preferred/Prefer/g suggested by kazuho++
|
2009-07-02 14:29:49 +09:00 |
|
Tokuhiro Matsuno
|
601209c83c
|
support $Data::MessagePack::PreferredInteger for Data::Model
|
2009-07-02 14:25:48 +09:00 |
|
Tokuhiro Matsuno
|
c2a63b2c54
|
Checking in changes prior to tagging of version 0.01. Changelog diff is:
|
2009-07-01 18:40:14 +09:00 |
|
Tokuhiro Matsuno
|
a95e8c790c
|
this module requires perl 5.8
|
2009-07-01 17:45:18 +09:00 |
|
Tokuhiro Matsuno
|
d449b1d20d
|
added perl support
|
2009-04-15 12:55:41 +09:00 |
|