summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
Commit message (Expand)AuthorAgeFilesLines
* Fix some pod errorsKarl Williamson2016-04-221-1/+1
* Fix various pod errors.Karl Williamson2016-03-111-8/+9
* perlguts: Slight clarificationKarl Williamson2016-03-071-1/+1
* perldelta, perlguts: Fix typosKarl Williamson2016-02-031-1/+1
* perlguts: Make verbatim lines fit in 79 colsKarl Williamson2016-02-031-59/+59
* make gimme consistently U8David Mitchell2016-02-031-2/+2
* perlguts: add section on context stackDavid Mitchell2016-02-031-0/+301
* Start fixing some pod pedantic errorsKarl Williamson2015-09-031-2/+2
* perlguts: Wrap macro name with C<>Karl Williamson2015-08-251-1/+1
* perlguts: Add links to perlunicodeKarl Williamson2015-05-071-1/+2
* perlguts: Add/update text about handling UnicodeKarl Williamson2015-05-071-10/+50
* perlguts: Add EBCDIC infoKarl Williamson2015-05-071-0/+6
* perlguts: Nits, corrections and clarificationsKarl Williamson2015-05-071-26/+30
* rename op_lastsib to op_moresib, and invert logicDavid Mitchell2015-04-191-1/+1
* op_sibling => op_sibparent under PERL_OP_PARENTDavid Mitchell2015-04-191-8/+10
* Small typographical corrections to documentation.SHIRAKATA Kentaro2015-04-181-1/+1
* [perl #122322] Update OOK example in perlgutsFather Chrysostomos2015-03-241-10/+28
* perlguts: clarify op_sibling usageDavid Mitchell2015-03-191-2/+3
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-1/+1
* Remove proto magic typeFather Chrysostomos2014-11-301-1/+0
* Rename lvalue referencesFather Chrysostomos2014-10-171-2/+2
* Update perlguts for PADMY changesFather Chrysostomos2014-10-121-1/+3
* perlguts typoFather Chrysostomos2014-10-121-1/+1
* Capitalise magic descriptions consistentlyFather Chrysostomos2014-10-101-6/+6
* Add lvref magic typeFather Chrysostomos2014-10-101-0/+2
* [perl #122445] use magic on $DB::single etc to avoid overload issuesTony Cook2014-10-091-0/+2
* Sprinkle the fact that long doubles aren't standardized.Jarkko Hietaniemi2014-08-261-0/+3
* Mention libperl.t, and explain nm output some more.Jarkko Hietaniemi2014-07-221-2/+9
* add op_lastsib and -DPERL_OP_PARENTDavid Mitchell2014-07-081-2/+21
* [perl #116925] discuss modifying an SV's bufferTony Cook2014-06-241-0/+52
* Create isUTF8_CHAR() macro and use itKarl Williamson2014-05-311-1/+1
* Wrap various pod uses of NUL with C<>Karl Williamson2014-05-301-9/+9
* COW documentationFather Chrysostomos2014-01-161-0/+48
* perlguts: Make Memory Allocation and PerlIO top-levelFather Chrysostomos2013-12-291-67/+67
* 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