summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
* Correct 'map' documentation to reflect operation on a list.Dave Cross2017-07-281-2/+2
* Provide missing link for one instance of 'eval'.James E Keenan2017-07-281-2/+2
* Add cross-reference to perldata in scalar's documentationDominic Hargreaves2016-04-301-1/+2
* Fix various pod errors.Karl Williamson2016-03-111-35/+37
* perlfunc overhaulLukas Mai2016-02-271-2010/+2649
* Fix perldoc -f sleep to use $SIG{ALRM} instead of $SIG{ALARM}.Matthew Horsfall2016-02-241-1/+1
* [perl #127386] clarify that exit in the die pseudo-code is perl's exitTony Cook2016-02-231-0/+4
* perlfunc: say what block types 'return' recognisesDavid Mitchell2016-02-031-1/+2
* [perl #126544] correct the first example in the fcntl documentationTony Cook2016-02-031-1/+1
* Clarify sprintf() handling of + and space flagsTony Cook2016-02-021-1/+5
* clarify meaning of waitpid returning 0 [perl #127080]Lukas Mai2016-01-051-2/+3
* explain meaning of negative PIDs in waitpid [perl #127080]Lukas Mai2016-01-051-3/+11
* Fix awkward wording in 'say' documentationDoug Bell2015-12-091-1/+1
* perlfunc: specify valid inputs precisely [perl #126437]Aristotle Pagaltzis2015-11-231-7/+12
* remove documentation for the now-removed lexical topicRicardo Signes2015-10-021-12/+0
* perlfunc: NitKarl Williamson2015-09-291-1/+1
* Fix too-long verbatim lines in perlfuncKarl Williamson2015-09-151-5/+5
* Add test for sprintf ordering by both explicit index and not.James E Keenan2015-09-141-4/+5
* Start fixing some pod pedantic errorsKarl Williamson2015-09-031-1/+1
* Support reordered precision arguments in (s)printfAaron Crane2015-07-151-8/+6
* Delete experimental autoderef featureAaron Crane2015-07-131-100/+24
* [perl #125373] set $! in chdir() if env not set, clarify docsTony Cook2015-07-071-2/+2
* [perl #123264] explicitly document the return value of sysopenTony Cook2015-06-171-0/+2
* Perl example style nit in docs for sort()Rafael Garcia-Suarez2015-06-161-1/+1
* perlfunc: Fix confusing entries for spliceKarl Williamson2015-05-281-4/+12
* Small grammatical correction in documentation of C<each>.James E Keenan2015-05-161-1/+1
* perlfunc: Slight clarificationKarl Williamson2015-05-101-1/+1
* perlfunc: mention that study() is currently a noopDavid Mitchell2015-03-251-2/+6
* Fix rendering of this code snippet in 'perldoc -f chomp'Karen Etheridge2015-03-191-1/+1
* Add documentation for /n (non-capture) regexp flag.Matthew Horsfall2014-12-301-1/+2
* perlfunc: prototype implies $_Father Chrysostomos2014-12-281-1/+4
* perlfunc: another alternative for enabling the "state" featureSlaven Rezic2014-12-261-1/+2
* Consistent spaces after docs in perlfunc.podFather Chrysostomos2014-12-101-2/+3
* perlfunc: Correct retval for get*/set*/end*Father Chrysostomos2014-12-071-1/+2
* Make fileno() builtin work on directory handlesAaron Crane2014-12-071-0/+6
* perlfunc: document immediate stricture effect of "our"Aristotle Pagaltzis2014-12-021-1/+12
* Add word missing from docs for 'wait' function.James E Keenan2014-11-171-2/+2
* perlfunc: Fix typoKarl Williamson2014-11-141-1/+1
* Add warning message for locale/Unicode intermixingKarl Williamson2014-11-141-2/+4
* Mention that packing inf/nan as integerish is deadly.Jarkko Hietaniemi2014-11-061-0/+7
* Some notes on floating point endianness and formats.Jarkko Hietaniemi2014-11-061-0/+13
* Some notes on integer endianness.Jarkko Hietaniemi2014-11-061-1/+5
* perlfunc: Mention map {;...} conventionFather Chrysostomos2014-11-011-3/+4
* Consistent spaces after dots in perlfuncFather Chrysostomos2014-10-041-2/+4
* clarify use VERSION docsDoug Bell2014-10-041-3/+5
* delete/exists on array elements is discouraged, not deprecatedRicardo Signes2014-09-151-5/+8
* Sprinkle the fact that long doubles aren't standardized.Jarkko Hietaniemi2014-08-261-1/+2
* perlfunc: consistent spaces after dotsFather Chrysostomos2014-08-251-6/+7
* perlfunc: Improve the pointer from "elseif" to "elsif"Ævar Arnfjörð Bjarmason2014-08-251-2/+9
* perlfunc: Update -B, -T descriptionsKarl Williamson2014-08-211-7/+13