This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rename "i" as cmd_verb.
[perl5.git] / pp_pack.c
2012-10-01 Father Chrysostomospp_pack.c: Simplify sv length determination in one...
2012-08-31 Father ChrysostomosStop calling get-magic twice in pack "u", $utf8
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-24 Marcus Holland-Moritz[perl #60204] Unhelpful error message from unpack
2012-05-22 Karl Williamsonpp_pack.c: Use macro instead of its expansion
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2011-05-18 Father Chrysostomos[perl #90160] U* gives ‘U0 mode on an empty string’
2011-03-21 David Mitchellpack test failures with long doubles on x86/gcc
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-05-04 Vincent PitSilence a couple of false positive "may be used uniniti...
2010-04-30 Tony CookRT#73814 - unpack() didn't handle scalar context correc...
2010-01-19 Tony CookFix for #71506: work around possible gcc bug
2009-11-10 SisyphusAdd mingw64 support
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-12 Nicholas ClarkNormalise 3 fatal pack/unpack error messages to "panic...
2009-10-12 Nicholas ClarkIn uni_to_bytes(), fix ckWARN() anomaly.
2009-06-23 Robin BarkerFix for RT #52552.
2009-05-20 Nicholas ClarkReplace run-time on-demand initialisation of PL_bitcoun...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-02-08 Paul GreenRE: Perl @ 33218 (Stratus VOS patches)
2008-02-06 Nicholas Clarkin unpack, () groups in scalar context were still retur...
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-02 Nicholas ClarkAdd a new function newSVpvn_flags(), which takes a...
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-05-10 Marc LehmannRe: Compress::Zlib, pack "C" and utf-8 [PATCH]
2007-04-24 Nicholas ClarkMake PL_uudmap a constant global. Remove the run time...
2007-04-23 Nicholas ClarkRemove the unnecessary allocation of and assignment...
2007-04-05 Nicholas ClarkS_op_destroy() was not static. Also tidy all other...
2006-10-03 dgay@acm.org[perl #40427] Segfault in pack
2006-09-05 Robin Barker; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma...
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-27 Steve HayClear up most of the VC6 compiler warnings in the follo...
2006-05-23 Andy Lesterclean some lint findings
2006-05-16 SADAHIRO TomoyukiRe: [PATCH] upgrade bytes_to_uni
2006-05-12 Andy Lesterupgrade bytes_to_uni
2006-04-30 Nicholas ClarkReplace a STRLEN no_len; with a _nolen macro call.
2006-04-30 Nicholas ClarkPerl_pack_cat() is a mathom too!
2006-04-30 Nicholas ClarkOne part of pp_pack couldn't correctly handle surprises...
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-24 Nicholas ClarkPerl_unpack_str() is a mathom!
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Rafael Garcia-SuarezMore copyright updates
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2005-12-31 Jan Duboisop/pack.t failure on Win64
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-12-02 Andy LesterSigns, signs, everywhere a sign
2005-11-14 Rafael Garcia-SuarezThe warning "Field too wide in 'u' format in pack"...
2005-11-11 Andy LesterConst & local: Special Victims Unit
2005-11-07 Gisle AasMissing static declarations
2005-10-17 Steve HayMake some casts explicit to keep VC++ 7 happy
2005-09-21 Nicholas ClarkRemove the last STRLEN n_a;s that my compiler can reach.
2005-09-17 Nicholas ClarkMissing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5...
2005-09-13 Andy LesterThe return of the consting
2005-07-15 Andy Lestermore embed cleanup
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-23 Andy LesterPre-YAPC consting fun
2005-06-10 Nicholas ClarkMore SvPV consting, including some code cleanup and...
2005-06-09 Nicholas ClarkMore SvPV consting
2005-06-09 Andy Lesterpp_pack.c cleanup
2005-06-08 Nicholas ClarkNuke some more n_a, and convert S_gv_ename from char...
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Nicholas ClarkLots of consting
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-02 Andy Lesterprintf.patch: Adding printf checking for gcc
2005-04-26 Andy LesterRe: [PATCH] pp_pack.c redux, to work w/Jarkko's recent...
2005-04-25 Jarkko Hietaniemicombopatch
2005-04-22 Andy Lesterpp_pack.c warning quieting
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-18 Steve PetersRefactoring to Sv*_set() macros - patch #4
2005-04-05 Nicholas ClarkAdd casting to allow g++ (3.3.5) to compile the core...
2005-03-31 Craig A. Berrypp_pack.c warnings on VMS
2005-03-30 Ton HospelRe: PATCH: byte count feature request for unpack
2005-03-29 Steve HayClean-up some warnings when compiling on Win32 with...
2005-03-21 Nicholas ClarkCasts needed to make VMS happy. (It gets very upset...
2005-03-21 Ton HospelRe: unpack A strip patch
2005-03-21 Ton Hospelpack / for general types
2005-03-14 Ton Hospelpp_pack.c, simplifying genpacksizetables
2005-03-12 Rafael Garcia-SuarezIndentation patch by Ton Hospel for pp_pack
2005-03-09 Rafael Garcia-SuarezFurther pack optimisations by Ton Hospel
2005-03-09 Rafael Garcia-SuarezFix memory corruption when growing pack utf8 buffer
2005-03-08 Ton HospelEncoding neutral unpack
2005-02-21 Craig A. Berrysigned/unsigned help for pp_pack.c
2005-02-14 Ton HospelRe: encoding neutral unpack
2005-02-08 perl-5.8.0@ton.igu... [perl #34076] P/p pack formats only recognize literal...
2005-02-08 perl-5.8.0@ton.igu... [perl #34062] pack Z0 destroys the character before
2005-02-02 Ton HospelRe: encoding neutral unpack
2005-02-02 Ton HospelRe: encoding neutral unpack
next