This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add more details on inside-out objects from David Golden, and an inside-out class...
[perl5.git] / pod / perlfunc.pod
2011-08-28 Father ChrysostomosDocument getprotobynumber’s precedence
2011-08-28 Father Chrysostomos perlfunc/gethostbyname: Add missing C in C<>
2011-08-23 Father Chrysostomosperlfunc: List all prototypes for lstat
2011-08-22 Karl WilliamsonRemove user-defined casing feature
2011-08-15 Father ChrysostomosMake lock(&foo) syntax nominally lock the subroutine
2011-08-12 Father ChrysostomosAdd __FILE__ and its minions to perlfunc
2011-07-31 Father ChrysostomosConsistency tweaks in perlfunc/eval
2011-07-31 Father Chrysostomosperlfunc: Note that eval "last" doesn’t set $@
2011-07-31 Keith ThompsonFix typos in several pod/perl*.pod files
2011-07-23 Father ChrysostomosSome perlfunc cleanup/reflow
2011-07-23 Father ChrysostomosReflow perlfunc/stat for 80 columns
2011-07-21 Father ChrysostomosDocument lock’s retval
2011-07-01 Nicholas ClarkStore C<study>'s data in in mg_ptr instead of interpret...
2011-06-21 Karl Williamsonperlfunc: Fix some link issues
2011-06-17 Father ChrysostomosDoc update for changes in 5.15.0 + tweaks
2011-06-08 Karl Williamsonperlfork, perlfunc: Fix English grammatical errors
2011-06-07 Father ChrysostomosFix broken link in perlfunc
2011-06-07 bojilundImprove documentation to support portability
2011-06-06 David Mitchellperlfunc: fix error in open("-|") description
2011-06-06 David Mitchellclarify eval $string scope in docs
2011-05-21 Tom ChristiansenGeneral perlfunc edit; document ‘default’
2011-05-19 Marcel Grünauer[perl #90306] Fix simple typos
2011-05-18 smashadd given when to perfunc
2011-05-18 Tom Christiansen[perl #89662] PATCH to perlfunc.pod: select fix
2011-05-18 Tom Christiansen[perl #89660] PATCH to perlfunc.pod: three forgotten...
2011-05-18 Karl Williamsonperlfunc: Refer to if.pm from "use"
2011-05-18 Karl Williamsonperlguts: Fix broken link
2011-05-04 Tom ChristiansenUpdates to perlfunc to explicitly mention some of 5... v5.14.0-RC2
2011-05-03 Jesse VincentDocumentation for sprintf updates in Perl 5.14
2011-04-19 Jesse VincentUpdate the documentation for rand() to note that it...
2011-04-19 Father ChrysostomosUpdate perlfunc for [perl #80626]
2011-03-30 Karl Williamsonperlfunc: Note utf8 discrepancy in quotemeta
2011-03-20 David Goldenperlfunc: clarified 'do FILE' error checking
2011-03-10 Father Chrysostomosperlfunc/pos: Mention the zero-len flag
2011-03-06 Father Chrysostomosperlfunc tweaks
2011-02-23 Father Chrysostomosperlfunc: typos, grammar, rewording
2011-02-23 Father Chrysostomosperlfunc/goto: Note the llafr exemption
2011-02-23 Father ChrysostomosYet more perlfunc tweaks
2011-02-23 Father Chrysostomosperlfunc/formline: Suggest an alternate capturing method
2011-02-23 Father Chrysostomosperlfunc/fileno: Document the -1 retval
2011-02-23 Father ChrysostomosYet another set of perlfunc tweaks
2011-02-21 Father Chrysostomosperlfunc/eval: note the discrepancy in list context...
2011-02-21 Father Chrysostomosperlfunc: do SUBROUTINE(LIST)
2011-02-21 Father ChrysostomosEven more perlfunc tweaks
2011-02-20 Father Chrysostomosmore perlfunc tweaks
2011-02-20 Father Chrysostomosperlfunc/-X: rearrange slightly and note llafr exemption
2011-02-20 Father Chrysostomosperlfunc tweaks
2011-02-16 Tom Christiansenmultifile patch against blead/pod/*.pod
2011-02-16 ApocalypseFix bad pod links found by Test::Pod::LinkCheck
2011-02-16 Father Chrysostomos[perl #78494] Pipes cause threads to hang on join()
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
next