summaryrefslogtreecommitdiff
path: root/perl
Commit message (Collapse)AuthorAgeFilesLines
* perl: disable warningsFuji, Goro2010-10-301-0/+1
|
* perl: check data strictly; which is slow, but requiredFuji, Goro2010-10-302-45/+49
|
* perl: add failing tests for PPFuji, Goro2010-10-301-1/+1
|
* 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: testsFuji, Goro2010-10-281-4/+2
|
* Revert "perl: cleanup"Fuji, Goro2010-10-282-57/+32
| | | | This reverts commit bc8d8ab65a0f0cecfa5af03b4c3b39a13da22a7b.
* perl: changeloggingFuji, Goro2010-10-281-0/+5
|
* Revert "Revert "perl: cleanup""Fuji, Goro2010-10-282-32/+57
| | | | This reverts commit a7a23d3bc8bb7a5c156becb3b8a43e296986f42e.
* Revert "perl: cleanup"Fuji, Goro2010-10-282-57/+32
| | | | This reverts commit 82d33944e6f0ee1f98791e41feb06d0d665abfb6.
* perl: cleanupFuji, Goro2010-10-282-32/+57
|
* Fix streaming unpacking for splitted packed dataFuji, Goro2010-10-283-21/+64
|
* perl: testsFuji, Goro2010-10-211-1/+2
|
* perl: tweaksFuji, Goro2010-10-211-1/+3
|
* perl: clean upFuji, Goro2010-10-211-17/+6
|
* perl: oops! added settings for shipittokuhirom2010-10-191-0/+1
|
* Checking in changes prior to tagging of version 0.34.tokuhirom2010-10-183-1/+8
| | | | | | | | | | | | | | | 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
* shorter code, fix commentKazuho Oku2010-10-181-10/+5
|
* do not use the corrupt my_snprintf(%ll[du]) on win32Kazuho Oku2010-10-181-0/+34
|
* Checking in changes prior to tagging of version 0.33.Fuji, Goro2010-10-131-1/+1
| | | | Changelog diff is:
* perl: optimize PPFuji, Goro2010-10-132-88/+100
|
* perl: tweaks for PreferIntegerFuji, Goro2010-10-131-7/+10
|
* perl: commentsFuji, Goro2010-10-131-2/+5
|
* perl: testsFuji, Goro2010-10-132-0/+3
|
* perl: cleanup PPFuji, Goro2010-10-131-2/+2
|
* perl: add tests for unpacking 'float'Fuji, Goro2010-10-132-1/+4
|
* perl: fix testsFuji, Goro2010-10-131-5/+3
|
* Checking in changes prior to tagging of version 0.32.Fuji, Goro2010-10-122-1/+5
| | | | | | | | | | | | | | | | | | 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)
* perl: add testsFuji, Goro2010-10-121-1/+4
|
* perl: add a strong assertionFuji, Goro2010-10-121-0/+3
|
* Add testsFuji, Goro2010-10-121-3/+21
|
* 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-072-1/+2
|\
| * Checking in changes prior to tagging of version 0.30.tokuhirom2010-10-062-1/+2
| | | | | | | | Changelog diff is:
* | perl: changeloggingFuji, Goro2010-10-071-0/+1
| |
* | perl: Update Makefile.PL using M::I::XSUtil 0.36 (support for ccache)Fuji, Goro2010-10-071-2/+1
| |
* | perl: changeloggingFuji, Goro2010-10-071-2/+6
| |
* | perl: add XS_VERSION_BOOTCHECK for safetyFuji, Goro2010-10-071-1/+1
| |
* | perl: cleanupFuji, Goro2010-10-071-2/+2
|/
* perl: Fix utf8 mode not to be reseted by $unpacker->reset methodFuji, Goro2010-10-063-13/+26
|
* Checking in changes prior to tagging of version 0.29.tokuhirom2010-10-062-1/+5
| | | | | | | | | | | | | | | | | 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: regenerated README filetokuhirom2010-10-061-0/+5
|
* perl: improve docsFuji, Goro2010-10-052-0/+8
|
* perl: add $unpacker->utf8 mode, decoding strings as UTF-8.Fuji, Goro2010-10-055-5/+86
|
* perl: make test code more simpleFuji, Goro2010-10-051-7/+3
|
* perl: remove tricky hacksFuji, Goro2010-10-051-6/+2
|
* perl: tiny tweaksFuji, Goro2010-09-281-18/+22
|
* Checking in changes prior to tagging of version 0.28.tokuhirom2010-09-272-1/+6
| | | | | | | | | | | | | | | | | | 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)