| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Perl: 0.15 | tokuhirom | 2010-09-01 | 2 | -1/+6 |
| | | |||||
| * | Perl: better argument validation(patch from dankogai) | tokuhirom | 2010-08-31 | 2 | -3/+6 |
| | | |||||
| * | Perl: bump up version to 0.14 | tokuhirom | 2010-08-21 | 2 | -1/+6 |
| | | |||||
| * | fixed segv on cyclic reference(patch by dankogai) | tokuhirom | 2010-08-21 | 2 | -11/+42 |
| | | |||||
| * | perl: bump up version to 0.13! | tokuhirom | 2010-07-14 | 2 | -1/+5 |
| | | |||||
| * | clearly specified this distribution requires requires C99. | tokuhirom | 2010-07-14 | 1 | -0/+4 |
| | | |||||
| * | Perl: do not use done_testing | tokuhirom | 2010-05-17 | 1 | -2/+1 |
| | | |||||
| * | oops | tokuhirom | 2010-05-17 | 1 | -1/+1 |
| | | |||||
| * | Perl: build_requires and requires are duped. | tokuhirom | 2010-05-08 | 1 | -1/+0 |
| | | |||||
| * | Perl: releng for 0.12 | tokuhirom | 2010-05-05 | 2 | -1/+5 |
| | | |||||
| * | Perl: PERL_NO_GET_CONTEXT makes horrible dTHXs. remove it. | tokuhirom | 2010-05-05 | 1 | -1/+0 |
| | | |||||
| * | Perl: cleanup Makefile.PL | tokuhirom | 2010-05-05 | 1 | -3/+3 |
| | | |||||
| * | Perl: Test::Requires is not needed for this test. | tokuhirom | 2010-05-05 | 1 | -1/+0 |
| | | |||||
| * | perl: releng for data-messagepack 0.11 | tokuhirom | 2010-05-05 | 2 | -1/+5 |
| | | |||||
| * | Perl: releng for 0.10 | tokuhirom | 2010-05-05 | 2 | -1/+7 |
| | | |||||
| * | Perl: added test case | tokuhirom | 2010-05-05 | 1 | -0/+12 |
| | | |||||
| * | Perl: fixed some issues. thanks to gfx++ | tokuhirom | 2010-05-05 | 1 | -4/+14 |
| | | | | | http://gist.github.com/387743 | ||||
| * | Perl: added README file. | tokuhirom | 2010-05-05 | 1 | -0/+34 |
| | | |||||
| * | Perl: change for release Data-MessagePack-0.09_01 | tokuhirom | 2010-05-03 | 2 | -1/+5 |
| | | |||||
| * | Merge branch 'master' of git@github.com:msgpack/msgpack | tokuhirom | 2010-05-03 | 5 | -25/+75 |
| |\ | |||||
| | * | Perl: updated docs. | tokuhirom | 2010-05-03 | 2 | -6/+25 |
| | | | |||||
| | * | Perl: fixed memory leak issue | tokuhirom | 2010-05-03 | 3 | -19/+50 |
| | | | |||||
| * | | Merge branch 'master' of git@github.com:msgpack/msgpack | tokuhirom | 2010-05-03 | 4 | -1/+223 |
| |\ \ | |/ | |||||
| | * | Perl: added failing test case for memory leaks | tokuhirom | 2010-05-03 | 3 | -1/+197 |
| | | | |||||
| | * | Perl: added more test case for streaming unpacker | tokuhirom | 2010-05-03 | 1 | -0/+26 |
| | | | |||||
| * | | perl: added more test case for streaming deserializer. | tokuhirom | 2010-05-02 | 1 | -1/+12 |
| |/ | |||||
| * | reverts variable-length stack: avoids memory leak | frsyuki | 2010-04-22 | 1 | -3/+0 |
| | | |||||
| * | malloc/realloc the stack when its length becomes > MSGPACK_EMBED_STACK_SIZE | frsyuki | 2010-04-14 | 1 | -1/+7 |
| | | |||||
| * | Perl: change for release Data-MessagePack-0.09 | tokuhirom | 2010-01-04 | 3 | -2/+11 |
| | | |||||
| * | Perl: support NVTYPE=="long double" or IVTYPE="long long" environment. | tokuhirom | 2010-01-04 | 1 | -4/+14 |
| | | |||||
| * | added some pattern to MANIFEST.SKIP | Tokuhiro Matsuno | 2009-10-22 | 1 | -0/+2 |
| | | |||||
| * | - 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 |
| | | | |||||
