summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
Commit message (Expand)AuthorAgeFilesLines
* Recommend a more reliable way of identifying magicFlorian Ragwitz2010-10-291-2/+14
* Correct mistaken references to &PL_sv_true and &PL_sv false in perlgutsAndrew Rodland2010-10-121-3/+3
* Remove some excess cleverness from the Bhk macros.Ben Morrow2010-10-101-5/+5
* documentation on hooking the peephole optimiserZefram2010-09-101-3/+35
* Revert "Make the peep recurse via PL_peepp"Florian Ragwitz2010-08-161-57/+3
* Make the peep recurse via PL_peeppFlorian Ragwitz2010-07-251-3/+57
* Macros to en/disable blockhook entries.Ben Morrow2010-07-151-4/+6
* Document the blockhook functions and macros.Ben Morrow2010-07-121-0/+68
* Use POD references to documentation when possible.Tom Hukins2010-03-121-1/+1
* Warn people not to set PERL_CORE in XSDavid Mitchell2010-02-081-3/+7
* * Em dash cleanup in pod/brian d foy2010-01-131-6/+5
* perlguts: mutli-threaded typoReini Urban2010-01-041-1/+1
* perlguts: B::Generate already worksReini Urban2010-01-041-2/+1
* Update .podsKarl Williamson2009-12-251-1/+2
* s/AvLEN/AvMAX/ in perlgutsEric Brine2009-11-081-1/+1
* Add clear magic to %^H so that the HE chain is reset when you empty it.Zefram2009-08-211-1/+1
* Update info on number of magic types\n\nRemove mention of overloading being o...Steffen Mueller2009-05-101-3/+3
* Use an ordinary paragraph to reference sv.h.Matt Kraai2009-02-061-1/+1
* Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-3/+3
* Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-2/+2
* Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-2/+2
* Use the F formatting codes for filenames in pod/perlguts.pod.Matt Kraai2008-12-261-3/+3
* Subject: PATCH 5.10 documentationSteve Peters2008-12-191-3/+1
* mg_copy ought to take an I32Vincent Pit2008-02-081-1/+1
* Following change 31410, also re-align the column title.Nicholas Clark2007-11-091-2/+2
* Remove PERL_MAGIC_mutexRafael Garcia-Suarez2007-06-181-1/+0
* POD Alignment for the magic table in perlapi.podÆvar Arnfjörð Bjarmason2007-06-181-48/+48
* perlguts nit, found by Jerry D. HeddenRafael Garcia-Suarez2007-04-251-1/+1
* : perlguts.podJohn P. Linderman2007-03-281-4/+4
* Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)Juerd Waalboer2007-03-071-18/+21
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-4/+4
* make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATEJarkko Hietaniemi2006-07-181-0/+6
* Remove notes about removed 5005-threads from perlguts.Rafael Garcia-Suarez2006-06-261-9/+9
* Re: [PATCH] Hash::Util::FieldHashAnno Siegel2006-06-231-0/+11
* Document new magic types in perlguts. Fix a comment about sort hints.Rafael Garcia-Suarez2006-03-311-0/+2
* Remove set magic from typeglobs. Remove typeglob magic entirely.Nicholas Clark2006-02-231-1/+0
* [patch] more about embed.fnc in perlgutsJim Cromie2006-01-091-12/+19
* document svt_copy, svt_dup and svt_local vtable slotsDave Mitchell2006-01-081-1/+18
* Removed reference to the non-existent C<Opcode::Custom>.Steve Peters2005-11-141-3/+1
* POD typosPiotr Fusik2005-08-011-2/+2
* id est is i.e.Steve Peters2005-07-271-1/+1
* Change New*() to Newx*() in various comments and documentationSteve Hay2005-07-121-12/+7
* handle magic in local correctlyDave Mitchell2005-06-221-1/+5
* Symbian port of PerlJarkko Hietaniemi2005-04-211-0/+27
* Attempt to fix problems with new exception handling macros.Marcus Holland-Moritz2005-02-021-4/+9
* Add simple exception handling macros for XS writers.Marcus Holland-Moritz2005-01-311-0/+28
* Mention ppport.h and its --api-info switch in perlguts.Marcus Holland-Moritz2004-12-301-0/+20
* Document sv_magic() changes brought about by sv_magicext()Steve Hay2004-10-291-2/+8
* Re: undef loses it magicness when assigned to a variable?Stas Bekman2004-05-281-3/+16
* Document limitations in PUSHi et al macros and add new mPUSHi et al macrosSteve Hay2004-04-301-9/+29