summaryrefslogtreecommitdiff
path: root/perl/lib/Data
Commit message (Collapse)AuthorAgeFilesLines
* Perl: 0.15tokuhirom2010-09-011-1/+1
|
* Perl: bump up version to 0.14tokuhirom2010-08-211-1/+1
|
* perl: bump up version to 0.13!tokuhirom2010-07-141-1/+1
|
* Perl: releng for 0.12tokuhirom2010-05-051-1/+1
|
* perl: releng for data-messagepack 0.11tokuhirom2010-05-051-1/+1
|
* Perl: releng for 0.10tokuhirom2010-05-051-1/+1
|
* Perl: change for release Data-MessagePack-0.09_01tokuhirom2010-05-031-1/+1
|
* Perl: updated docs.tokuhirom2010-05-032-6/+25
|
* Perl: change for release Data-MessagePack-0.09tokuhirom2010-01-041-1/+5
|
* - generate README automaticallyTokuhiro Matsuno2009-10-221-0/+6
| | | | - added LICENSE term
* Checking in changes prior to tagging of version 0.08. Changelog diff is:Tokuhiro Matsuno2009-07-301-1/+1
| | | | | | | | | | | | | | | 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)).
* - fixed SVt_PVNV issue.Tokuhiro Matsuno2009-07-301-0/+5
|
* Checking in changes prior to tagging of version 0.07. Changelog diff is:Tokuhiro Matsuno2009-07-221-1/+1
| | | | | | | | | | | | | | | 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.
* Checking in changes prior to tagging of version 0.06. Changelog diff is:Tokuhiro Matsuno2009-07-031-1/+1
| | | | | | | | | | | | | | | 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
* Checking in changes prior to tagging of version 0.05. Changelog diff is:Tokuhiro Matsuno2009-07-031-1/+1
| | | | | | | | | | | | | | | 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++)
* Checking in changes prior to tagging of version 0.04. Changelog diff is:Tokuhiro Matsuno2009-07-031-1/+1
| | | | | | | | | | | | | | | | | | | 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
* Merge branch 'master' of tokuhirom@git.sourceforge.jp:/gitroot/msgpack/msgpackTokuhiro Matsuno2009-07-031-0/+1
|\ | | | | | | | | Conflicts: perl/lib/Data/MessagePack.pm
| * perl: make PreferInteger variable magical and remove get_sv from ↵frsyuki2009-07-031-0/+1
| | | | | | | | _msgpack_pack_sv
* | Checking in changes prior to tagging of version 0.03. Changelog diff is:Tokuhiro Matsuno2009-07-021-1/+1
|/ | | | | | | | | | | | | | | | 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
* Checking in changes prior to tagging of version 0.02. Changelog diff is:Tokuhiro Matsuno2009-07-021-1/+1
| | | | | | | | | | | | | | | | 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
* s/Preferred/Prefer/g suggested by kazuho++Tokuhiro Matsuno2009-07-021-1/+1
|
* support $Data::MessagePack::PreferredInteger for Data::ModelTokuhiro Matsuno2009-07-021-0/+10
|
* Checking in changes prior to tagging of version 0.01. Changelog diff is:Tokuhiro Matsuno2009-07-011-1/+1
|
* this module requires perl 5.8Tokuhiro Matsuno2009-07-011-0/+1
|
* added perl supportTokuhiro Matsuno2009-04-152-0/+85