summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
* Link directly to the right perlrun section everywhere in perlfuncDagfinn Ilmari Mannsåker2019-10-231-7/+8
* Link directly to the -M section of perlrun from perlfunc/useDagfinn Ilmari Mannsåker2019-10-231-3/+4
* Unicode.org is https, except for http://cldr.unicode.orgMax Maischein2019-10-111-3/+3
* Recommend chdir after chroot more stronglyAndrew Hewus Fresh2019-07-291-2/+3
* update 'say' docs to better represent realityDan Book2019-07-201-2/+2
* Use of strings with code points over 0xFF as arguments to "vec"James E Keenan2019-05-301-4/+2
* perlfunc: ClarifyKarl Williamson2019-04-121-2/+2
* (perl #133751) qr// is already blessedTony Cook2019-01-221-1/+3
* Remove one superfluous word in sysseek documentation.James E Keenan2019-01-051-1/+1
* perlfunc: clarify reset EXPR behaviourDagfinn Ilmari Mannsåker2018-11-231-1/+3
* perlfunc: highlight -X behaviour on dangling symlinksDavid Cantrell2018-11-011-0/+4
* Implement fatalization of dump()James E Keenan2018-10-171-3/+2
* (perl #125760) fatalize sysread/syswrite/recv/send on :utf8 handlesTony Cook2018-10-101-24/+9
* PATCH: [perl #133488] Fix grammer in perlfunc sysread()Karl Williamson2018-09-021-1/+1
* Document delete %hash{key} return valueSmylers2018-06-181-3/+6
* perlfunc: clarify that keys/values reset the iterator firstAaron Crane2018-04-191-3/+7
* perlfunc: clarify why next/last/redo don't affect sub{} et alAaron Crane2018-04-191-9/+12
* Spelling corrections in pod/*.pod from Alexandr Savca.Alexandr Savca2018-04-191-1/+1
* Spelling corrections from Ville Skytt.James E Keenan2018-04-081-1/+1
* perlfunc:goto: Correct and clarifyFather Chrysostomos2018-02-241-2/+3
* explain compile time effects of requireYves Orton2018-02-251-3/+13
* [perl #132854] Allow goto into first arg of bin opFather Chrysostomos2018-02-231-1/+3
* [perl #130936] Forbid some cases of inward gotoFather Chrysostomos2018-01-081-1/+2
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-20/+36
* better document while condition magicZefram2017-12-231-0/+22
* better doc of hash/array iteratorsZefram2017-12-231-1/+17
* minor punctuation improvementKaren Etheridge2017-12-181-1/+1
* merge branch zefram/dumb_matchZefram2017-12-171-36/+20
|\
| * add "whereis"Zefram2017-12-061-3/+6
| * change "when" keyword to "whereso"Zefram2017-12-051-3/+3
| * make "when" do implicit "next"Zefram2017-11-291-3/+2
| * remove useless "break" mechanismZefram2017-11-291-26/+4
| * make loop control apply to "given"Zefram2017-11-291-3/+6
| * remove useless "default" mechanismZefram2017-11-281-5/+3
| * revise all given/when documentationZefram2017-11-211-4/+7
* | typo fix in docZefram2017-12-161-1/+1
* | update and clarify "die" and "warn" docZefram2017-12-161-56/+71
* | perlfunc: remove stray plus from start of lineMarco Fontani2017-12-151-1/+1
* | rewrite "ref" documentation for clarityZefram2017-12-151-53/+40
* | refer to perldiag from perlfuncMarco Fontani2017-12-141-1/+2
* | perlfunc: Add note about reentrant functionsKarl Williamson2017-12-131-0/+11
* | better document version check aspect of "use"Zefram2017-12-121-0/+9
* | fix doc about filter subroutines' $_[0]Zefram2017-12-121-2/+3
* | [perl #74764] Forbid ‘goto’ jumping into ‘given’Father Chrysostomos2017-12-101-1/+2
* | Allow %j on non-C99 platformsKarl Williamson2017-12-081-2/+2
* | clarify "bless" docZefram2017-12-061-3/+6
* | perlfunc: re-flow docs amended in an earlier commitÆvar Arnfjörð Bjarmason2017-12-061-8/+7
* | pod/perlfunc: stop recommending older syntax supported by 5.6.*Ævar Arnfjörð Bjarmason2017-12-061-24/+25
* | remove doc hedge about autovivificationZefram2017-12-051-4/+0
* | second arg to mkdir is MODE, not MASKMarco Fontani2017-11-291-9/+9
|/