summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
Commit message (Expand)AuthorAgeFilesLines
* perlguts: clarify SV types which are scalarsDavid Mitchell2018-11-191-1/+3
* Fix missing space in perlguts C<< >> POD directiveDagfinn Ilmari Mannsåker2018-08-201-1/+1
* perlguts: Clarify an example.Karl Williamson2018-03-031-4/+7
* ‘Nonelems’ for pushing sparse array on the stackFather Chrysostomos2018-02-181-0/+2
* better documentation of reference countsZefram2017-11-111-61/+98
* sv_vcatpvfn() family: make svmax arg Size_tDavid Mitchell2017-06-071-1/+1
* perlguts: Add some C<>Karl Williamson2017-06-011-2/+2
* perlguts: add pTHX_ to magic method examplesDavid Mitchell2016-11-121-8/+8
* new feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE_ALL})Yves Orton2016-11-011-2/+3
* pod: mention SvPVCLEAR()Yves Orton2016-10-191-1/+1
* Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")Dagfinn Ilmari Mannsåker2016-09-211-1/+1
* perlguts: Note how to print Size_t, SSize_tKarl Williamson2016-08-081-0/+14
* pod/*: remove deprecated L<"section"> and L<section> syntaxLukas Mai2016-06-111-10/+10
* 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