summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* perlguts.pod - add C<> around a mention of dTHX;Richard Leach2020-05-031-1/+1
* perlguts.pod: fix typo when describing scope stackRichard Leach2020-02-281-1/+1
* Update links to perlrun to link to specific itemsDan Book2020-01-281-2/+2
* don't suggest using the perl malloc() implementation in perlgutsTony Cook2020-01-131-5/+0
* Update documentation, readmes, comments, and utilities to reference the GitHu...Dan Book2019-12-221-2/+2
* Update documentation for UTF8fPali2019-12-031-5/+6
* autodoc.pl: Catch more errorsKarl Williamson2019-11-301-0/+4
* perlguts: Add missing '=for apidoc' linesKarl Williamson2019-11-291-0/+3
* perlguts: sprintf %p now worksKarl Williamson2019-11-191-2/+2
* perlguts: Remove stray POD charactersDagfinn Ilmari Mannsåker2019-11-181-3/+3
* Document SVf formatKarl Williamson2019-11-161-0/+30
* perlguts: Revise pod of UTF8fKarl Williamson2019-11-071-9/+14
* perlguts: Fix up UTF8fARG docsKarl Williamson2019-10-261-1/+6
* perlguts: Document UTF8f formatKarl Williamson2019-10-241-0/+20
* perlguts: Update info about e.g. UVufKarl Williamson2019-10-241-2/+4
* Document the various stacks in perlguts.podPaul "LeoNerd" Evans2019-10-021-1/+235
* Note that various items in perlguts are documentedKarl Williamson2019-09-021-0/+38
* perlguts: Document save_itemKarl Williamson2019-09-021-2/+4
* Note that PERL_MAGIC_foo are documentedKarl Williamson2019-09-021-0/+46
* perlguts: Remove documentation about embed.fnc flagsKarl Williamson2019-05-301-85/+3
* perlguts: add some background information on op slab internalsAaron Crane2019-04-261-0/+97
* 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