summaryrefslogtreecommitdiff
path: root/pod/perlhacktips.pod
Commit message (Expand)AuthorAgeFilesLines
* perlhacktips: Fix typoKarl Williamson2021-10-131-1/+1
* Note how best to confirm that other C99 features can be relied uponNicholas Clark2021-10-131-0/+20
* Update perlhack with details of the C99 features we can now useNicholas Clark2021-10-131-76/+193
* pmd/cpd moved to GitHub and GitHub pagesThibault DUPONCHELLE2021-06-171-2/+2
* perlhacktips: Add callgrind profiling documentationMatthew Horsfall2021-05-311-0/+45
* Reorganize perlapiKarl Williamson2020-09-041-1/+1
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-1/+1
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-6/+0
* perlhacktips.pod - don't explicitly list supported ASan combinationsRichard Leach2020-06-031-5/+4
* perlhacktips.pod - update ASan sectionRichard Leach2020-06-021-11/+22
* Update links to perlrun to link to specific itemsDan Book2020-01-281-3/+4
* Add memCHRs() macro and use itKarl Williamson2019-12-181-0/+33
* Correct typo: the warning has 'statement' in singularJames E Keenan2019-12-081-1/+1
* Fix Address-Sanitizer wiki linkMax Maischein2019-10-111-1/+1
* Eliminate opASSIGN macro usage from coreDavid Mitchell2019-02-051-1/+1
* Remove B::Debug from core distribution.James E Keenan2018-09-251-1/+1
* Restore ability to build on platforms without snprintf()Aaron Crane2017-11-181-2/+14
* pod/perlhacktips.pod: remove some outdated portability notesAaron Crane2017-10-211-16/+3
* Add -Werror=pointer-arith by defaultDagfinn Ilmari Mannsåker2017-08-171-4/+4
* Update perlhacktips about default gcc warning flagsDagfinn Ilmari Mannsåker2017-08-171-2/+10
* Revert B::Debug removalDagfinn Ilmari Mannsåker2017-07-251-1/+1
* Remove B::Debug from core distribution.James E Keenan2017-07-251-1/+1
* pods: Add L<> for links missing them; a couple nitsKarl Williamson2017-04-051-3/+3
* perlhacktips.pod: clarify -DDEBUG_LEAKING_SCALARSDavid Mitchell2017-03-131-1/+2
* perlhacktips: add some notes on TRUE and FALSEAaron Crane2017-01-021-2/+8
* Remove support for Splint static source code analyzerAndy Lester2016-11-301-6/+2
* perlhacktips: Add link for %formatting size_t argsKarl Williamson2016-08-081-0/+3
* Document -DDEBUGGING betterDavid Mitchell2016-08-081-14/+25
* Fix compiler warning -WuninitializedAndy Lester2016-06-061-1/+1
* Get -Accflags=-DPERL_MEM_LOG compiling againMatthew Horsfall2016-04-051-5/+6
* perlhacktips: fix / properly break example of bad pointer accessLukas Mai2016-01-301-1/+1
* fix pod error introduced in 65c4791fTony Cook2015-10-201-1/+1
* Mention the HP-UX cadvise (Code Advisor).Jarkko Hietaniemi2015-10-191-0/+8
* Add link for the Coverity perl5 project.Jarkko Hietaniemi2015-10-191-0/+3
* Mention http://sourceforge.net/p/predef/wiki/Home/Jarkko Hietaniemi2015-10-191-0/+4
* Refactor tr/// parsing to work on EBCDIC, fix other bugKarl Williamson2015-09-081-1/+1
* Convert "\t" to spaces.Shlomi Fish2015-06-031-6/+6
* Remove trailing whitespace.Shlomi Fish2015-06-031-7/+7
* Remove an unnecessary right parenthesisShlomi Fish2015-06-031-1/+1
* perlhacktips: Add character set portability tipKarl Williamson2015-04-261-0/+25
* perlhacktips: Nit, clarificationKarl Williamson2015-04-261-2/+4
* op_sibling => op_sibparent under PERL_OP_PARENTDavid Mitchell2015-04-191-1/+1
* perlhacktips: Add caution about clib ptr returns to static memoryKarl Williamson2015-03-281-0/+33
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-2/+2
* Add text about EBCDIC to pods: perlhack* perlportKarl Williamson2015-01-141-10/+24
* perlhacktips: Fix typoKarl Williamson2015-01-141-1/+1
* Document grok_atou as strtoul replacement.Jarkko Hietaniemi2014-07-221-1/+9
* Advertise grok_atou.Jarkko Hietaniemi2014-07-221-0/+8
* Warn against tmpfile, and mention perlclib.Jarkko Hietaniemi2014-07-201-0/+7
* C backtrace tweaks.Jarkko Hietaniemi2014-06-111-18/+24