summaryrefslogtreecommitdiff
path: root/perl/lib
Commit message (Collapse)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
|
* Checking in changes prior to tagging of version 0.34.tokuhirom2010-10-181-1/+3
| | | | | | | | | | | | | | | Changelog diff is: diff --git a/perl/Changes b/perl/Changes index 50177f4..486f1c3 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,6 @@ +0.34 + + - do not use the corrupt my_snprintf(%ll[du]) on win32(kazuho) 0.33
* Checking in changes prior to tagging of version 0.33.Fuji, Goro2010-10-131-1/+1
| | | | Changelog diff is:
* 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
|
* Checking in changes prior to tagging of version 0.32.Fuji, Goro2010-10-121-1/+1
| | | | | | | | | | | | | | | | | | Changelog diff is: diff --git a/perl/Changes b/perl/Changes index 6e07966..4657079 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,4 +1,8 @@ +0.32 + + - add tests to detect Alpha problems reported via CPAN testers (gfx) + 0.31 - update Module::Install::XSUtil for ccache support (gfx)
* Checking in changes prior to tagging of version 0.31.Fuji, Goro2010-10-071-1/+1
| | | | Changelog diff is:
* Merge commit 'perl-0.30'Fuji, Goro2010-10-071-1/+1
|\
| * Checking in changes prior to tagging of version 0.30.tokuhirom2010-10-061-1/+1
| | | | | | | | Changelog diff is:
* | perl: cleanupFuji, Goro2010-10-071-2/+2
|/
* Checking in changes prior to tagging of version 0.29.tokuhirom2010-10-061-1/+1
| | | | | | | | | | | | | | | | | Changelog diff is: diff --git a/perl/Changes b/perl/Changes index b506234..333a824 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,7 @@ +0.29 + + - add $unpacker->utf8 mode, decoding strings as UTF-8. + 0.28 - added more tests(gfx)
* perl: improve docsFuji, Goro2010-10-052-0/+8
|
* perl: add $unpacker->utf8 mode, decoding strings as UTF-8.Fuji, Goro2010-10-052-3/+29
|
* perl: remove tricky hacksFuji, Goro2010-10-051-6/+2
|
* Checking in changes prior to tagging of version 0.28.tokuhirom2010-09-271-1/+1
| | | | | | | | | | | | | | | | | | Changelog diff is: diff --git a/perl/Changes b/perl/Changes index 82174fe..b506234 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,8 @@ +0.28 + + - added more tests(gfx) + - refactor the PP code(gfx) + 0.27 - * 6d9a629 perl: modified trivial codes in PP::Unpacker(makamaka)
* Merge branch 'master' of github.com:msgpack/msgpacktokuhirom2010-09-271-30/+24
|\
| * perl: cleanup PPgfx2010-09-221-30/+24
| |
* | Checking in changes prior to tagging of version 0.27.tokuhirom2010-09-221-1/+1
|/ | | | | | | | | | | | | | | | | | Changelog diff is: diff --git a/perl/Changes b/perl/Changes index b717a82..82174fe 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,8 @@ +0.27 + + - * 6d9a629 perl: modified trivial codes in PP::Unpacker(makamaka) + - * ead8edc modified be unpack_(u)int64 in PP(makamaka) + 0.26 - fixed a serious code typo in PP(makamaka)
* Merge branch 'master' of github.com:msgpack/msgpacktokuhirom2010-09-221-6/+6
|\
| * perl: modified trivial codes in PP::Unpackermakamaka2010-09-221-4/+4
| |
| * modified be unpack_(u)int64 in PPmakamaka2010-09-221-2/+2
| |
* | Checking in changes prior to tagging of version 0.26.tokuhirom2010-09-201-1/+1
|/ | | | | | | | | | | | | | | | | Changelog diff is: diff --git a/perl/Changes b/perl/Changes index 3d455cb..b717a82 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,7 @@ +0.26 + + - fixed a serious code typo in PP(makamaka) + 0.25 (NO FEATURE CHANGES)
* Merge branch 'master' of github.com:msgpack/msgpacktokuhirom2010-09-201-1/+1
|\
| * perl: modified a serious code typo in PPmakamaka2010-09-201-1/+1
| |
* | Checking in changes prior to tagging of version 0.25.tokuhirom2010-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog diff is: diff --git a/perl/Changes b/perl/Changes index d338cf8..3d455cb 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,7 @@ +0.25 + + (NO FEATURE CHANGES) + - oops. I failed releng. 0.24 - Fixed a lot of streaming unpacking issues (tokuhirom, gfx)
* | Checking in changes prior to tagging of version 0.24.tokuhirom2010-09-201-1/+1
|/ | | | Changelog diff is:
* perl: fix unpacking int64_t in PP (based on makamaka's patch)gfx2010-09-191-3/+12
|
* perl: fix bootstrapgfx2010-09-181-2/+2
|
* perl: docsgfx2010-09-181-2/+9
|
* perl: PERL_ONLY=1 disables XSgfx2010-09-181-1/+1
|
* perl: add a note about 64 bit integersgfx2010-09-181-0/+8
|
* 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
|
* perl: gfx is a author.tokuhirom2010-09-181-2/+2
|
* Add TODOsgfx2010-09-171-0/+19
|
* Docsgfx2010-09-171-8/+11
|
* perl: regen READMEgfx2010-09-171-1/+1
|
* perl: updated benchmark result! gfx++ # performance tuningtokuhirom2010-09-171-11/+20
|
* chmod -xgfx2010-09-171-0/+0
|
* Tweaksgfx2010-09-171-9/+6
|