summaryrefslogtreecommitdiff
path: root/pp_pack.c
Commit message (Expand)AuthorAgeFilesLines
* improve unpackstring() API docsDavid Mitchell2013-05-061-5/+15
* Remove VOS floating-point workaround; VOS bug long since fixedPaul Green2013-03-191-34/+0
* better POD for unpackstringDaniel Dragan2013-01-131-1/+3
* Proper IEEE overflow semantics for VMS.Craig A. Berry2012-12-231-2/+2
* pp.c pp_pack.c: Use macro instead of functionKarl Williamson2012-12-091-1/+1
* Remove "register" declarationsKarl Williamson2012-11-241-3/+3
* pp_pack.c: Simplify sv length determination in one spotFather Chrysostomos2012-10-011-12/+1
* Stop calling get-magic twice in pack "u", $utf8Father Chrysostomos2012-08-301-1/+1
* Omnibus removal of register declarationsKarl Williamson2012-08-181-3/+3
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* [perl #60204] Unhelpful error message from unpackMarcus Holland-Moritz2012-05-231-1/+1
* pp_pack.c: Use macro instead of its expansionKarl Williamson2012-05-221-2/+2
* 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