| Commit message (Expand) | Author | Age | Files | Lines |
| * | perl: disable warnings | Fuji, Goro | 2010-10-30 | 1 | -0/+1 |
| * | perl: check data strictly; which is slow, but required | Fuji, Goro | 2010-10-30 | 1 | -44/+45 |
| * | perl: ord(substr(...)) *is* faster than unpack() | Fuji, Goro | 2010-10-30 | 1 | -3/+6 |
| * | perl: modify internal names for the next refactoring | Fuji, Goro | 2010-10-30 | 1 | -8/+12 |
| * | perl: make error messages compatible with XS | Fuji, Goro | 2010-10-30 | 1 | -2/+2 |
| * | perl: update Unpacker.pod | Fuji, Goro | 2010-10-28 | 1 | -10/+16 |
| * | perl: optimize PP | Fuji, Goro | 2010-10-13 | 1 | -88/+95 |
| * | perl: tweaks for PreferInteger | Fuji, Goro | 2010-10-13 | 1 | -7/+10 |
| * | perl: comments | Fuji, Goro | 2010-10-13 | 1 | -2/+5 |
| * | perl: cleanup PP | Fuji, Goro | 2010-10-13 | 1 | -2/+2 |
| * | perl: improve docs | Fuji, Goro | 2010-10-05 | 1 | -0/+2 |
| * | perl: add $unpacker->utf8 mode, decoding strings as UTF-8. | Fuji, Goro | 2010-10-05 | 2 | -3/+29 |
| * | perl: cleanup PP | gfx | 2010-09-22 | 1 | -30/+24 |
| * | perl: modified trivial codes in PP::Unpacker | makamaka | 2010-09-22 | 1 | -4/+4 |
| * | modified be unpack_(u)int64 in PP | makamaka | 2010-09-22 | 1 | -2/+2 |
| * | perl: modified a serious code typo in PP | makamaka | 2010-09-20 | 1 | -1/+1 |
| * | perl: fix unpacking int64_t in PP (based on makamaka's patch) | gfx | 2010-09-19 | 1 | -3/+12 |
| * | perl: fix max depth checks in PP | gfx | 2010-09-18 | 1 | -8/+8 |
| * | perl: More kind error messages in PP | gfx | 2010-09-18 | 1 | -8/+11 |
| * | perl: fix int64_t unpacking in both XS and PP | gfx | 2010-09-18 | 1 | -26/+41 |
| * | perl: Scalar::Util is no longer used | gfx | 2010-09-18 | 1 | -1/+0 |
| * | perl: fixed stream deserializer in pp. | tokuhirom | 2010-09-18 | 1 | -20/+26 |
| * | chmod -x | gfx | 2010-09-17 | 1 | -0/+0 |
| * | Tweaks | gfx | 2010-09-17 | 1 | -9/+6 |
| * | Tidy PP | gfx | 2010-09-17 | 1 | -51/+68 |
| * | Split the boolean class into an outer module | gfx | 2010-09-17 | 1 | -0/+14 |
| * | Checking in changes prior to tagging of version 0.23. | tokuhirom | 2010-09-12 | 1 | -4/+4 |
| * | modified begin process about byte order | makamaka | 2010-09-05 | 1 | -8/+8 |
| * | enable PP to pack/unpack int64 in less than Perl 5.10 | makamaka | 2010-09-04 | 1 | -11/+28 |
| * | added some comments in Data::MessagePack::PP | makamaka | 2010-09-03 | 1 | -0/+3 |
| * | ouch, modified pod | makamaka | 2010-09-02 | 1 | -6/+5 |
| * | modified pod | makamaka | 2010-09-02 | 1 | -4/+4 |
| * | removed dependency on Data::Float | makamaka | 2010-09-02 | 1 | -43/+27 |
| * | removed commented out codes | makamaka | 2010-09-02 | 1 | -12/+0 |
| * | modified some codes for test warnings | makamaka | 2010-09-01 | 1 | -36/+38 |
| * | added PP backend switch into Data::MessagePack | makamaka | 2010-09-01 | 1 | -18/+15 |
| * | added pp version | makamaka | 2010-09-01 | 1 | -0/+556 |
| * | Perl: updated docs. | tokuhirom | 2010-05-03 | 1 | -6/+11 |
| * | added perl support | Tokuhiro Matsuno | 2009-04-15 | 1 | -0/+52 |