summaryrefslogtreecommitdiff
path: root/perl/xs-src
Commit message (Expand)AuthorAgeFilesLines
* Revert "perl: cleanup"Fuji, Goro2010-10-282-57/+32
* Revert "Revert "perl: cleanup""Fuji, Goro2010-10-282-32/+57
* Revert "perl: cleanup"Fuji, Goro2010-10-282-57/+32
* perl: cleanupFuji, Goro2010-10-282-32/+57
* Fix streaming unpacking for splitted packed dataFuji, Goro2010-10-281-18/+41
* perl: clean upFuji, Goro2010-10-211-17/+6
* 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
* perl: add a strong assertionFuji, Goro2010-10-121-0/+3
* perl: add XS_VERSION_BOOTCHECK for safetyFuji, Goro2010-10-071-1/+1
* perl: Fix utf8 mode not to be reseted by $unpacker->reset methodFuji, Goro2010-10-061-0/+2
* perl: add $unpacker->utf8 mode, decoding strings as UTF-8.Fuji, Goro2010-10-052-2/+30
* perl: tiny tweaksFuji, Goro2010-09-281-18/+22
* perl: make scopesgfx2010-09-221-0/+7
* perl: always unpacking 64 bit ints as a string on 32 bit perlsgfx2010-09-191-16/+6
* perl: add portability stuffgfx2010-09-181-0/+1
* perl: fix int64_t unpacking in both XS and PPgfx2010-09-181-6/+20
* Fix a macro redefinitiongfx2010-09-171-1/+1
* Split the boolean class into an outer modulegfx2010-09-173-11/+60
* Fix a commentgfx2010-09-161-1/+1
* Preallocate hv keysgfx2010-09-161-1/+2
* Fix the stream unpackergfx2010-09-163-139/+118
* Make the code clearergfx2010-09-151-17/+15
* More useful error messagesgfx2010-09-151-1/+1
* No debug outputgfx2010-09-151-1/+1
* Clean upgfx2010-09-151-3/+1
* Use sv_mortalcopy()gfx2010-09-151-1/+1
* Fix an usage messagegfx2010-09-151-1/+1
* Revert "The object root can be NULL"gfx2010-09-151-4/+5
* The object root can be NULLgfx2010-09-151-5/+4
* Cleanupgfx2010-09-151-4/+1
* Remove an useless local variablegfx2010-09-151-6/+5
* Remove an unused user data: source (sv)gfx2010-09-151-14/+8
* Add constgfx2010-09-151-11/+12
* Tweaks for unpackergfx2010-09-151-6/+9
* Shortcut av_push()gfx2010-09-151-1/+2
* Tweaksgfx2010-09-151-2/+2
* Remove an unused function: xs_unpack_limitgfx2010-09-151-15/+0
* Tweaksgfx2010-09-151-6/+12
* Micro optimizationsgfx2010-09-151-7/+7
* Fix a possible mis-unpack on int64gfx2010-09-151-0/+4
* Avoid compiler's warningsgfx2010-09-151-22/+21
* Tidygfx2010-09-151-21/+96
* Avoid compiler's warningsgfx2010-09-151-2/+2
* Add an assertiongfx2010-09-151-0/+1
* Remove a duplicated depth checkgfx2010-09-151-2/+1
* Micro optimizationsgfx2010-09-151-6/+9
* Tweaksgfx2010-09-151-8/+12
* Taking NULL is a buggfx2010-09-151-4/+3
* Use newSV(). NEWSV() is deprecated.gfx2010-09-151-1/+1