| Commit message (Collapse) | 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 |
| | | |||||
| * | Checking in changes prior to tagging of version 0.34. | tokuhirom | 2010-10-18 | 1 | -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, Goro | 2010-10-13 | 1 | -1/+1 |
| | | | | | Changelog diff is: | ||||
| * | 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 |
| | | |||||
| * | Checking in changes prior to tagging of version 0.32. | Fuji, Goro | 2010-10-12 | 1 | -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, Goro | 2010-10-07 | 1 | -1/+1 |
| | | | | | Changelog diff is: | ||||
| * | Merge commit 'perl-0.30' | Fuji, Goro | 2010-10-07 | 1 | -1/+1 |
| |\ | |||||
| | * | Checking in changes prior to tagging of version 0.30. | tokuhirom | 2010-10-06 | 1 | -1/+1 |
| | | | | | | | | | Changelog diff is: | ||||
| * | | perl: cleanup | Fuji, Goro | 2010-10-07 | 1 | -2/+2 |
| |/ | |||||
| * | Checking in changes prior to tagging of version 0.29. | tokuhirom | 2010-10-06 | 1 | -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 docs | Fuji, Goro | 2010-10-05 | 2 | -0/+8 |
| | | |||||
| * | perl: add $unpacker->utf8 mode, decoding strings as UTF-8. | Fuji, Goro | 2010-10-05 | 2 | -3/+29 |
| | | |||||
| * | perl: remove tricky hacks | Fuji, Goro | 2010-10-05 | 1 | -6/+2 |
| | | |||||
| * | Checking in changes prior to tagging of version 0.28. | tokuhirom | 2010-09-27 | 1 | -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/msgpack | tokuhirom | 2010-09-27 | 1 | -30/+24 |
| |\ | |||||
| | * | perl: cleanup PP | gfx | 2010-09-22 | 1 | -30/+24 |
| | | | |||||
| * | | Checking in changes prior to tagging of version 0.27. | tokuhirom | 2010-09-22 | 1 | -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/msgpack | tokuhirom | 2010-09-22 | 1 | -6/+6 |
| |\ | |||||
| | * | 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 |
| | | | |||||
| * | | Checking in changes prior to tagging of version 0.26. | tokuhirom | 2010-09-20 | 1 | -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/msgpack | tokuhirom | 2010-09-20 | 1 | -1/+1 |
| |\ | |||||
| | * | perl: modified a serious code typo in PP | makamaka | 2010-09-20 | 1 | -1/+1 |
| | | | |||||
| * | | Checking in changes prior to tagging of version 0.25. | tokuhirom | 2010-09-20 | 1 | -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. | tokuhirom | 2010-09-20 | 1 | -1/+1 |
| |/ | | | | Changelog diff is: | ||||
| * | perl: fix unpacking int64_t in PP (based on makamaka's patch) | gfx | 2010-09-19 | 1 | -3/+12 |
| | | |||||
| * | perl: fix bootstrap | gfx | 2010-09-18 | 1 | -2/+2 |
| | | |||||
| * | perl: docs | gfx | 2010-09-18 | 1 | -2/+9 |
| | | |||||
| * | perl: PERL_ONLY=1 disables XS | gfx | 2010-09-18 | 1 | -1/+1 |
| | | |||||
| * | perl: add a note about 64 bit integers | gfx | 2010-09-18 | 1 | -0/+8 |
| | | |||||
| * | 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 |
| | | |||||
| * | perl: gfx is a author. | tokuhirom | 2010-09-18 | 1 | -2/+2 |
| | | |||||
| * | Add TODOs | gfx | 2010-09-17 | 1 | -0/+19 |
| | | |||||
| * | Docs | gfx | 2010-09-17 | 1 | -8/+11 |
| | | |||||
| * | perl: regen README | gfx | 2010-09-17 | 1 | -1/+1 |
| | | |||||
| * | perl: updated benchmark result! gfx++ # performance tuning | tokuhirom | 2010-09-17 | 1 | -11/+20 |
| | | |||||
| * | chmod -x | gfx | 2010-09-17 | 1 | -0/+0 |
| | | |||||
| * | Tweaks | gfx | 2010-09-17 | 1 | -9/+6 |
| | | |||||
