summaryrefslogtreecommitdiff
path: root/pp_pack.c
Commit message (Expand)AuthorAgeFilesLines
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-3/+8
* [perl #90160] U* gives ‘U0 mode on an empty string’Father Chrysostomos2011-05-181-1/+1
* pack test failures with long doubles on x86/gccDavid Mitchell2011-03-211-0/+10
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-3/+3
* Silence a couple of false positive "may be used uninitialized" gcc warningsVincent Pit2010-05-041-2/+2
* RT#73814 - unpack() didn't handle scalar context correctly for %32H and %32uTony Cook2010-04-301-12/+21
* Fix for #71506: work around possible gcc bugTony Cook2010-01-191-20/+35
* Add mingw64 supportSisyphus2009-11-091-4/+11
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-32/+26
* Normalise 3 fatal pack/unpack error messages to "panic: %s"Nicholas Clark2009-10-121-3/+3
* In uni_to_bytes(), fix ckWARN() anomaly.Nicholas Clark2009-10-121-1/+2
* Fix for RT #52552.Robin Barker2009-06-231-0/+1
* Replace run-time on-demand initialisation of PL_bitcount with a constant table.Nicholas Clark2009-05-201-14/+0
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-0/+2
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-1/+1
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-1/+34
* RE: Perl @ 33218 (Stratus VOS patches)Paul Green2008-02-081-0/+6
* in unpack, () groups in scalar context were still returning a list,Nicholas Clark2008-02-061-0/+1
* Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stackMarcus Holland-Moritz2008-01-041-32/+32
* Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set inNicholas Clark2008-01-031-3/+3
* Add a new function newSVpvn_flags(), which takes a third parameter ofNicholas Clark2008-01-021-3/+3
* 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