summaryrefslogtreecommitdiff
path: root/pp_pack.c
Commit message (Expand)AuthorAgeFilesLines
* Symbian port of PerlJarkko Hietaniemi2005-04-211-1/+1
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-12/+12
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-1/+1
* Add casting to allow g++ (3.3.5) to compile the core code.Nicholas Clark2005-04-051-17/+21
* pp_pack.c warnings on VMSCraig A. Berry2005-03-311-2/+2
* Re: PATCH: byte count feature request for unpackTon Hospel2005-03-301-32/+109
* Clean-up some warnings when compiling on Win32 with VC++Steve Hay2005-03-291-3/+3
* Casts needed to make VMS happy. (It gets very upset at assignmentsNicholas Clark2005-03-211-25/+27
* Re: unpack A strip patchTon Hospel2005-03-211-3/+13
* pack / for general typesTon Hospel2005-03-211-6/+19
* pp_pack.c, simplifying genpacksizetablesTon Hospel2005-03-141-206/+220
* Indentation patch by Ton Hospel for pp_packRafael Garcia-Suarez2005-03-121-330/+330
* Further pack optimisations by Ton HospelRafael Garcia-Suarez2005-03-091-10/+13
* Fix memory corruption when growing pack utf8 bufferRafael Garcia-Suarez2005-03-091-5/+5
* Encoding neutral unpackTon Hospel2005-03-081-587/+955
* signed/unsigned help for pp_pack.cCraig A. Berry2005-02-211-9/+9
* Re: encoding neutral unpackTon Hospel2005-02-141-327/+656
* [perl #34076] P/p pack formats only recognize literal undef perl-5.8.0@ton.iguana.be2005-02-081-4/+4
* [perl #34062] pack Z0 destroys the character before perl-5.8.0@ton.iguana.be2005-02-081-1/+1
* Re: encoding neutral unpackTon Hospel2005-02-021-2/+7
* Re: encoding neutral unpackTon Hospel2005-02-021-0/+4
* Re: encoding neutral unpackTon Hospel2005-02-021-2/+5
* Re: encoding neutral unpackTon Hospel2005-01-311-1/+1
* Retrieve the flag bit that only 'p' uses, so that it is spare forNicholas Clark2005-01-271-5/+14
* Make the byte order modifers < and > and the sign modifier ! (forNicholas Clark2005-01-271-27/+105
* Re: [PATCH] do not assume quads or long doublesJarkko Hietaniemi2005-01-221-1/+1
* Remove now-unnecessary check. (It's done earlier)Nicholas Clark2005-01-221-7/+4
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-1/+1
* Shrink a switch() statment by driving the size calculations from the Nicholas Clark2005-01-211-116/+105
* Make the length overrun checking and stack extension table driven.Nicholas Clark2005-01-211-278/+212
* Correct the editor block to match the perl 5 policy on tabsNicholas Clark2005-01-141-1/+1
* Turn the unreachable code into assertions. (So prove me wrong...)Nicholas Clark2005-01-131-16/+8
* Source code tidy up - avoid assigning to sv.Nicholas Clark2005-01-131-54/+26
* The leaktesting of NEWSV() is long dead, so create and initialiseNicholas Clark2005-01-131-95/+33
* Refactor all the unpack checksum-or-not logic to avoid massiveNicholas Clark2005-01-131-439/+295
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+11
* Add byte-order group modifiers to (un)pack templates.Marcus Holland-Moritz2004-05-041-15/+45
* More unpack cleanups.Marcus Holland-Moritz2004-04-291-19/+13
* CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.Marcus Holland-Moritz2004-04-291-11/+0
* Cleanup variables in S_(un)pack_rec().Marcus Holland-Moritz2004-04-271-117/+116
* byte-order modifiers for (un)pack templatesMarcus Holland-Moritz2004-04-231-46/+268
* Make the ! suffix handle n/N/v/V as signed integersMarcus Holland-Moritz2004-04-061-2/+102
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Refactor VOS patches for bleadperl and perl-5.8.xPaul Green2004-01-171-2/+8
* Tidy up change #18751, so that the second parameter to unpack()Rafael Garcia-Suarez2004-01-031-2/+1
* Re: [doc-PATCH] for unpack_str() and questionLAUN Wolfgang2003-10-061-1/+3
* pack/unpack fixes from Wolfgang Laun:Jarkko Hietaniemi2003-05-051-6/+46
* RE: perl@19333Robin Barker2003-05-011-1/+1
* Integrate:Jarkko Hietaniemi2003-04-261-1/+1
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2