This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #133706) remove exploit code from Storable
[perl5.git] / pod / perlhacktips.pod
2018-09-25 James E KeenanRemove B::Debug from core distribution.
2017-11-18 Aaron CraneRestore ability to build on platforms without snprintf()
2017-10-21 Aaron Cranepod/perlhacktips.pod: remove some outdated portability...
2017-08-17 Dagfinn Ilmari Man... Add -Werror=pointer-arith by default
2017-08-17 Dagfinn Ilmari Man... Update perlhacktips about default gcc warning flags
2017-07-25 Dagfinn Ilmari Man... Revert B::Debug removal
2017-07-25 James E KeenanRemove B::Debug from core distribution.
2017-04-05 Karl Williamsonpods: Add L<> for links missing them; a couple nits
2017-03-13 David Mitchellperlhacktips.pod: clarify -DDEBUG_LEAKING_SCALARS
2017-01-02 Aaron Craneperlhacktips: add some notes on TRUE and FALSE
2016-11-30 Andy LesterRemove support for Splint static source code analyzer
2016-08-08 Karl Williamsonperlhacktips: Add link for %formatting size_t args
2016-08-08 David MitchellDocument -DDEBUGGING better
2016-06-06 Andy LesterFix compiler warning -Wuninitialized
2016-04-05 Matthew HorsfallGet -Accflags=-DPERL_MEM_LOG compiling again
2016-01-30 Lukas Maiperlhacktips: fix / properly break example of bad point...
2015-10-20 Tony Cookfix pod error introduced in 65c4791f
2015-10-20 Jarkko HietaniemiMention the HP-UX cadvise (Code Advisor).
2015-10-20 Jarkko HietaniemiAdd link for the Coverity perl5 project.
2015-10-20 Jarkko HietaniemiMention http://sourceforge.net/p/predef/wiki/Home/
2015-09-08 Karl WilliamsonRefactor tr/// parsing to work on EBCDIC, fix other bug
2015-06-03 Shlomi FishConvert "\t" to spaces.
2015-06-03 Shlomi FishRemove trailing whitespace.
2015-06-03 Shlomi FishRemove an unnecessary right parenthesis
2015-04-26 Karl Williamsonperlhacktips: Add character set portability tip
2015-04-26 Karl Williamsonperlhacktips: Nit, clarification
2015-04-19 David Mitchellop_sibling => op_sibparent under PERL_OP_PARENT
2015-03-29 Karl Williamsonperlhacktips: Add caution about clib ptr returns to...
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-01-14 Karl WilliamsonAdd text about EBCDIC to pods: perlhack* perlport
2015-01-14 Karl Williamsonperlhacktips: Fix typo
2014-07-23 Jarkko HietaniemiDocument grok_atou as strtoul replacement.
2014-07-23 Jarkko HietaniemiAdvertise grok_atou.
2014-07-20 Jarkko HietaniemiWarn against tmpfile, and mention perlclib.
2014-06-12 Jarkko HietaniemiC backtrace tweaks.
2014-06-08 James E KeenanSmall grammatical fix.
2014-06-08 Jarkko HietaniemiAdd C backtrace API.
2014-05-28 Matthew Horsfall... [perl #121431] - Document test.valgrind in perlhacktips.pod
2013-12-30 Father Chrysostomosperlhacktips: -Accflags for PERL_DEBUG_READONLY_OPS
2013-12-09 Karl Williamsonpod/perlhacktips: Further info on glibc bug
2013-12-06 Karl Williamsonperlhacktips: Note sprintf glibc bug and workarounds
2013-11-18 Father Chrysostomosperlhacktips: Two spaces after dots
2013-11-18 Father Chrysostomosperlhacktips: Fix pod formatting
2013-11-18 Matthew Horsfall... Add more examples of perl/gdb usage.
2013-11-04 Father Chrysostomosperlhacktips: Fix verbatim line
2013-11-02 Craig A. BerryRevise fake bool build advice from f789f6a4bdb.
2013-10-31 Father ChrysostomosIntroduce PERL_BOOL_AS_CHAR define
2013-07-01 Nicholas ClarkIn perlhacktips, suggest a shell loop to generate all...
2013-07-01 Nicholas ClarkEliminate the perl.gprof and perl.gcov Makefile targets.
2013-07-01 Nicholas ClarkRun Porting/podtidy on pod/perlhacktips.pod
2013-07-01 Nicholas ClarkUpdate perlhacktips to note that Address Sanitizer...
2013-07-01 Nicholas ClarkIn perlhacktips, no need to give 3 ways to set an envir...
2013-07-01 Nicholas ClarkRemove the explicit purify/quantify/purecov targets...
2013-07-01 Nicholas ClarkRemove Makefile targets and tools related to Irix and...
2013-02-24 Karl Williamsonperlhacktips: Note existence of regen/unicode_constants.pl
2012-09-15 Father Chrysostomosperlhacktips.pod: readonly ops update (again)
2012-07-12 Father Chrysostomosperlhacktips: PERL_DEBUG_READONLY_OPS update
2012-06-29 Father Chrysostomosperlhacktips: Update PERL_DEBUG_READONLY_OPS
2012-06-22 Vincent PitRevert to the correct value of lddlflags for AddressSan...
2012-06-22 Vincent PitRun podtidy on perlhacktips
2012-06-22 Vincent PitClarify how AddressSanitizer should be invoked when...
2012-06-19 Father Chrysostomosperlhacktips: long lines
2012-06-19 Reini Urbanperlhacktips: add AddressSanitizer
2011-11-30 Father Chrysostomosperlhacktips: typo
2011-09-29 Tony Cookupdate valgrind URL and platforms
2011-02-04 Dave RolskyMajor revision of perlhack and perlrepository