summaryrefslogtreecommitdiff
path: root/pp_pack.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for RT #52552.Robin Barker2009-06-261-0/+1
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-1/+34
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-0/+2
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2009-01-041-1/+1
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Nicholas Clark2008-03-311-0/+1
* Integrate:Paul Green2008-03-121-0/+6
* Integrate:Nicholas Clark2008-01-301-36/+36
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* Re: Compress::Zlib, pack "C" and utf-8 [PATCH]Marc Lehmann2007-05-101-18/+26
* Make PL_uudmap a constant global. Remove the run time initialisationNicholas Clark2007-04-241-16/+0
* Remove the unnecessary allocation of and assignment to hunk[3], as theNicholas Clark2007-04-231-4/+2
* S_op_destroy() was not static. Also tidy all other STATIC/staticNicholas Clark2007-04-051-2/+1
* [perl #40427] Segfault in pack dgay@acm.org2006-10-031-0/+1
* ; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warningsRobin Barker2006-09-051-1/+1
* g++ large patchJarkko Hietaniemi2006-08-071-4/+4
* Clear up most of the VC6 compiler warnings in the following smoke:Steve Hay2006-07-271-1/+1
* clean some lint findingsAndy Lester2006-05-231-1/+1
* Re: [PATCH] upgrade bytes_to_uniSADAHIRO Tomoyuki2006-05-161-14/+6
* upgrade bytes_to_uniAndy Lester2006-05-121-11/+12
* Replace a STRLEN no_len; with a _nolen macro call.Nicholas Clark2006-04-301-2/+1
* Perl_pack_cat() is a mathom too!Nicholas Clark2006-04-301-22/+0
* One part of pp_pack couldn't correctly handle surprises from UTF-8Nicholas Clark2006-04-301-1/+12
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-4/+4
* Perl_unpack_str() is a mathom!Nicholas Clark2006-04-241-35/+0
* 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