This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add av_top() synonym for av_len()
[perl5.git] / pod / perlguts.pod
2013-01-20 Karl WilliamsonAdd av_top() synonym for av_len()
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-10-26 Father ChrysostomosBetter documentation for internal SV types
2012-09-26 Father ChrysostomosCorrect fm vtable in perlguts.pod
2012-09-16 Father ChrysostomosAdd proto magic type
2012-08-25 Yves Ortonimprove and fix the documentation of the PERL_HASH...
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-07-01 Karl WilliamsonFix up pod references to deprecated function
2012-06-30 Karl Williamsonperlguts: Document that PV can point to non-string
2012-05-30 Father ChrysostomosExpunge study magic
2012-05-22 Father ChrysostomosAnnihilate ‘A’ magic
2012-05-21 Father ChrysostomosCopy call checker when cloning closure prototype
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2012-03-20 Karl Williamsonperlguts, warnings.t: Update references to obsolete...
2012-02-12 Alan Haggai AlaviReplace `char * ptr` with `char *ptr`
2012-01-03 Father ChrysostomosRegenerate perlguts’ mg table automatically
2011-12-18 Matthew Horsfall... Minor spelling/grammar/context fixes
2011-12-10 Karl Williamsonperlguts: nits
2011-10-12 Father Chrysostomosperlguts: UNIVERSAL::AUTOLOAD caveat
2011-10-12 Father ChrysostomosImprove documentation of XS autoloading
2011-10-11 Alan Haggai AlaviCorrected: 'possible a' => 'possibly a'
2011-07-01 Nicholas ClarkSplit out study magic from pos magic.
2011-06-19 Nicholas ClarkCorrect the magic table in perlguts.pod following f34d1...
2011-06-12 Nicholas ClarkGenerate the table of core magic types in perlguts...
2011-06-11 Nicholas ClarkAbolish PL_vtbl_sig. It's been all 0s since it was...
2011-05-31 David Mitchell[perl #91790] Perlguts documentation for sv_setref_pv
2011-05-18 Karl Williamsonperlguts: Fix broken link
2011-05-18 Karl Williamsonperlguts: Link to internal doesn't need pod name
2011-01-15 Vadim KonovalovUpdate perlguts.pod so that prose isn't a lie
2010-11-30 Florian RagwitzUpdate perlguts for sv_unmagicext and mg_findext
2010-11-25 Nicholas ClarkUse newSVpvs_flags() instead of sv_2mortal(newSVpvs())
2010-11-25 Florian RagwitzFix signature of sv_unmagic in perlguts.pod
2010-11-15 Ben MorrowDocument the new custom op functions.
2010-10-29 Florian RagwitzRecommend a more reliable way of identifying magic
2010-10-12 Andrew RodlandCorrect mistaken references to &PL_sv_true and &PL_sv...
2010-10-11 Ben MorrowRemove some excess cleverness from the Bhk macros.
2010-09-10 Zeframdocumentation on hooking the peephole optimiser
2010-08-15 Florian RagwitzRevert "Make the peep recurse via PL_peepp"
2010-07-25 Florian RagwitzMake the peep recurse via PL_peepp
2010-07-15 Ben MorrowMacros to en/disable blockhook entries.
2010-07-12 Ben MorrowDocument the blockhook functions and macros.
2010-03-12 Tom HukinsUse POD references to documentation when possible.
2010-02-08 David MitchellWarn people not to set PERL_CORE in XS
2010-01-13 brian d foy* Em dash cleanup in pod/
2010-01-04 Reini Urbanperlguts: mutli-threaded typo
2010-01-04 Reini Urbanperlguts: B::Generate already works
2009-12-25 Karl WilliamsonUpdate .pods
2009-11-08 Eric Brines/AvLEN/AvMAX/ in perlguts
2009-11-08 Eric Brines/AvLEN/AvMAX/ in perlguts
2009-08-21 ZeframAdd clear magic to %^H so that the HE chain is reset...
2009-05-10 Steffen MuellerUpdate info on number of magic types\n\nRemove mention...
2009-02-06 Matt KraaiUse an ordinary paragraph to reference sv.h.
2009-01-21 Nicholas ClarkUpdate the documentation of get_sv() to note that it...
2009-01-21 Nicholas ClarkUpdate the documentation of get_av() to note that it...
2009-01-21 Nicholas ClarkUpdate the documentation of get_hv() to note that it...
2008-12-25 Matt KraaiUse the F formatting codes for filenames in pod/perlgut...
2008-12-19 Steve PetersSubject: PATCH 5.10 documentation
2008-02-08 Vincent Pitmg_copy ought to take an I32
2007-11-09 Nicholas ClarkFollowing change 31410, also re-align the column title.
2007-06-18 Rafael Garcia-SuarezRemove PERL_MAGIC_mutex
2007-06-18 Ævar Arnfjörð Bjar... POD Alignment for the magic table in perlapi.pod
2007-04-25 Rafael Garcia-Suarezperlguts nit, found by Jerry D. Hedden
2007-03-28 John P. Linderman: perlguts.pod
2007-03-07 Juerd WaalboerRe: [PATCH] (Re: [PATCH] unicode/utf8 pod)
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2006-07-18 Jarkko Hietaniemimake magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE
2006-06-26 Rafael Garcia-SuarezRemove notes about removed 5005-threads from perlguts.
2006-06-23 Anno SiegelRe: [PATCH] Hash::Util::FieldHash
2006-03-31 Rafael Garcia-SuarezDocument new magic types in perlguts. Fix a comment...
2006-02-23 Nicholas ClarkRemove set magic from typeglobs. Remove typeglob magic...
2006-01-09 Jim Cromie[patch] more about embed.fnc in perlguts
2006-01-08 Dave Mitchelldocument svt_copy, svt_dup and svt_local vtable slots
2005-11-14 Steve PetersRemoved reference to the non-existent C<Opcode::Custom>.
2005-08-01 Piotr FusikPOD typos
2005-07-27 Steve Petersid est is i.e.
2005-07-12 Steve HayChange New*() to Newx*() in various comments and docume...
2005-06-22 Dave Mitchellhandle magic in local correctly
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-02-02 Marcus Holland-MoritzAttempt to fix problems with new exception handling...
2005-01-31 Marcus Holland-MoritzAdd simple exception handling macros for XS writers.
2004-12-30 Marcus Holland-MoritzMention ppport.h and its --api-info switch in perlguts.
2004-10-29 Steve HayDocument sv_magic() changes brought about by sv_magicext()
2004-05-28 Stas BekmanRe: undef loses it magicness when assigned to a variable?
2004-04-30 Steve HayDocument limitations in PUSHi et al macros and add...
2004-02-15 Stas Bekman[patch perlguts.pod] save_item doesn't handle magic
2003-11-19 Rafael Garcia-SuarezUpdate the runops stuff in perlguts
2003-11-02 Marcus Holland-Moritzupdate embed.pl description
2003-09-12 Jarkko HietaniemiIt's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-07-31 Marcus Holland-Moritz[DOC PATCH] pod/perlguts.pod
2003-06-18 Rafael Garcia-SuarezA bunch of minor changes to perlguts.pod.
2003-06-06 Stas Bekman[patch] L<perlguts/"API LISTING"> is now L<perlapi>
2003-03-10 Stas BekmanBunch of doc patches from Stas; plus regen.
2003-01-28 Rafael Garcia-SuarezIntegrate from maint-5.8:
2002-12-10 Rafael Garcia-SuarezIntegrate from the maint-5.8/ branch :
2002-08-20 John Peacock[REVISED PATCH] Magic v-strings
2002-06-06 Nick Ing-SimmonsIntegrate mainline
2002-06-06 Nicholas Clarkperlguts.pod
2002-04-23 Stas Bekmanremove a redundant =over
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-08 Stas Bekmandocco fixes
next