The warning "Field too wide in 'u' format in pack" was emitted even
[p5sagit/p5-mst-13.2.git] / pp_pack.c
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...
2005-01-13 Nicholas Clark Turn the unreachable code into assertions. (So prove...
2005-01-13 Nicholas Clark Source code tidy up - avoid assigning to sv.
2005-01-13 Nicholas Clark The leaktesting of NEWSV() is long dead, so create...
2005-01-13 Nicholas Clark Refactor all the unpack checksum-or-not logic to avoid...
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-05-04 Marcus Holland-Moritz Add byte-order group modifiers to (un)pack templates.
2004-04-29 Marcus Holland-Moritz More unpack cleanups.
2004-04-29 Marcus Holland-Moritz CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
2004-04-27 Marcus Holland-Moritz Cleanup variables in S_(un)pack_rec().
2004-04-23 Marcus Holland-Moritz byte-order modifiers for (un)pack templates
2004-04-06 Marcus Holland-Moritz Make the ! suffix handle n/N/v/V as signed integers
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-01-17 Paul Green Refactor VOS patches for bleadperl and perl-5.8.x
2004-01-03 Rafael Garcia-Suarez Tidy up change #18751, so that the second parameter...
2003-10-06 LAUN Wolfgang Re: [doc-PATCH] for unpack_str() and question
2003-05-05 Jarkko Hietaniemi pack/unpack fixes from Wolfgang Laun:
2003-05-01 Robin Barker RE: perl@19333
2003-04-26 Jarkko Hietaniemi Integrate:
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-17 LAUN Wolfgang pack changes and related fixes
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-19 Chip Salzenberg Support one-parameter unpack(), which unpacks $_.
2002-10-12 Nicholas Clark Re: [perl #17772] pack "w" /* this cannot happen ;...
2002-06-14 Craig A. Berry assorted help for older VMS systems
2002-05-30 Nick Ing-Simmons Integrate all but lib/File/stat.t which seems broken.
2002-05-29 Nicholas Clark pack 'w' should be using NV, not double
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-12 Nicholas Clark Re: OK, what did I break in unpack?
2002-04-03 Paul Green pp_pack.c - remove SIGFPE on VOS
2002-04-02 Jarkko Hietaniemi What started as a small nit (the charnames test, nit...
2002-03-29 Nick Ing-Simmons Integrate mainline
2002-03-28 Jarkko Hietaniemi Support Unicode 3.1 names, names without the (XX),...
2002-03-24 Dave Mitchell pack('w') 64-bit buffer overflow
2002-03-23 Jarkko Hietaniemi Purify: Array bounds read: could read one character...
2002-03-18 Nicholas Clark another pack "w" thing
2002-03-11 Paul Marquess more warnings tidyup
2002-03-05 Jarkko Hietaniemi Must have a return.
2002-02-22 Jarkko Hietaniemi Implement IV/UV/NV/long double pack/unpack with
2002-02-22 Ilya Zakharevich pack with a human face: part ]|[
2002-02-22 Jarkko Hietaniemi Make measure_struct a file static.
2002-02-22 Jarkko Hietaniemi croak() needs context.
2002-02-22 Ilya Zakharevich pack with a human face: the sequel
2002-02-21 Ilya Zakharevich grouping in pack/unpack
next