| Commit message (Expand) | Author | Age | Files | Lines |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -3/+3 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | [perl #60204] Unhelpful error message from unpack | Marcus Holland-Moritz | 2012-05-23 | 1 | -1/+1 |
* | pp_pack.c: Use macro instead of its expansion | Karl Williamson | 2012-05-22 | 1 | -2/+2 |
* | Provide as much diagnostic information as possible in "panic: ..." messages. | Nicholas Clark | 2012-01-16 | 1 | -3/+8 |
* | [perl #90160] U* gives ‘U0 mode on an empty string’ | Father Chrysostomos | 2011-05-18 | 1 | -1/+1 |
* | pack test failures with long doubles on x86/gcc | David Mitchell | 2011-03-21 | 1 | -0/+10 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -3/+3 |
* | Silence a couple of false positive "may be used uninitialized" gcc warnings | Vincent Pit | 2010-05-04 | 1 | -2/+2 |
* | RT#73814 - unpack() didn't handle scalar context correctly for %32H and %32u | Tony Cook | 2010-04-30 | 1 | -12/+21 |
* | Fix for #71506: work around possible gcc bug | Tony Cook | 2010-01-19 | 1 | -20/+35 |
* | Add mingw64 support | Sisyphus | 2009-11-09 | 1 | -4/+11 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -32/+26 |
* | Normalise 3 fatal pack/unpack error messages to "panic: %s" | Nicholas Clark | 2009-10-12 | 1 | -3/+3 |
* | In uni_to_bytes(), fix ckWARN() anomaly. | Nicholas Clark | 2009-10-12 | 1 | -1/+2 |
* | Fix for RT #52552. | Robin Barker | 2009-06-23 | 1 | -0/+1 |
* | Replace run-time on-demand initialisation of PL_bitcount with a constant table. | Nicholas Clark | 2009-05-20 | 1 | -14/+0 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -0/+2 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -1/+1 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -1/+34 |
* | RE: Perl @ 33218 (Stratus VOS patches) | Paul Green | 2008-02-08 | 1 | -0/+6 |
* | in unpack, () groups in scalar context were still returning a list, | Nicholas Clark | 2008-02-06 | 1 | -0/+1 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 1 | -32/+32 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -3/+3 |
* | Add a new function newSVpvn_flags(), which takes a third parameter of | Nicholas Clark | 2008-01-02 | 1 | -3/+3 |
* | Fix up copyright years for files modified in 2007. | Nicholas Clark | 2007-11-07 | 1 | -1/+1 |
* | Re: Compress::Zlib, pack "C" and utf-8 [PATCH] | Marc Lehmann | 2007-05-10 | 1 | -18/+26 |
* | Make PL_uudmap a constant global. Remove the run time initialisation | Nicholas Clark | 2007-04-24 | 1 | -16/+0 |
* | Remove the unnecessary allocation of and assignment to hunk[3], as the | Nicholas Clark | 2007-04-23 | 1 | -4/+2 |
* | S_op_destroy() was not static. Also tidy all other STATIC/static | Nicholas Clark | 2007-04-05 | 1 | -2/+1 |
* | [perl #40427] Segfault in pack | dgay@acm.org | 2006-10-03 | 1 | -0/+1 |
* | ; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings | Robin Barker | 2006-09-05 | 1 | -1/+1 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -4/+4 |
* | Clear up most of the VC6 compiler warnings in the following smoke: | Steve Hay | 2006-07-27 | 1 | -1/+1 |
* | clean some lint findings | Andy Lester | 2006-05-23 | 1 | -1/+1 |
* | Re: [PATCH] upgrade bytes_to_uni | SADAHIRO Tomoyuki | 2006-05-16 | 1 | -14/+6 |
* | upgrade bytes_to_uni | Andy Lester | 2006-05-12 | 1 | -11/+12 |
* | Replace a STRLEN no_len; with a _nolen macro call. | Nicholas Clark | 2006-04-30 | 1 | -2/+1 |
* | Perl_pack_cat() is a mathom too! | Nicholas Clark | 2006-04-30 | 1 | -22/+0 |
* | One part of pp_pack couldn't correctly handle surprises from UTF-8 | Nicholas Clark | 2006-04-30 | 1 | -1/+12 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -4/+4 |
* | Perl_unpack_str() is a mathom! | Nicholas Clark | 2006-04-24 | 1 | -35/+0 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -1/+1 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -3/+3 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -1/+5 |
* | More copyright updates | Rafael Garcia-Suarez | 2006-01-04 | 1 | -1/+1 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | op/pack.t failure on Win64 | Jan Dubois | 2005-12-31 | 1 | -0/+5 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -3/+3 |