doc f7abe7
[p5sagit/p5-mst-13.2.git] / pp_pack.c
2010-05-04 Vincent Pit Silence a couple of false positive "may be used uniniti...
2010-04-30 Tony Cook RT#73814 - unpack() didn't handle scalar context correc...
2010-01-19 Tony Cook Fix for #71506: work around possible gcc bug
2009-11-10 Sisyphus Add mingw64 support
2009-10-12 Nicholas Clark Add Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-12 Nicholas Clark Normalise 3 fatal pack/unpack error messages to "panic...
2009-10-12 Nicholas Clark In uni_to_bytes(), fix ckWARN() anomaly.
2009-06-23 Robin Barker Fix for RT #52552.
2009-05-20 Nicholas Clark Replace run-time on-demand initialisation of PL_bitcoun...
2008-11-02 Tom Christiansen PATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-29 Marcus Holland-Moritz Use pvs macros instead of pvn where possible.
2008-10-25 Nicholas Clark Update copyright years.
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-02-08 Paul Green RE: Perl @ 33218 (Stratus VOS patches)
2008-02-06 Nicholas Clark in unpack, () groups in scalar context were still retur...
2008-01-04 Marcus Holland-Moritz Add macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas Clark Extend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-02 Nicholas Clark Add a new function newSVpvn_flags(), which takes a...
2007-11-07 Nicholas Clark Fix up copyright years for files modified in 2007.
2007-05-10 Marc Lehmann Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
2007-04-24 Nicholas Clark Make PL_uudmap a constant global. Remove the run time...
2007-04-23 Nicholas Clark Remove the unnecessary allocation of and assignment...
2007-04-05 Nicholas Clark S_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 Hietaniemi g++ large patch
2006-07-27 Steve Hay Clear up most of the VC6 compiler warnings in the follo...
2006-05-23 Andy Lester clean some lint findings
2006-05-16 SADAHIRO Tomoyuki Re: [PATCH] upgrade bytes_to_uni
2006-05-12 Andy Lester upgrade bytes_to_uni
2006-04-30 Nicholas Clark Replace a STRLEN no_len; with a _nolen macro call.
2006-04-30 Nicholas Clark Perl_pack_cat() is a mathom too!
2006-04-30 Nicholas Clark One part of pp_pack couldn't correctly handle surprises...
2006-04-28 Jarkko Hietaniemi reduce gcc -ansi -pedantic noise plus a suggestion
2006-04-24 Nicholas Clark Perl_unpack_str() is a mathom!
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Rafael Garcia-Suarez More copyright updates
2006-01-04 Gisle Aas Introduce the macros newSVpvs(str) and sv_catpvs(sv...
2005-12-31 Jan Dubois op/pack.t failure on Win64
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-12-02 Andy Lester Signs, signs, everywhere a sign
2005-11-14 Rafael Garcia-Suarez The warning "Field too wide in 'u' format in pack"...
2005-11-11 Andy Lester Const & local: Special Victims Unit
2005-11-07 Gisle Aas Missing static declarations
2005-10-17 Steve Hay Make some casts explicit to keep VC++ 7 happy
2005-09-21 Nicholas Clark Remove the last STRLEN n_a;s that my compiler can reach.
2005-09-17 Nicholas Clark Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5...
2005-09-13 Andy Lester The return of the consting
2005-07-15 Andy Lester more embed cleanup
2005-07-13 Dave Mitchell make the expensive ckWARN() be called as late as possible
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-06-23 Andy Lester Pre-YAPC consting fun
2005-06-10 Nicholas Clark More SvPV consting, including some code cleanup and...
2005-06-09 Nicholas Clark More SvPV consting
2005-06-09 Andy Lester pp_pack.c cleanup
2005-06-08 Nicholas Clark Nuke some more n_a, and convert S_gv_ename from char...
2005-06-07 Nicholas Clark More SvPV consting
2005-06-07 Nicholas Clark More SvPV consting
2005-06-07 Nicholas Clark More SvPV consting.
2005-06-07 Nicholas Clark Lots of consting
2005-06-02 Steve Peters SvPVX_const() - part 3 ... and const'ing Storable
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-02 Andy Lester printf.patch: Adding printf checking for gcc
2005-04-26 Andy Lester Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent...
2005-04-25 Jarkko Hietaniemi combopatch
2005-04-22 Andy Lester pp_pack.c warning quieting
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-18 Steve Peters Refactoring to Sv*_set() macros - patch #4
2005-04-05 Nicholas Clark Add casting to allow g++ (3.3.5) to compile the core...
2005-03-31 Craig A. Berry pp_pack.c warnings on VMS
2005-03-30 Ton Hospel Re: PATCH: byte count feature request for unpack
2005-03-29 Steve Hay Clean-up some warnings when compiling on Win32 with...
2005-03-21 Nicholas Clark Casts needed to make VMS happy. (It gets very upset...
2005-03-21 Ton Hospel Re: unpack A strip patch
2005-03-21 Ton Hospel pack / for general types
2005-03-14 Ton Hospel pp_pack.c, simplifying genpacksizetables
2005-03-12 Rafael Garcia-Suarez Indentation patch by Ton Hospel for pp_pack
2005-03-09 Rafael Garcia-Suarez Further pack optimisations by Ton Hospel
2005-03-09 Rafael Garcia-Suarez Fix memory corruption when growing pack utf8 buffer
2005-03-08 Ton Hospel Encoding neutral unpack
2005-02-21 Craig A. Berry signed/unsigned help for pp_pack.c
2005-02-14 Ton Hospel Re: 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 Hospel Re: encoding neutral unpack
2005-02-02 Ton Hospel Re: encoding neutral unpack
2005-02-02 Ton Hospel Re: encoding neutral unpack
2005-01-31 Ton Hospel Re: encoding neutral unpack
2005-01-27 Nicholas Clark Retrieve the flag bit that only 'p' uses, so that it...
2005-01-27 Nicholas Clark Make the byte order modifers < and > and the sign modif...
2005-01-22 Jarkko Hietaniemi Re: [PATCH] do not assume quads or long doubles
2005-01-22 Nicholas Clark Remove now-unnecessary check. (It's done earlier)
2005-01-22 Jarkko Hietaniemi Re: uc($long_utf8_string) exhausts memory
2005-01-21 Nicholas Clark Shrink a switch() statment by driving the size calculat...
2005-01-21 Nicholas Clark Make the length overrun checking and stack extension...
2005-01-14 Nicholas Clark Correct the editor block to match the perl 5 policy...
next