summaryrefslogtreecommitdiff
path: root/perl
Commit message (Expand)AuthorAgeFilesLines
* Perl: 0.15tokuhirom2010-09-012-1/+6
* Perl: better argument validation(patch from dankogai)tokuhirom2010-08-312-3/+6
* Perl: bump up version to 0.14tokuhirom2010-08-212-1/+6
* fixed segv on cyclic reference(patch by dankogai)tokuhirom2010-08-212-11/+42
* perl: bump up version to 0.13!tokuhirom2010-07-142-1/+5
* clearly specified this distribution requires requires C99.tokuhirom2010-07-141-0/+4
* Perl: do not use done_testingtokuhirom2010-05-171-2/+1
* oopstokuhirom2010-05-171-1/+1
* Perl: build_requires and requires are duped.tokuhirom2010-05-081-1/+0
* Perl: releng for 0.12tokuhirom2010-05-052-1/+5
* Perl: PERL_NO_GET_CONTEXT makes horrible dTHXs. remove it.tokuhirom2010-05-051-1/+0
* Perl: cleanup Makefile.PLtokuhirom2010-05-051-3/+3
* Perl: Test::Requires is not needed for this test.tokuhirom2010-05-051-1/+0
* perl: releng for data-messagepack 0.11tokuhirom2010-05-052-1/+5
* Perl: releng for 0.10tokuhirom2010-05-052-1/+7
* Perl: added test casetokuhirom2010-05-051-0/+12
* Perl: fixed some issues. thanks to gfx++tokuhirom2010-05-051-4/+14
* Perl: added README file.tokuhirom2010-05-051-0/+34
* Perl: change for release Data-MessagePack-0.09_01tokuhirom2010-05-032-1/+5
* Merge branch 'master' of git@github.com:msgpack/msgpacktokuhirom2010-05-035-25/+75
|\
| * Perl: updated docs.tokuhirom2010-05-032-6/+25
| * Perl: fixed memory leak issuetokuhirom2010-05-033-19/+50
* | Merge branch 'master' of git@github.com:msgpack/msgpacktokuhirom2010-05-034-1/+223
|\ \ | |/
| * Perl: added failing test case for memory leakstokuhirom2010-05-033-1/+197
| * Perl: added more test case for streaming unpackertokuhirom2010-05-031-0/+26
* | perl: added more test case for streaming deserializer.tokuhirom2010-05-021-1/+12
|/
* reverts variable-length stack: avoids memory leakfrsyuki2010-04-221-3/+0
* malloc/realloc the stack when its length becomes > MSGPACK_EMBED_STACK_SIZEfrsyuki2010-04-141-1/+7
* Perl: change for release Data-MessagePack-0.09tokuhirom2010-01-043-2/+11
* Perl: support NVTYPE=="long double" or IVTYPE="long long" environment.tokuhirom2010-01-041-4/+14
* added some pattern to MANIFEST.SKIPTokuhiro Matsuno2009-10-221-0/+2
* - generate README automaticallyTokuhiro Matsuno2009-10-222-0/+7
* Checking in changes prior to tagging of version 0.08. Changelog diff is:Tokuhiro Matsuno2009-07-303-1/+6
* Perl: use M::I::XSUtilTokuhiro Matsuno2009-07-303-7077/+10
* - fixed SVt_PVNV issue.Tokuhiro Matsuno2009-07-307-68/+133
* perl: display module versionTokuhiro Matsuno2009-07-301-0/+5
* Perl: display original dataTokuhiro Matsuno2009-07-301-10/+14
* Perl: added benchmark script for memroy-usageTokuhiro Matsuno2009-07-301-0/+28
* Checking in changes prior to tagging of version 0.07. Changelog diff is:Tokuhiro Matsuno2009-07-222-1/+5
* Perl: do not use switch (SvTYPE)Tokuhiro Matsuno2009-07-222-65/+50
* added test case.Tokuhiro Matsuno2009-07-221-0/+2
* Checking in changes prior to tagging of version 0.06. Changelog diff is:Tokuhiro Matsuno2009-07-032-1/+5
* Perl: use SvNOK.Tokuhiro Matsuno2009-07-031-3/+2
* Checking in changes prior to tagging of version 0.05. Changelog diff is:Tokuhiro Matsuno2009-07-032-1/+5
* Perl: check IV by SvIOKTokuhiro Matsuno2009-07-031-7/+4
* perl: added test case for "the flag is working?"Tokuhiro Matsuno2009-07-031-3/+13
* Checking in changes prior to tagging of version 0.04. Changelog diff is:Tokuhiro Matsuno2009-07-032-1/+9
* check SvROK firstTokuhiro Matsuno2009-07-031-3/+3
* Merge branch 'master' of tokuhirom@git.sourceforge.jp:/gitroot/msgpack/msgpackTokuhiro Matsuno2009-07-034-13/+100
|\
| * perl: PreferInteger: faster string to integer conversion; support negative valuefrsyuki2009-07-032-12/+63