This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Silence Text::Balanced's 00-load.t when PERL_CORE is defined.
[perl5.git] / pp_pack.c
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
2005-02-02 Ton HospelRe: encoding neutral unpack
2005-01-31 Ton HospelRe: encoding neutral unpack
2005-01-27 Nicholas ClarkRetrieve the flag bit that only 'p' uses, so that it...
2005-01-27 Nicholas ClarkMake the byte order modifers < and > and the sign modif...
2005-01-22 Jarkko HietaniemiRe: [PATCH] do not assume quads or long doubles
2005-01-22 Nicholas ClarkRemove now-unnecessary check. (It's done earlier)
2005-01-22 Jarkko HietaniemiRe: uc($long_utf8_string) exhausts memory
2005-01-21 Nicholas ClarkShrink a switch() statment by driving the size calculat...
2005-01-21 Nicholas ClarkMake the length overrun checking and stack extension...
2005-01-14 Nicholas ClarkCorrect the editor block to match the perl 5 policy...
2005-01-13 Nicholas ClarkTurn the unreachable code into assertions. (So prove...
2005-01-13 Nicholas ClarkSource code tidy up - avoid assigning to sv.
2005-01-13 Nicholas ClarkThe leaktesting of NEWSV() is long dead, so create...
2005-01-13 Nicholas ClarkRefactor all the unpack checksum-or-not logic to avoid...
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-05-04 Marcus Holland-MoritzAdd byte-order group modifiers to (un)pack templates.
2004-04-29 Marcus Holland-MoritzMore unpack cleanups.
2004-04-29 Marcus Holland-MoritzCXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
2004-04-27 Marcus Holland-MoritzCleanup variables in S_(un)pack_rec().
2004-04-23 Marcus Holland-Moritzbyte-order modifiers for (un)pack templates
2004-04-06 Marcus Holland-MoritzMake the ! suffix handle n/N/v/V as signed integers
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-01-17 Paul GreenRefactor VOS patches for bleadperl and perl-5.8.x
2004-01-03 Rafael Garcia-SuarezTidy up change #18751, so that the second parameter...
2003-10-06 LAUN WolfgangRe: [doc-PATCH] for unpack_str() and question
2003-05-05 Jarkko Hietaniemipack/unpack fixes from Wolfgang Laun:
2003-05-01 Robin BarkerRE: perl@19333
2003-04-26 Jarkko HietaniemiIntegrate:
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-17 LAUN Wolfgangpack changes and related fixes
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-19 Chip SalzenbergSupport one-parameter unpack(), which unpacks $_.
2002-10-12 Nicholas ClarkRe: [perl #17772] pack "w" /* this cannot happen ;...
2002-06-14 Craig A. Berryassorted help for older VMS systems
2002-05-30 Nick Ing-SimmonsIntegrate all but lib/File/stat.t which seems broken.
2002-05-29 Nicholas Clarkpack 'w' should be using NV, not double
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-12 Nicholas ClarkRe: OK, what did I break in unpack?
next