summaryrefslogtreecommitdiff
path: root/perl/unpack.c
Commit message (Expand)AuthorAgeFilesLines
* Perl: PERL_NO_GET_CONTEXT makes horrible dTHXs. remove it.tokuhirom2010-05-051-1/+0
* Perl: fixed some issues. thanks to gfx++tokuhirom2010-05-051-4/+14
* Perl: fixed memory leak issuetokuhirom2010-05-031-18/+41
* 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
* - fixed SVt_PVNV issue.Tokuhiro Matsuno2009-07-301-21/+37
* oops. fixed memory leaks in stream unpacker.Tokuhiro Matsuno2009-07-021-0/+11
* perl: added argument checkTokuhiro Matsuno2009-04-151-4/+24
* perl: enhancement portabilityTokuhiro Matsuno2009-04-151-1/+3
* added perl supportTokuhiro Matsuno2009-04-151-0/+268