note strict/lax version requirements in documentation
[p5sagit/p5-mst-13.2.git] / pod / perlfunc.pod
2010-01-19 David Golden note 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 foy Tom Christiansen's perlfunc cleansing, part 2
2010-01-11 Tom Christiansen PATCH: perlfunc cleanup, part 1
2010-01-05 Tom Christiansen PATCH: minor typo cleanup of pod/ directory
2009-12-30 Shlomi Fish Add a usage scenario and common use pattern to perldoc...
2009-12-25 Karl Williamson Update .pods
2009-11-30 Zefram Document if.pm in perlfunc
2009-11-24 brian d foy * Reword the sentence about checking unlink failures
2009-11-21 Vincent Pit Fix unindented code in perlfunc after 5ed4f2ecec5b66fee...
2009-11-21 Rafael Garcia-Suarez Add new warning introduced by last patch in perldiag.
2009-11-21 Gerard Goossen deprecate "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 Golden Document SIGPIPE when printing to closed socket
2009-11-10 Vincent Pit Clarify and complete documentation for in-place reverse
2009-11-05 Jesse Vincent Implement facility to plug in syntax triggered by keywords
2009-10-22 Brad Gilbert Bare readdir in while loop now sets $_
2009-10-06 David Golden Add 'package NAME VERSION' syntax
2009-09-25 brian d foy * Fix trailing whitespace in blead 778c687
2009-09-25 brian d foy RT #69208: Check eof before using readline in perlfunc...
2009-09-14 Rafael Garcia-Suarez Doc nit in perlfunc for die() and warn() with an empty...
2009-09-13 Bo Borgerson split: Remove implicit split to @_
2009-09-10 Rafael Garcia-Suarez The "package;" syntax was removed in 5.10
2009-08-12 Moritz Lenz document split in void context in perlfunc.pod
2009-08-03 Vincent Pit Minor spelling nit in last perlfunc updated
2009-08-03 Jesse Vincent Update the description of the 'system' function to...
2009-07-27 Vincent Pit Document "delete local" in perlsub
2009-07-09 David Golden Make kill() fatal for non-numeric pids
2009-07-07 Rafael Garcia-Suarez Fast enabling of strictures when version 5.11.0 is...
2009-07-07 Steffen Mueller use strict by default if "use 5.011" is in effect!
2009-06-28 Rafael Garcia-Suarez Small pod/wording fixes
2009-06-28 Bram Extra examples for 'sort'
2009-06-15 Rafael Garcia-Suarez Fix readline example in perlfunc
2009-04-27 Jay Hannah Minor fixups for the documentation for crypt.
2009-01-21 Ricardo SIGNES remove some indirect method calls, add a caveat
2009-01-21 Frank Wiegand POD typos
2009-01-09 Abigail Change the link to the sort pragma to be more clear.
2008-12-25 Alex Vandiver Minor pod fixes to make Pod::Checker happy with the...
2008-12-15 Aaron Crane Typo in pod/perlfunc.pod
2008-11-27 Bo Lindbergh Small eval documentation tweak
2008-11-14 Steve Peters Various patches added to RT #21568 from julian@mehnle...
2008-09-17 Paul Fenwick Re: [PATCH] Revised: Improved documentation for flock...
2008-09-05 Matt Kraai Add missing "a" to binmode documentation in perlfunc.pod
2008-09-02 Moritz Lenz clear docs on exists wrt autovivification
2008-06-26 Paul Fenwick Re: [perl #56348] [PATCH] glob() with spaces - document...
2008-06-23 Michael G. Schwern Re: [perl #24174] perl-5.8.0-55 exit bug
2008-05-18 Niko Tyni Re: eval "require Foo" with binary-incompatible XS...
2008-05-17 Bram [perl #39187] [DOC-PATCH]: perldoc -f reverse: examples...
2008-05-16 Matt Kraai Make perlfunc link to the correct section of perlop...
2008-04-27 Bram doc patch for perlfunc/split (was: RE: [perl #46073...
2008-04-14 Rafael Garcia-Suarez Revert change #33676, likely to break atan(-0,0) on...
2008-04-14 Rafael Garcia-Suarez Make atan2(0,0) return undef
2008-04-06 Paul Fenwick Re: [PATCH][NUDGE] Documentation fix for perlfunc/shutdown
2008-04-06 Paul Fenwick perlfunc.pod: atan2(0,0) returns 0, not undef
2008-03-25 David Nicol Re: local $@ has an unwanted side effect
2008-02-14 Abigail sprintf "%+d"
2008-01-29 Rafael Garcia-Suarez More wording nits about perl's time() versus the libc...
2008-01-28 Abe Timmerman Minor rewording of the localtime() documentation,
2008-01-12 Nicholas Clark For 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-Suarez Remove the warning "v-string in require/use non portable"
2008-01-08 Gabor Szabo Re: [PATCH] docs more open() and $_ related entries
2007-12-26 Gabor Szabo docs: replace FH by my $fh in open
2007-12-21 Nicholas Clark Document each/keys/values @array
2007-12-21 Nicholas Clark Update the hash documentation to reflect the changes...
2007-12-06 Mark Overmeer Documentation patch on filetests, the filetest pragma...
2007-11-27 Rafael Garcia-Suarez Typo, found by Scott Lanning
2007-11-23 Juerd Waalboer [patch] :utf8 updates
2007-10-20 Father Chrysostomos perlfunc/perldiag errors
2007-10-05 Robin Barker New [PATCH] use 5.006; use 5.10.0
2007-10-04 David Landgren POD cleanups
2007-10-03 Rafael Garcia-Suarez Reverse change #31978
2007-10-03 ben@linuxgazette.net [perl #46019] Documentation for 'srand' has a problem...
2007-09-26 Robin Barker RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-09-05 Father Chrysostomos Re: perlfunc.pod/split; concerning trailing fields
2007-08-07 Rafael Garcia-Suarez The documentation for prototype() sounds a bit better...
2007-08-03 Benjamin Smith Applied after word-wrapping:
2007-07-18 Gabor Szabo gethostbyname() example
2007-07-11 Rafael Garcia-Suarez Less indirect object notation
2007-07-11 Rafael Garcia-Suarez Remove wrong equivalent to pop() (bug #43705)
2007-07-04 Dave Mitchell clarify what text 'warn' appends to a newline-less...
2007-05-10 Steve Peters Fix Pod nit in perlfunc
2007-05-10 Marc Lehmann Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
2007-05-10 Rafael Garcia-Suarez Regarding precedence, filetest operators are the same...
2007-04-24 Rafael Garcia-Suarez Remove the code that handles assignment to state variables
2007-04-14 Abigail Typo in =item say
2007-04-02 Christian Winter perlfunc.pod: Lexical visibility hint in require docu
2007-03-24 Rafael Garcia-Suarez Make readline() default to *ARGV.
2007-03-24 Rafael Garcia-Suarez Make readpipe default to $_
2007-03-22 Rafael Garcia-Suarez Remove references to perlcc from the core docs.
2007-03-19 Rafael Garcia-Suarez Better wording for the return value of select()
2007-03-14 Wolfgang Laun perlfunc.pod (ref results), perlop.pod (qr// result)
2007-03-08 Rafael Garcia-Suarez Better docs for C<no VERSION>
2007-03-07 Juerd Waalboer Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)
2007-03-06 Tels Doc patch about PerlIO::encoding:
2007-03-03 Rafael Garcia-Suarez Make use VERSION also load feature.pm
2007-02-20 Rafael Garcia-Suarez A few nits to perlfunc/map.
2007-01-24 Jan Dubois fix a few references in perlfunc.html
next