This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: rewording
[perl5.git] / pod / perlfunc.pod
2011-02-13 Alexander Hartmaierperldoc improvements for map
2011-02-11 Father Chrysostomosperlfunc/eval: $@ is now set after unwinding
2011-02-11 Father Chrysostomosperlfunc: hyphenate a compound adjective
2011-01-07 Peter J. Acklam... Fix typos in pod/*
2010-12-27 Zsbán Ambrus[perl #81016] Document ord("")
2010-12-04 Peter J. Holzer[perl #80220] order of hash keys wrong in perlfunc.pod
2010-12-01 Father Chrysostomos[perl #64792] Document $? in perlfunc/exit
2010-11-04 brian d foyRT 78814 perlfunc/open(): four items are not a triple
2010-11-01 David GoldenAllow push/pop/keys/etc to act on references
2010-10-28 brian d foyNote that pos() only affects the next match RT #78636
2010-09-08 David Goldenperlfunc: list each/keys/values as ARRAY functions
2010-08-16 Chris 'BinGOs' Wil... Corrected typo in documentation for glob().
2010-07-28 Karl Williamsonsrand: change to return its seed
2010-07-19 Karl Williamsonpods: mention \o{}, 3 octal digits
2010-07-06 Ricardo Signescautionary note about "no VERSION"
2010-07-01 Brian PhillipsAdd additional notes regarding srand and forking
2010-06-29 Karl WilliamsonPrefer 3 digit octal character constants
2010-06-15 Maik HentscheAttempt at improving the perlipc docs
2010-06-03 Rafael Garcia-SuarezDo not advertise Math::TrulyRandom, which hasn't been...
2010-05-31 Nicholas ClarkReorder the entry for die, moving discussion of the...
2010-05-20 Zeframsupport "package Foo { ... }"
2010-05-03 Chris WilliamsPOD tweak to 'require' in perlfunc relating to putting...
2010-05-03 Rafael Garcia-SuarezReinstate some documentation about quotemeta
2010-04-26 Rafael Garcia-SuarezMinor edition nit in perlfunc
2010-04-26 Karl Williamsonperlfunc.pod: case-change cleanup; mention packtut
2010-03-11 Nicholas ClarkDescribe the limitations and pitfalls of @DB::args.
2010-02-15 Rafael Garcia-SuarezDoc adjustment about lock(), by Daniel Frederick Crisman
2010-02-06 Ricardo Signesnote that delete/exists ARRAY_ELEM should be avoided
2010-01-20 David Goldenperlfunc tweak for package NAME VERSION
2010-01-19 David Goldennote strict/lax version requirements in documentation
2010-01-16 brian d foy* Tom's latest perlfunc cleanups, to ensure we're on...
2010-01-13 brian d foyTom Christiansen's perlfunc cleansing, part 2
2010-01-11 Tom ChristiansenPATCH: perlfunc cleanup, part 1
2010-01-05 Tom ChristiansenPATCH: minor typo cleanup of pod/ directory
2009-12-30 Shlomi FishAdd a usage scenario and common use pattern to perldoc...
2009-12-25 Karl WilliamsonUpdate .pods
2009-11-30 ZeframDocument if.pm in perlfunc
2009-11-24 brian d foy* Reword the sentence about checking unlink failures
2009-11-21 Vincent PitFix unindented code in perlfunc after 5ed4f2ecec5b66fee...
2009-11-21 Rafael Garcia-SuarezAdd new warning introduced by last patch in perldiag.
2009-11-21 Gerard Goossendeprecate "goto" to jump into a construct
2009-11-20 brian d foy* Note that unlink sets $! on failure.
2009-11-20 brian d foy* Fixing inconsistent use of tabs in perlfunc. Now...
2009-11-19 brian d foy* Fixed sort example using =(\d+)
2009-11-16 David GoldenDocument SIGPIPE when printing to closed socket
2009-11-10 Vincent PitClarify and complete documentation for in-place reverse
2009-11-05 Jesse VincentImplement facility to plug in syntax triggered by keywords
2009-10-22 Brad GilbertBare readdir in while loop now sets $_
2009-10-06 David GoldenAdd 'package NAME VERSION' syntax
2009-09-25 brian d foy* Fix trailing whitespace in blead 778c687
2009-09-25 brian d foyRT #69208: Check eof before using readline in perlfunc...
2009-09-14 Rafael Garcia-SuarezDoc nit in perlfunc for die() and warn() with an empty...
2009-09-13 Bo Borgersonsplit: Remove implicit split to @_
2009-09-10 Rafael Garcia-SuarezThe "package;" syntax was removed in 5.10
2009-08-12 Moritz Lenzdocument split in void context in perlfunc.pod
2009-08-03 Vincent PitMinor spelling nit in last perlfunc updated
2009-08-03 Jesse VincentUpdate the description of the 'system' function to...
2009-07-27 Vincent PitDocument "delete local" in perlsub
2009-07-09 David GoldenMake kill() fatal for non-numeric pids
2009-07-07 Rafael Garcia-SuarezFast enabling of strictures when version 5.11.0 is...
2009-07-07 Steffen Muelleruse strict by default if "use 5.011" is in effect!
2009-06-28 Rafael Garcia-SuarezSmall pod/wording fixes
2009-06-28 BramExtra examples for 'sort'
2009-06-15 Rafael Garcia-SuarezFix readline example in perlfunc
2009-04-27 Jay HannahMinor fixups for the documentation for crypt.
2009-01-21 Ricardo SIGNESremove some indirect method calls, add a caveat
2009-01-21 Frank WiegandPOD typos
2009-01-09 AbigailChange the link to the sort pragma to be more clear.
2008-12-25 Alex VandiverMinor pod fixes to make Pod::Checker happy with the...
2008-12-15 Aaron CraneTypo in pod/perlfunc.pod
2008-11-27 Bo LindberghSmall eval documentation tweak
2008-11-14 Steve PetersVarious patches added to RT #21568 from julian@mehnle...
2008-09-17 Paul FenwickRe: [PATCH] Revised: Improved documentation for flock...
2008-09-05 Matt KraaiAdd missing "a" to binmode documentation in perlfunc.pod
2008-09-02 Moritz Lenzclear docs on exists wrt autovivification
2008-06-26 Paul FenwickRe: [perl #56348] [PATCH] glob() with spaces - document...
2008-06-23 Michael G. SchwernRe: [perl #24174] perl-5.8.0-55 exit bug
2008-05-18 Niko TyniRe: eval "require Foo" with binary-incompatible XS...
2008-05-17 Bram[perl #39187] [DOC-PATCH]: perldoc -f reverse: examples...
2008-05-16 Matt KraaiMake perlfunc link to the correct section of perlop...
2008-04-27 Bramdoc patch for perlfunc/split (was: RE: [perl #46073...
2008-04-14 Rafael Garcia-SuarezRevert change #33676, likely to break atan(-0,0) on...
2008-04-14 Rafael Garcia-SuarezMake atan2(0,0) return undef
2008-04-06 Paul FenwickRe: [PATCH][NUDGE] Documentation fix for perlfunc/shutdown
2008-04-06 Paul Fenwickperlfunc.pod: atan2(0,0) returns 0, not undef
2008-03-25 David NicolRe: local $@ has an unwanted side effect
2008-02-14 Abigailsprintf "%+d"
2008-01-29 Rafael Garcia-SuarezMore wording nits about perl's time() versus the libc...
2008-01-28 Abe TimmermanMinor rewording of the localtime() documentation,
2008-01-12 Nicholas ClarkFor 5.12: saner behaviour for `length`
2008-01-11 Paul Johnson[DOC PATCH] was Re: things deprecated for removal in...
2008-01-09 Rafael Garcia-SuarezRemove the warning "v-string in require/use non portable"
2008-01-08 Gabor SzaboRe: [PATCH] docs more open() and $_ related entries
2007-12-26 Gabor Szabodocs: replace FH by my $fh in open
2007-12-21 Nicholas ClarkDocument each/keys/values @array
2007-12-21 Nicholas ClarkUpdate the hash documentation to reflect the changes...
2007-12-06 Mark OvermeerDocumentation patch on filetests, the filetest pragma...
2007-11-27 Rafael Garcia-SuarezTypo, found by Scott Lanning
2007-11-23 Juerd Waalboer[patch] :utf8 updates
2007-10-20 Father Chrysostomosperlfunc/perldiag errors
next