tokuhirom
|
7873e41e00
|
Perl: change for release Data-MessagePack-0.09
|
2010-01-04 12:10:46 +09:00 |
|
tokuhirom
|
9817e9b18d
|
Perl: support NVTYPE=="long double" or IVTYPE="long long" environment.
|
2010-01-04 11:59:52 +09:00 |
|
Tokuhiro Matsuno
|
68176e10f5
|
added some pattern to MANIFEST.SKIP
|
2009-10-22 14:34:53 +09:00 |
|
Tokuhiro Matsuno
|
c6a2569af8
|
- generate README automatically
- added LICENSE term
|
2009-10-22 14:32:39 +09:00 |
|
Tokuhiro Matsuno
|
da9b75f553
|
Checking in changes prior to tagging of version 0.08. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 4e7f1d7..c6e370c 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.08
+
+ - fixed PVNV issue...
+
0.07
- do not use switch (SvTYPE(val)).
|
2009-07-30 16:52:13 +09:00 |
|
Tokuhiro Matsuno
|
d3906bd1ab
|
Perl: use M::I::XSUtil
|
2009-07-30 16:38:03 +09:00 |
|
Tokuhiro Matsuno
|
4db90d23ac
|
- fixed SVt_PVNV issue.
|
2009-07-30 16:22:00 +09:00 |
|
Tokuhiro Matsuno
|
bb455c1f71
|
perl: display module version
|
2009-07-30 13:29:24 +09:00 |
|
Tokuhiro Matsuno
|
3275eee281
|
Perl: display original data
|
2009-07-30 13:24:38 +09:00 |
|
Tokuhiro Matsuno
|
0fe79a7752
|
Perl: added benchmark script for memroy-usage
|
2009-07-30 13:19:49 +09:00 |
|
Tokuhiro Matsuno
|
794adf9469
|
Checking in changes prior to tagging of version 0.07. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 1a51ddf..4e7f1d7 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.07
+
+ - do not use switch (SvTYPE(val)).
+
0.06
- use SvNOK.
|
2009-07-22 16:42:12 +09:00 |
|
Tokuhiro Matsuno
|
718227bc2c
|
Perl: do not use switch (SvTYPE)
|
2009-07-22 16:40:15 +09:00 |
|
Tokuhiro Matsuno
|
390c5ad8a0
|
added test case.
|
2009-07-22 13:41:31 +09:00 |
|
Tokuhiro Matsuno
|
7da1a9b3cf
|
Checking in changes prior to tagging of version 0.06. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 15603ea..1a51ddf 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.06
+
+ - use SvNOK.
+
0.05
- change type detection for old perl
|
2009-07-03 18:19:29 +09:00 |
|
Tokuhiro Matsuno
|
661f273481
|
Perl: use SvNOK.
|
2009-07-03 18:18:40 +09:00 |
|
Tokuhiro Matsuno
|
cb5c878b77
|
Checking in changes prior to tagging of version 0.05. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 33fb36c..15603ea 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.05
+
+ - change type detection for old perl
+
0.04
- check SvROK first(reported by yappo++)
|
2009-07-03 18:15:45 +09:00 |
|
Tokuhiro Matsuno
|
34ed3bc9e3
|
Perl: check IV by SvIOK
|
2009-07-03 18:09:38 +09:00 |
|
Tokuhiro Matsuno
|
ad7cf12128
|
perl: added test case for "the flag is working?"
|
2009-07-03 17:27:44 +09:00 |
|
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
|
b45dc8db61
|
check SvROK first
|
2009-07-03 15:14:31 +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
|
eaa8be8ddd
|
perl: PreferInteger: faster string to integer conversion; support negative value
|
2009-07-03 02:08:22 +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
|
ffef0a0b6f
|
oops. fixed memory leaks in stream unpacker.
|
2009-07-02 17:42:28 +09:00 |
|
Tokuhiro Matsuno
|
580fbe77e9
|
do not check the string longer than 10.
|
2009-07-02 16:40:41 +09:00 |
|
Tokuhiro Matsuno
|
e92e99c4d1
|
Perl: I don't need CCFLAGS
|
2009-07-02 14:43:22 +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
|
3d9908c8e5
|
Merge branch 'master' of git://git.sourceforge.jp/gitroot/msgpack/msgpack
Conflicts:
perl/pack.c
|
2009-07-02 14:31:52 +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
|
7c27624161
|
added .shipit file
|
2009-07-01 18:34:27 +09:00 |
|
Tokuhiro Matsuno
|
d86b90e663
|
added Changes file
|
2009-07-01 18:34:11 +09:00 |
|
Tokuhiro Matsuno
|
d72bef9f9a
|
added MANIFEST.SKIP files
|
2009-07-01 18:33:56 +09:00 |
|
Tokuhiro Matsuno
|
37972dfe3e
|
copy files into this dir.
|
2009-07-01 18:20:14 +09:00 |
|
Tokuhiro Matsuno
|
c6496ddf13
|
added .gitignore file
|
2009-07-01 18:08:39 +09:00 |
|
Tokuhiro Matsuno
|
a95e8c790c
|
this module requires perl 5.8
|
2009-07-01 17:45:18 +09:00 |
|
Tokuhiro Matsuno
|
87e1adcb40
|
works correctly under Perl5.8.x. Perl5.8.x makes "a" as PVIV in {"a", 0}.
|
2009-06-24 14:46:28 +09:00 |
|
Tokuhiro Matsuno
|
3aef3edbad
|
works correctly under Perl5.8.x.
Perl5.8.x makes "a" as PVIV in {"a", 0}.
|
2009-06-24 14:36:37 +09:00 |
|
Tokuhiro Matsuno
|
b2fdaac99e
|
update ppport.h
|
2009-06-24 14:11:06 +09:00 |
|
Tokuhiro Matsuno
|
62231983d7
|
perl: oops. this doens't needed.
|
2009-04-15 23:14:56 +09:00 |
|
Tokuhiro Matsuno
|
0b3db48976
|
perl: added argument check
|
2009-04-15 23:11:26 +09:00 |
|
Tokuhiro Matsuno
|
45321baa66
|
perl: added benchmark script for deserialization
|
2009-04-15 23:06:47 +09:00 |
|
Tokuhiro Matsuno
|
0b083030b1
|
perl: renamed benchmark script
|
2009-04-15 23:02:27 +09:00 |
|
Tokuhiro Matsuno
|
e53799d779
|
perl: use more efficent strategy for memory allocation.this code taken from JSON::XS. thanks to mlehmann++
|
2009-04-15 22:43:59 +09:00 |
|
Tokuhiro Matsuno
|
2aeeef3368
|
oops. remove debugging code.
|
2009-04-15 22:43:16 +09:00 |
|
Tokuhiro Matsuno
|
c7b6bb7303
|
perl: enhancement portability
|
2009-04-15 13:09:05 +09:00 |
|
Tokuhiro Matsuno
|
d449b1d20d
|
added perl support
|
2009-04-15 12:55:41 +09:00 |
|