summaryrefslogtreecommitdiff
path: root/pp_pack.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the last STRLEN n_a;s that my compiler can reach.Nicholas Clark2005-09-211-3/+2
* Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x caseNicholas Clark2005-09-171-0/+4
* The return of the constingAndy Lester2005-09-131-5/+6
* more embed cleanupAndy Lester2005-07-151-1/+0
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-10/+9
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-4/+4
* Pre-YAPC consting funAndy Lester2005-06-231-5/+5
* More SvPV consting, including some code cleanup and living dangerouslyNicholas Clark2005-06-101-2/+3
* More SvPV constingNicholas Clark2005-06-091-2/+2
* pp_pack.c cleanupAndy Lester2005-06-091-26/+26
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-081-2/+1
* More SvPV constingNicholas Clark2005-06-071-3/+3
* More SvPV constingNicholas Clark2005-06-071-5/+4
* More SvPV consting.Nicholas Clark2005-06-071-1/+1
* Lots of constingNicholas Clark2005-06-071-3/+3
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-021-3/+3
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-1/+1
* printf.patch: Adding printf checking for gccAndy Lester2005-05-021-2/+4
* Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patchesAndy Lester2005-04-261-108/+129
* combopatchJarkko Hietaniemi2005-04-251-3/+21
* pp_pack.c warning quietingAndy Lester2005-04-221-26/+26
* 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