This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add some examples to `unshift()` docs
[perl5.git] / pod / perlfunc.pod
2023-01-24 Scott BakerAdd some examples to `unshift()` docs
2023-01-14 Andy LesterCorrect sort docs about value of the sort func.
2022-12-17 Scott Baker<> to readline documentation updates
2022-12-09 Yves Ortonpod/ - document $INC and INCDIR
2022-12-05 James E KeenanUpper-case term for consistency with other 'substr...
2022-11-01 Yves Ortonperlfunc.pod - document module_true in the require...
2022-10-25 Karl WilliamsonClarify perlfunc sleep entry
2022-09-03 E. ChorobaDocument that "select" affects "say"'s default filehand...
2022-09-02 Yves Ortonop.c - Restrict nested eval/BEGIN blocks to a user...
2022-08-12 Yves OrtonAdd a new env var PERL_RAND_SEED
2022-08-10 James E KeenanDocument C<local *STDOUT> as an alternative to C<select...
2022-08-02 Dan Bookperlfunc - correct argument terminology for dbmopen
2022-06-27 Tony Cookpoint out that non-permission bits for mkdir's mode...
2022-04-23 Paul "LeoNerd" EvansPut back the words about no VERSION not undoing feature...
2022-04-23 Paul "LeoNerd" EvansReplace 'use strict; use warnings;' with 'use VERSION...
2022-04-23 Paul "LeoNerd" EvansReplace docs examples of 'use NUMBER' with proper v...
2022-04-23 Paul "LeoNerd" EvansSplit docs for 'use VERSION' into its own section of...
2022-04-20 Steve HayFix typos in perlfunc
2022-04-20 Neil BowersDoc changes to reflect that perl might not support...
2022-04-17 Magnus Woldrichperlfunc: Fix readline typo
2022-04-04 Paul "LeoNerd" EvansAdd the new flow-control keywords to perlfunc.pod
2022-03-20 Tony Cook(perl #128245) make it obvious :encoding uses PerlIO...
2022-03-14 Yves OrtonRevert "Fix GH Issue #19472: read warnings from open...
2022-03-07 Yves OrtonFix GH Issue #19472: read warnings from open($fh,"...
2022-01-20 Nicolas RAdd a pod sort sample with function signature
2021-12-28 Karl WilliamsonChange pack U behavior for EBCDIC
2021-11-02 Ricardo Signesfeature updates: tweaks from code review
2021-11-02 Ricardo Signesperlfunc: note that bareword open is now often forbidden
2021-08-22 Dan Bookperlfunc 'ref' and UNIVERSAL: document isa operator...
2021-08-15 Ben CornettDocument v5.35 warnings-on-by-default
2021-08-07 Karl Williamsonperlfunc: Fix typo
2021-07-06 Tony Cookadd a note to perldoc -f each on using anon hashes...
2021-06-30 Nicholas ClarkRemove references to Macintosh/Mac OS in perlfunc.pod...
2021-06-08 Scott BakerSimply the uc() and lc() documentation for novices
2021-06-02 Scott BakerAdd some examples to the glob() documentation
2021-05-31 Felipe GasperClarify descriptions of unicode_eval and evalbytes.
2021-05-21 Dan Bookperlfunc - mention that delete can only be used on...
2021-04-05 Scott BakerSimplify the split() documentation by removing the...
2021-03-19 Paul "LeoNerd" EvansDocument that caller() does not see try{} blocks 18634/head
2021-03-17 James E KeenanIdentify the algorithm which 'sort' uses: mergesort
2021-02-19 Leon TimmermansAllow pack 'D' on all systems with long doubles
2021-02-18 Dan Bookperlfunc - mention that rename sets $! on failure
2021-02-08 Richard Leachperlfunc.pod: add redeclaration text to my/state funcs
2020-12-20 Karl Williamsonperlfunc: Improve localtime entry
2020-12-08 TAKAI Kousukeperlfunc.pod: add a description for octal strings for...
2020-11-28 Karen Etheridgeadd extra language in the quotemeta() docs for embedded...
2020-11-24 Tony Cookperlfunc/msgsnd: the supplied MSG doesn't have a length...
2020-11-23 Shlomi FishAdd a usage note about the "l" modifier.
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
next