| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - generate README automatically | Tokuhiro Matsuno | 2009-10-22 | 2 | -0/+7 |
| | | | | | - added LICENSE term | ||||
| * | Checking in changes prior to tagging of version 0.08. Changelog diff is: | Tokuhiro Matsuno | 2009-07-30 | 3 | -1/+6 |
| | | | | | | | | | | | | | | | | 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)). | ||||
| * | Perl: use M::I::XSUtil | Tokuhiro Matsuno | 2009-07-30 | 3 | -7077/+10 |
| | | |||||
| * | - fixed SVt_PVNV issue. | Tokuhiro Matsuno | 2009-07-30 | 7 | -68/+133 |
| | | |||||
| * | perl: display module version | Tokuhiro Matsuno | 2009-07-30 | 1 | -0/+5 |
| | | |||||
| * | Perl: display original data | Tokuhiro Matsuno | 2009-07-30 | 1 | -10/+14 |
| | | |||||
| * | Perl: added benchmark script for memroy-usage | Tokuhiro Matsuno | 2009-07-30 | 1 | -0/+28 |
| | | |||||
| * | Checking in changes prior to tagging of version 0.07. Changelog diff is: | Tokuhiro Matsuno | 2009-07-22 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | 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. | ||||
| * | Perl: do not use switch (SvTYPE) | Tokuhiro Matsuno | 2009-07-22 | 2 | -65/+50 |
| | | |||||
| * | added test case. | Tokuhiro Matsuno | 2009-07-22 | 1 | -0/+2 |
| | | |||||
| * | Checking in changes prior to tagging of version 0.06. Changelog diff is: | Tokuhiro Matsuno | 2009-07-03 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | 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 | ||||
| * | Perl: use SvNOK. | Tokuhiro Matsuno | 2009-07-03 | 1 | -3/+2 |
| | | |||||
| * | Checking in changes prior to tagging of version 0.05. Changelog diff is: | Tokuhiro Matsuno | 2009-07-03 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | 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++) | ||||
| * | Perl: check IV by SvIOK | Tokuhiro Matsuno | 2009-07-03 | 1 | -7/+4 |
| | | |||||
| * | perl: added test case for "the flag is working?" | Tokuhiro Matsuno | 2009-07-03 | 1 | -3/+13 |
| | | |||||
| * | Checking in changes prior to tagging of version 0.04. Changelog diff is: | Tokuhiro Matsuno | 2009-07-03 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | check SvROK first | Tokuhiro Matsuno | 2009-07-03 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'master' of tokuhirom@git.sourceforge.jp:/gitroot/msgpack/msgpack | Tokuhiro Matsuno | 2009-07-03 | 4 | -13/+100 |
| |\ | | | | | | | | | Conflicts: perl/lib/Data/MessagePack.pm | ||||
| | * | perl: PreferInteger: faster string to integer conversion; support negative value | frsyuki | 2009-07-03 | 2 | -12/+63 |
| | | | |||||
| | * | perl: make PreferInteger variable magical and remove get_sv from ↵ | frsyuki | 2009-07-03 | 3 | -2/+38 |
| | | | | | | | | | _msgpack_pack_sv | ||||
| * | | Checking in changes prior to tagging of version 0.03. Changelog diff is: | Tokuhiro Matsuno | 2009-07-02 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | oops. fixed memory leaks in stream unpacker. | Tokuhiro Matsuno | 2009-07-02 | 2 | -1/+13 |
| |/ | |||||
| * | do not check the string longer than 10. | Tokuhiro Matsuno | 2009-07-02 | 1 | -1/+2 |
| | | |||||
| * | Perl: I don't need CCFLAGS | Tokuhiro Matsuno | 2009-07-02 | 1 | -3/+0 |
| | | |||||
| * | Checking in changes prior to tagging of version 0.02. Changelog diff is: | Tokuhiro Matsuno | 2009-07-02 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | | 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 | ||||
| * | Merge branch 'master' of git://git.sourceforge.jp/gitroot/msgpack/msgpack | Tokuhiro Matsuno | 2009-07-02 | 1 | -8/+87 |
| |\ | | | | | | | | | Conflicts: perl/pack.c | ||||
| | * | works correctly under Perl5.8.x. Perl5.8.x makes "a" as PVIV in {"a", 0}. | Tokuhiro Matsuno | 2009-06-24 | 1 | -10/+10 |
| | | | |||||
| | * | update ppport.h | Tokuhiro Matsuno | 2009-06-24 | 1 | -8/+87 |
| | | | |||||
| * | | s/Preferred/Prefer/g suggested by kazuho++ | Tokuhiro Matsuno | 2009-07-02 | 3 | -3/+3 |
| | | | |||||
| * | | support $Data::MessagePack::PreferredInteger for Data::Model | Tokuhiro Matsuno | 2009-07-02 | 4 | -1/+69 |
| | | | |||||
| * | | Checking in changes prior to tagging of version 0.01. Changelog diff is: | Tokuhiro Matsuno | 2009-07-01 | 4 | -1/+4 |
| | | | |||||
| * | | added .shipit file | Tokuhiro Matsuno | 2009-07-01 | 1 | -0/+1 |
| | | | |||||
| * | | added Changes file | Tokuhiro Matsuno | 2009-07-01 | 1 | -0/+3 |
| | | | |||||
| * | | added MANIFEST.SKIP files | Tokuhiro Matsuno | 2009-07-01 | 1 | -0/+21 |
| | | | |||||
| * | | copy files into this dir. | Tokuhiro Matsuno | 2009-07-01 | 1 | -1/+10 |
| | | | |||||
| * | | added .gitignore file | Tokuhiro Matsuno | 2009-07-01 | 1 | -0/+11 |
| | | | |||||
| * | | this module requires perl 5.8 | Tokuhiro Matsuno | 2009-07-01 | 1 | -0/+1 |
| | | | |||||
| * | | works correctly under Perl5.8.x. | Tokuhiro Matsuno | 2009-06-24 | 1 | -10/+10 |
| |/ | | | | Perl5.8.x makes "a" as PVIV in {"a", 0}. | ||||
| * | perl: oops. this doens't needed. | Tokuhiro Matsuno | 2009-04-15 | 1 | -3/+0 |
| | | |||||
| * | perl: added argument check | Tokuhiro Matsuno | 2009-04-15 | 2 | -5/+27 |
| | | |||||
| * | perl: added benchmark script for deserialization | Tokuhiro Matsuno | 2009-04-15 | 1 | -0/+20 |
| | | |||||
| * | perl: renamed benchmark script | Tokuhiro Matsuno | 2009-04-15 | 1 | -0/+2 |
| | | |||||
| * | perl: use more efficent strategy for memory allocation.this code taken from ↵ | Tokuhiro Matsuno | 2009-04-15 | 1 | -25/+60 |
| | | | | | JSON::XS. thanks to mlehmann++ | ||||
| * | oops. remove debugging code. | Tokuhiro Matsuno | 2009-04-15 | 1 | -1/+0 |
| | | |||||
| * | perl: enhancement portability | Tokuhiro Matsuno | 2009-04-15 | 3 | -2/+4 |
| | | |||||
| * | added perl support | Tokuhiro Matsuno | 2009-04-15 | 16 | -0/+7734 |
