summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
Commit message (Expand)AuthorAgeFilesLines
* Better documentation for internal SV typesFather Chrysostomos2012-10-261-11/+7
* Correct fm vtable in perlguts.podFather Chrysostomos2012-09-251-1/+1
* Add proto magic typeFather Chrysostomos2012-09-151-0/+1
* improve and fix the documentation of the PERL_HASH functionYves Orton2012-08-251-7/+5
* Flatten vstrings modified in placeFather Chrysostomos2012-07-271-1/+1
* Fix up pod references to deprecated functionKarl Williamson2012-06-301-1/+2
* perlguts: Document that PV can point to non-stringKarl Williamson2012-06-291-1/+10
* Expunge study magicFather Chrysostomos2012-05-291-1/+0
* Annihilate ‘A’ magicFather Chrysostomos2012-05-211-61/+58
* Copy call checker when cloning closure prototypeFather Chrysostomos2012-05-211-1/+1
* Use the new utf8 to code point functionsKarl Williamson2012-03-191-3/+4
* perlguts, warnings.t: Update references to obsolete fcn namesKarl Williamson2012-03-191-6/+7
* Replace `char * ptr` with `char *ptr`Alan Haggai Alavi2012-02-121-1/+1
* Regenerate perlguts’ mg table automaticallyFather Chrysostomos2012-01-021-4/+11
* Minor spelling/grammar/context fixesMatthew Horsfall (alh)2011-12-171-15/+18
* perlguts: nitsKarl Williamson2011-12-101-78/+94
* perlguts: UNIVERSAL::AUTOLOAD caveatFather Chrysostomos2011-10-121-0/+2
* Improve documentation of XS autoloadingFather Chrysostomos2011-10-111-0/+20
* Corrected: 'possible a' => 'possibly a'Alan Haggai Alavi2011-10-111-1/+1
* Split out study magic from pos magic.Nicholas Clark2011-07-011-1/+2
* Correct the magic table in perlguts.pod following f34d15629da26eee.Nicholas Clark2011-06-191-2/+2
* Generate the table of core magic types in perlguts.pod using mg_vtable.plNicholas Clark2011-06-121-17/+24
* Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2.Nicholas Clark2011-06-111-1/+1
* [perl #91790] Perlguts documentation for sv_setref_pvDavid Mitchell2011-05-311-17/+21
* perlguts: Fix broken linkKarl Williamson2011-05-181-1/+1
* perlguts: Link to internal doesn't need pod nameKarl Williamson2011-05-181-1/+1
* Update perlguts.pod so that prose isn't a lieVadim Konovalov2011-01-141-2/+2
* Update perlguts for sv_unmagicext and mg_findextFlorian Ragwitz2010-11-301-10/+23
* Use newSVpvs_flags() instead of sv_2mortal(newSVpvs())Nicholas Clark2010-11-251-0/+2
* Fix signature of sv_unmagic in perlguts.podFlorian Ragwitz2010-11-251-1/+1
* Document the new custom op functions.Ben Morrow2010-11-141-4/+73
* 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