summaryrefslogtreecommitdiff
path: root/perl/lib/Data/MessagePack
Commit message (Expand)AuthorAgeFilesLines
* perl: disable warningsFuji, Goro2010-10-301-0/+1
* perl: check data strictly; which is slow, but requiredFuji, Goro2010-10-301-44/+45
* perl: ord(substr(...)) *is* faster than unpack()Fuji, Goro2010-10-301-3/+6
* perl: modify internal names for the next refactoringFuji, Goro2010-10-301-8/+12
* perl: make error messages compatible with XSFuji, Goro2010-10-301-2/+2
* perl: update Unpacker.podFuji, Goro2010-10-281-10/+16
* perl: optimize PPFuji, Goro2010-10-131-88/+95
* perl: tweaks for PreferIntegerFuji, Goro2010-10-131-7/+10
* perl: commentsFuji, Goro2010-10-131-2/+5
* perl: cleanup PPFuji, Goro2010-10-131-2/+2
* perl: improve docsFuji, Goro2010-10-051-0/+2
* perl: add $unpacker->utf8 mode, decoding strings as UTF-8.Fuji, Goro2010-10-052-3/+29
* perl: cleanup PPgfx2010-09-221-30/+24
* perl: modified trivial codes in PP::Unpackermakamaka2010-09-221-4/+4
* modified be unpack_(u)int64 in PPmakamaka2010-09-221-2/+2
* perl: modified a serious code typo in PPmakamaka2010-09-201-1/+1
* perl: fix unpacking int64_t in PP (based on makamaka's patch)gfx2010-09-191-3/+12
* perl: fix max depth checks in PPgfx2010-09-181-8/+8
* perl: More kind error messages in PPgfx2010-09-181-8/+11
* perl: fix int64_t unpacking in both XS and PPgfx2010-09-181-26/+41
* perl: Scalar::Util is no longer usedgfx2010-09-181-1/+0
* perl: fixed stream deserializer in pp.tokuhirom2010-09-181-20/+26
* chmod -xgfx2010-09-171-0/+0
* Tweaksgfx2010-09-171-9/+6
* Tidy PPgfx2010-09-171-51/+68
* Split the boolean class into an outer modulegfx2010-09-171-0/+14
* Checking in changes prior to tagging of version 0.23.tokuhirom2010-09-121-4/+4
* modified begin process about byte ordermakamaka2010-09-051-8/+8
* enable PP to pack/unpack int64 in less than Perl 5.10makamaka2010-09-041-11/+28
* added some comments in Data::MessagePack::PPmakamaka2010-09-031-0/+3
* ouch, modified podmakamaka2010-09-021-6/+5
* modified podmakamaka2010-09-021-4/+4
* removed dependency on Data::Floatmakamaka2010-09-021-43/+27
* removed commented out codesmakamaka2010-09-021-12/+0
* modified some codes for test warningsmakamaka2010-09-011-36/+38
* added PP backend switch into Data::MessagePackmakamaka2010-09-011-18/+15
* added pp versionmakamaka2010-09-011-0/+556
* Perl: updated docs.tokuhirom2010-05-031-6/+11
* added perl supportTokuhiro Matsuno2009-04-151-0/+52