This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Consolidate sv_catpv-ish entries
[perl5.git] / pod / perlfunc.pod
2020-11-15 Giovanni Tatarannifix typo in pod/perlfunc.pod
2020-11-13 James E Keenanpod/perlfunc.pod: Correct one typo
2020-10-14 James E Keenanpod/perlfunc.pod: Remove misleading code example ...
2020-10-04 TAKAI Kousukeperlfunc.pod - describe that "x" and "b" work the same...
2020-10-04 Karl WilliamsonMerge branch 'oct-doc-fix' of github.com:t-a-k/perl5...
2020-10-03 Samanta NavarroFix typos
2020-10-01 TAKAI Kousukeperlfunc.pod - describe that "x" and "b" work the same... 18185/head
2020-09-07 Ricardo Signeslanguage docs: prefer postfix deref in numerous places
2020-08-19 Karen Etheridgewhitespace fixes only
2020-08-11 Richard Leachperlfunc.pod - when sleep() is called with a negative...
2020-07-17 Scott BakerUpdate index() documentation with some code examples
2020-04-28 Jason McIntoshClarifying the note about "list form" and Windows.
2020-04-28 Jason McIntoshFurther PR fixes and whitespace/fill tweaks
2020-04-28 Jason McIntoshMore fixes from PR review.
2020-04-28 Jason McIntoshClarifying that it's OK to work with bareword filehandl...
2020-04-28 Jason McIntoshTypo and whitespaces fixes and such
2020-04-28 Jason McIntoshClarifying that the PerlIO technical node applies only...
2020-04-28 Jason McIntoshUpdating the cross-references to perlfunc/open so that...
2020-04-28 Jason McIntoshMaking several revisions to the `open` section of perlf...
2020-04-18 Dan Bookperlvar - expand and link to ${^OPEN} documentation
2020-03-23 Dan Bookperlfunc - explicitly describe relationship between...
2020-03-01 Karl Williamsonperlfunc: Note that z modifier works on signed
2019-12-19 Dan Bookperlfunc: link to "Plain Old Comments" section of perls...
2019-12-18 Dan BookMention that you cannot return from do BLOCK
2019-11-08 Dan BookLink to more useful section of perlop from readpipe
2019-10-23 Dagfinn Ilmari Man... Link directly to the right perlrun section everywhere...
2019-10-23 Dagfinn Ilmari Man... Link directly to the -M section of perlrun from perlfun...
2019-10-11 Max MaischeinUnicode.org is https, except for cldr.unicode.org
2019-07-29 Andrew Hewus FreshRecommend chdir after chroot more strongly
2019-07-20 Dan Bookupdate 'say' docs to better represent reality
2019-05-30 James E KeenanUse of strings with code points over 0xFF as arguments...
2019-04-12 Karl Williamsonperlfunc: Clarify
2019-01-22 Tony Cook(perl #133751) qr// is already blessed
2019-01-06 James E KeenanRemove one superfluous word in sysseek documentation.
2018-11-23 Dagfinn Ilmari Man... perlfunc: clarify reset EXPR behaviour
2018-11-01 David Cantrellperlfunc: highlight -X behaviour on dangling symlinks
2018-10-17 James E KeenanImplement fatalization of dump()
2018-10-10 Tony Cook(perl #125760) fatalize sysread/syswrite/recv/send...
2018-09-02 Karl WilliamsonPATCH: [perl #133488] Fix grammer in perlfunc sysread()
2018-06-18 SmylersDocument delete %hash{key} return value
2018-04-19 Aaron Craneperlfunc: clarify that keys/values reset the iterator...
2018-04-19 Aaron Craneperlfunc: clarify why next/last/redo don't affect sub...
2018-04-19 Alexandr SavcaSpelling corrections in pod/*.pod from Alexandr Savca.
2018-04-08 James E KeenanSpelling corrections from Ville Skytt.
2018-02-25 Father Chrysostomosperlfunc:goto: Correct and clarify
2018-02-25 Yves Ortonexplain compile time effects of require
2018-02-24 Father Chrysostomos[perl #132854] Allow goto into first arg of bin op
2018-01-08 Father Chrysostomos[perl #130936] Forbid some cases of inward goto
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-23 Zeframbetter document while condition magic
2017-12-23 Zeframbetter doc of hash/array iterators
2017-12-19 Karen Etheridgeminor punctuation improvement
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-16 Zeframtypo fix in doc
2017-12-16 Zeframupdate and clarify "die" and "warn" doc
2017-12-15 Marco Fontaniperlfunc: remove stray plus from start of line
2017-12-15 Zeframrewrite "ref" documentation for clarity
2017-12-14 Marco Fontanirefer to perldiag from perlfunc
2017-12-14 Karl Williamsonperlfunc: Add note about reentrant functions
2017-12-12 Zeframbetter document version check aspect of "use"
2017-12-12 Zeframfix doc about filter subroutines' $_[0]
2017-12-10 Father Chrysostomos[perl #74764] Forbid ‘goto’ jumping into ‘given’
2017-12-09 Karl WilliamsonAllow %j on non-C99 platforms
2017-12-06 Zeframclarify "bless" doc
2017-12-06 Ævar Arnfjörð Bjar... perlfunc: re-flow docs amended in an earlier commit
2017-12-06 Ævar Arnfjörð Bjar... pod/perlfunc: stop recommending older syntax supported...
2017-12-06 Zeframadd "whereis"
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-12-05 Zeframremove doc hedge about autovivification
2017-11-29 Zeframmake "when" do implicit "next"
2017-11-29 Zeframremove useless "break" mechanism
2017-11-29 Zeframmake loop control apply to "given"
2017-11-29 Marco Fontanisecond arg to mkdir is MODE, not MASK
2017-11-28 Zeframremove useless "default" mechanism
2017-11-21 Zeframrevise all given/when documentation
2017-11-17 Zeframrip out quicksort and sort algorithm control
2017-11-11 Zeframreturn inode numbers as strings where necessary
2017-11-04 Zeframinitialisation of simple aggregate state variables
2017-10-16 Tony Cook(perl #131982) update the set/getpriority documentation too
2017-08-23 Dominic Hargreavesperlfunc.pod grammar fix: A -> An
2017-08-19 Zeframdocument fileno(DIRHANDLE)
2017-08-18 Zeframdocument dirhandles vs filehandles
2017-07-17 James E KeenanImprove documentation of 'map'.
2017-07-15 Aaron CraneRT #130907: Fix the Unicode Bug in split " "
2017-07-04 Tony Cook(perl #131546) some notes on in-memory files for open()
2017-06-01 Karl WilliamsonDeprecate vec() with above-FF code points.
2017-06-01 Dan Collinsperlfunc.pod: explain seek in O_APPEND
2017-05-11 David H. GutteridgeAdd missing commas to perlfunc
2017-05-11 David H. GutteridgeAdd missing commas to perlfunc
2017-04-13 David Mitchellmore tweaks to 'do's pod
2017-04-03 David Mitchellperlfunc: 'do' synopsis: clarify when @INC used
2017-03-31 David Mitchelltweak 'do "%s" failed' message
2017-03-06 Karl WilliamsonPATCH: [perl #128302] Document split pat mods
2017-03-06 Karl Williamsonperlfunc: Add missing ')'
2017-03-05 Aaron Craneperlfunc: fix documentation for UTF-8 vec()
2017-03-02 Dave CrossEnsure that documentation works under 'use strict'.
2017-03-01 Karl Williamsonperlfunc: Fix awkward wording
2017-02-25 Dominic HargreavesDocumentation fixes for '.' possibly no longer being...
2017-02-20 Karl WilliamsonRevise documentation of eval and evalbytes
2017-02-07 Palipod: Suggest to use strict :encoding(UTF-8) PerlIO...
next