summaryrefslogtreecommitdiff
path: root/pp_pack.c
Commit message (Expand)AuthorAgeFilesLines
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-1/+1
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-3/+3
* sprinkle dVARJarkko Hietaniemi2006-01-061-1/+5
* More copyright updatesRafael Garcia-Suarez2006-01-041-1/+1
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-1/+1
* op/pack.t failure on Win64Jan Dubois2005-12-311-0/+5
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-3/+3
* Signs, signs, everywhere a signAndy Lester2005-12-021-3/+3
* The warning "Field too wide in 'u' format in pack" was emitted evenRafael Garcia-Suarez2005-11-141-1/+2
* Const & local: Special Victims UnitAndy Lester2005-11-111-7/+5
* Missing static declarations Gisle Aas2005-11-071-2/+2
* Make some casts explicit to keep VC++ 7 happySteve Hay2005-10-171-2/+2
* 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