summaryrefslogtreecommitdiff
path: root/pod/perlhacktips.pod
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small grammatical fix.James E Keenan2014-06-081-3/+2
* Add C backtrace API.Jarkko Hietaniemi2014-06-071-0/+76
* [perl #121431] - Document test.valgrind in perlhacktips.podMatthew Horsfall (alh)2014-05-281-1/+17
* perlhacktips: -Accflags for PERL_DEBUG_READONLY_OPSFather Chrysostomos2013-12-291-1/+2
* pod/perlhacktips: Further info on glibc bugKarl Williamson2013-12-091-4/+5
* perlhacktips: Note sprintf glibc bug and workaroundsKarl Williamson2013-12-061-1/+9
* perlhacktips: Two spaces after dotsFather Chrysostomos2013-11-181-130/+131
* perlhacktips: Fix pod formattingFather Chrysostomos2013-11-181-1/+1
* Add more examples of perl/gdb usage.Matthew Horsfall (alh)2013-11-181-0/+64
* perlhacktips: Fix verbatim lineFather Chrysostomos2013-11-031-1/+1
* Revise fake bool build advice from f789f6a4bdb.Craig A. Berry2013-11-021-2/+6
* Introduce PERL_BOOL_AS_CHAR defineFather Chrysostomos2013-10-301-0/+12
* In perlhacktips, suggest a shell loop to generate all .gcov files.Nicholas Clark2013-07-011-1/+6
* Eliminate the perl.gprof and perl.gcov Makefile targets.Nicholas Clark2013-07-011-42/+41
* Run Porting/podtidy on pod/perlhacktips.podNicholas Clark2013-07-011-18/+16
* Update perlhacktips to note that Address Sanitizer is now also in gcc 4.8Nicholas Clark2013-07-011-3/+4
* In perlhacktips, no need to give 3 ways to set an environment variable.Nicholas Clark2013-07-011-12/+1
* Remove the explicit purify/quantify/purecov targets and documentation.Nicholas Clark2013-07-011-134/+1
* Remove Makefile targets and tools related to Irix and Tru64 debugging tools.Nicholas Clark2013-07-011-3/+3
* perlhacktips: Note existence of regen/unicode_constants.plKarl Williamson2013-02-241-5/+3
* perlhacktips.pod: readonly ops update (again)Father Chrysostomos2012-09-141-27/+4
* perlhacktips: PERL_DEBUG_READONLY_OPS updateFather Chrysostomos2012-07-121-10/+8