summaryrefslogtreecommitdiff
path: root/perl/lib/Data/MessagePack.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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:
* 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-051-0/+6
|
* 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)
* 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)
* 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)
* 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 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: 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
|
* Split the boolean class into an outer modulegfx2010-09-171-14/+13
|
* More tests; some fails now :(gfx2010-09-161-0/+12
|
* Checking in changes prior to tagging of version 0.23.tokuhirom2010-09-121-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog diff is: diff --git a/perl/Changes b/perl/Changes index dd47b98..4120376 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,10 +1,15 @@ +0.23 + + (NO FEATURE CHANGES) + - fixed english docs(hanekomu++) + 0.22 - fixed issue on ithreads(broken from 0.21) 0.21 - - doc enhancment + - doc enhancments - micro performance tuning. 0.20
* Checking in changes prior to tagging of version 0.22.tokuhirom2010-09-121-1/+1
| | | | | | | | | | | | | | | | | Changelog diff is: diff --git a/perl/Changes b/perl/Changes index 5d5a5e2..dd47b98 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,7 @@ +0.22 + + - fixed issue on ithreads(broken from 0.21) + 0.21 - doc enhancment
* Checking in changes prior to tagging of version 0.21.tokuhirom2010-09-101-1/+1
| | | | | | | | | | | | | | | | | | Changelog diff is: diff --git a/perl/Changes b/perl/Changes index dc3dd5c..5d5a5e2 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,8 @@ +0.21 + + - doc enhancment + - micro performance tuning. + 0.20 - first production ready release with PP driver.
* perl: added docs for circular reference and blessed object.tokuhirom2010-09-101-2/+6
|
* perl: ugpraded benchmarking script. and added result to docs.tokuhirom2010-09-101-1/+49
|
* Checking in changes prior to tagging of version 0.20.tokuhirom2010-09-101-1/+1
| | | | | | | | | | | | | | | | | Changelog diff is: diff --git a/perl/Changes b/perl/Changes index 7910882..dc3dd5c 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,7 @@ +0.20 + + - first production ready release with PP driver. + 0.16_04 - no feature changes
* Checking in changes prior to tagging of version 0.16_04.tokuhirom2010-09-061-1/+1
| | | | | | | | | | | | | | Changelog diff is: diff --git a/perl/Changes b/perl/Changes index a4a3e36..7910882 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,4 +1,4 @@ -0.16_03 +0.16_04 - no feature changes
* Checking in changes prior to tagging of version 0.16_03.tokuhirom2010-09-061-1/+1
| | | | | | | | | | | | | | | | | Changelog diff is: diff --git a/perl/Changes b/perl/Changes index 68b58ba..a4a3e36 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,7 @@ +0.16_03 + + - no feature changes + 0.16_02 - document enhancement(tokuhirom)
* Checking in changes prior to tagging of version 0.16_02.tokuhirom2010-09-061-1/+1
| | | | | | | | | | | | | | | | | | Changelog diff is: diff --git a/perl/Changes b/perl/Changes index 9b061cf..68b58ba 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,8 @@ +0.16_02 + + - document enhancement(tokuhirom) + - M::I::XSUtil 0.26 is broken. use 0.27. + 0.16_01 - added PP version (used in cases PERL_DATA_MESSAGEPACK=pp or fail to load XS).
* upgraded docstokuhirom2010-09-061-3/+12
|
* Checking in changes prior to tagging of version 0.16_01.tokuhirom2010-09-061-1/+1
| | | | Changelog diff is:
* Merge branch 'master' of git://github.com/makamaka/msgpacktokuhirom2010-09-051-2/+13
|\ | | | | | | | | Conflicts: perl/Changes
| * removed commented out codesmakamaka2010-09-021-1/+0
| |
| * modified some codes for test warningsmakamaka2010-09-011-2/+3
| |
| * added PP backend switch into Data::MessagePackmakamaka2010-09-011-2/+13
| |
* | bump to 0.16tokuhirom2010-09-051-1/+1
|/
* Perl: 0.15tokuhirom2010-09-011-1/+1
|
* Perl: bump up version to 0.14tokuhirom2010-08-211-1/+1
|
* perl: bump up version to 0.13!tokuhirom2010-07-141-1/+1
|
* Perl: releng for 0.12tokuhirom2010-05-051-1/+1
|
* perl: releng for data-messagepack 0.11tokuhirom2010-05-051-1/+1
|
* Perl: releng for 0.10tokuhirom2010-05-051-1/+1
|
* Perl: change for release Data-MessagePack-0.09_01tokuhirom2010-05-031-1/+1
|
* Perl: updated docs.tokuhirom2010-05-031-0/+14
|