summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
Commit message (Expand)AuthorAgeFilesLines
* Update perlguts for the magic flags changes in 5.18Father Chrysostomos2013-09-051-3/+5
* perlguts: Note that SvUTF8 is meaningful only after SvPVFather Chrysostomos2013-09-051-3/+7
* perlguts: consistent spaces after dotsFather Chrysostomos2013-09-051-155/+169
* Update perlguts for NULL in AVsFather Chrysostomos2013-09-051-3/+5
* Use SSize_t for arraysFather Chrysostomos2013-08-251-6/+6
* Correct perlguts docs about PADMY & PADTMPFather Chrysostomos2013-08-131-2/+6
* Reinstate "regcomp.c: Make inversion lists SVt_PVLV"Karl Williamson2013-07-161-3/+2
* Fix perlguts and comments for how sv_chop() worksKarl Williamson2013-07-031-3/+4
* perlguts: NitKarl Williamson2013-06-261-1/+1
* changed uses of initialise to be consistent with other uses of initialize in ...David Steinbrunner2013-05-251-2/+2
* Minor doc fix: pp_addr => op_ppaddrSteffen Mueller2013-02-141-1/+1
* The rpeepp and peepp functions need a THXSteffen Mueller2013-02-141-2/+2
* Custom ops may be experimental, but sure aren't newSteffen Mueller2013-02-121-1/+1
* Change name 'av_top' to 'av_top_index'Karl Williamson2013-02-081-2/+2
* Fix various minor pod issuesKarl Williamson2013-01-241-1/+1
* Add av_top() synonym for av_len()Karl Williamson2013-01-191-2/+2
* Remove "register" declarationsKarl Williamson2012-11-241-1/+1
* 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