summaryrefslogtreecommitdiff
path: root/perl
Commit message (Expand)AuthorAgeFilesLines
* 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
| * perl: make PreferInteger variable magical and remove get_sv from _msgpack_pac...frsyuki2009-07-033-2/+38
* | Checking in changes prior to tagging of version 0.03. Changelog diff is:Tokuhiro Matsuno2009-07-022-1/+6
* | oops. fixed memory leaks in stream unpacker.Tokuhiro Matsuno2009-07-022-1/+13
|/
* do not check the string longer than 10.Tokuhiro Matsuno2009-07-021-1/+2
* Perl: I don't need CCFLAGSTokuhiro Matsuno2009-07-021-3/+0
* Checking in changes prior to tagging of version 0.02. Changelog diff is:Tokuhiro Matsuno2009-07-022-1/+6
* Merge branch 'master' of git://git.sourceforge.jp/gitroot/msgpack/msgpackTokuhiro Matsuno2009-07-021-8/+87
|\
| * works correctly under Perl5.8.x. Perl5.8.x makes "a" as PVIV in {"a", 0}.Tokuhiro Matsuno2009-06-241-10/+10
| * update ppport.hTokuhiro Matsuno2009-06-241-8/+87
* | s/Preferred/Prefer/g suggested by kazuho++Tokuhiro Matsuno2009-07-023-3/+3
* | support $Data::MessagePack::PreferredInteger for Data::ModelTokuhiro Matsuno2009-07-024-1/+69
* | Checking in changes prior to tagging of version 0.01. Changelog diff is:Tokuhiro Matsuno2009-07-014-1/+4
* | added .shipit fileTokuhiro Matsuno2009-07-011-0/+1
* | added Changes fileTokuhiro Matsuno2009-07-011-0/+3
* | added MANIFEST.SKIP filesTokuhiro Matsuno2009-07-011-0/+21
* | copy files into this dir.Tokuhiro Matsuno2009-07-011-1/+10
* | added .gitignore fileTokuhiro Matsuno2009-07-011-0/+11
* | this module requires perl 5.8Tokuhiro Matsuno2009-07-011-0/+1
* | works correctly under Perl5.8.x.Tokuhiro Matsuno2009-06-241-10/+10
|/
* perl: oops. this doens't needed.Tokuhiro Matsuno2009-04-151-3/+0
* perl: added argument checkTokuhiro Matsuno2009-04-152-5/+27
* perl: added benchmark script for deserializationTokuhiro Matsuno2009-04-151-0/+20
* perl: renamed benchmark scriptTokuhiro Matsuno2009-04-151-0/+2
* perl: use more efficent strategy for memory allocation.this code taken from J...Tokuhiro Matsuno2009-04-151-25/+60
* oops. remove debugging code.Tokuhiro Matsuno2009-04-151-1/+0
* perl: enhancement portabilityTokuhiro Matsuno2009-04-153-2/+4