This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
warnings.pl: Silence perl compiler warnings
[perl5.git] / pod / perlop.pod
2010-07-18 David Goldenperlop.pod: document \o{} escape
2010-07-16 David Goldenperlop.pod: Rephrase hexadecimal escape wording
2010-07-13 Karl Williamsonperlop.pod: Document current \000 \x behavior
2010-07-08 AbigailFix typo
2010-05-23 David GoldenRephrase perlop for non-destructive substitution
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-17 Karl WilliamsonPATCH: Clean up EBCDIC handling of \cX
2010-05-08 Karl WilliamsonFix to display ok in 80 columns
2010-04-26 Karl WilliamsonClarify \c in perlop.pod.
2010-04-13 Rafael Garcia-Suarez[perl #74198] Typo in perlop(1)
2010-02-28 Karl WilliamsonDocument parsing changes for [perl #56444] patch
2010-02-28 Karl WilliamsonDocument \N{U+...}
2010-01-28 brian d foy* Fill out the docs on the yada to show it as a satand...
2010-01-27 brian d foy* Note that the flip-flop operator maintains state...
2010-01-13 brian d foy* Em dash cleanup in pod/
2009-12-27 brian d foy* fix a perlop fix from debian: bugs.debian.org/514814
2009-09-29 Josh ben JorePod formatting fix
2009-09-29 Roberto C. S�nchezPod formatting fix
2009-09-04 Leon BrocardUse alternative URLs for links which are now broken...
2009-08-30 David NicolDocument better what is allowed as regex delimiters
2009-08-11 Ken WilliamsRemoved '...' ellipses from docs about '...' flip-flop...
2009-07-22 Rafael Garcia-SuarezRemove !!! and ??? operators
2009-06-09 Ian GoodacreRevised description of => operator
2008-10-30 Moritz LenzRe: [PATCH] [doc] be more explicit about magic argv
2008-05-19 Jerry D. HeddenFix typo in perlop.pod
2008-05-18 chromaticAdd ..., !!!, and ??? operators
2008-05-18 David NicolNew separations for the pattern match operator document...
2008-02-18 Ken WilliamsModulo operator and floating point numbers
2008-02-08 Martin Hasch[perl #50364] [PATCH] perlop.pod - misnomer in % operat...
2008-01-06 Jerry D. Hedden'~~' is not a feature [repost]
2007-10-04 David LandgrenPOD cleanups
2007-09-07 Rafael Garcia-SuarezRemove the 'err' keyword
2007-08-07 Rafael Garcia-SuarezDocumentation updates for new regexp features
2007-03-14 Wolfgang Launperlfunc.pod (ref results), perlop.pod (qr// result)
2007-02-24 Rafael Garcia-SuarezIndexing and POD fixes
2007-02-14 Yves OrtonRe: [PATCH] Document that m//k works
2007-02-12 Rafael Garcia-SuarezDocument that m//k works, by Ævar Arnfjörð Bjarmason
2007-02-06 Wolfgang Launperlop.pod - proposal to add an explanation of \c
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-10 SADAHIRO TomoyukiRe: [perl #41215] % on scalars sometimes throws away...
2006-11-02 Rafael Garcia-SuarezFix case in external pod link
2006-10-19 H.Merijn Brand<tr> isnb't the same as C<tr>, and <tr> looks so stupid...
2006-10-16 SADAHIRO Tomoyukiremove leaveit from toke.c:scan_const
2006-09-21 SADAHIRO TomoyukiRe: \N{...} in regular expression [PATCH]
2006-09-04 yath-perlbug@yath.de[perl #40272] subroutine call with & in perlop example
2006-09-04 chromaticRe: AW: [PATCH pod/*] Use Direct Object Constructor...
2006-07-26 SADAHIRO Tomoyukiinterpolation of @- (and @+) in patterns ([perl #27940...
2006-07-23 SADAHIRO Tomoyukiperlop: parsing quoted constructs
2006-07-13 Yves OrtonRe: Misunderstanding escapes in heredocs?
2006-07-11 SADAHIRO TomoyukiRe: Misunderstanding escapes in heredocs?
2006-06-12 Daniel Frederick... Re: [PATCH DOC] Three minor fixes related to perlop
2006-06-08 Yitzchak Scott-Tho... Re: range operator vs. unicode
2006-05-15 Steve PetersClarification on what Perl does to floating points...
2006-05-11 Steve PetersAdding a mention of STDIN processing by qx// as request...
2006-05-09 Ash Berlinperlop.pod doc patch: I/O operators
2006-05-04 Paul JohnsonDocument order of evaluation for the comma operator
2006-02-13 Andy Lesterperldiag.pod patching re: integer overflow
2005-12-23 Rafael Garcia-SuarezClarify example of .. in perlop
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-19 Robin Houstonlatest switch/say/~~
2005-12-17 Steve PetersFix a typo and add some clarification to change #26387.
2005-12-17 Steve PetersAddition documentation explaining aritmetic negation...
2005-12-01 Steve PetersNit from change #26232 noticed by H. Merijn Brand
2005-11-30 Steve Petersdor-assign (//=) was missing from perlop.pod
2005-11-10 Steven Schubigerremove whitespace preceding semicolon in docs
2005-10-13 Ivan Tubert-BrohmanPOD index entries with X<>
2005-08-17 Yitzchak Scott-Tho... Re: [perl #36654] Inconsistent treatment of NaN
2005-07-18 SADAHIRO Tomoyukiperlop: why \c\ cannot be placed just before the termin...
2005-07-15 Michael G Schwern[perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1
2005-06-03 Yitzchak Scott-Tho... Re: Should while ( <$fh> ) and while (< $fh >) do the...
2005-05-24 Yitzchak Scott-Tho... Clarification on the behaviour of qw// and x :
2005-05-10 Steve Petersperlop.pod nit
2005-03-29 Offer KayeMake the spelling of whitespace (vs white-space and...
2005-03-13 Rafael Garcia-SuarezDoc patches to clarify the stringification rules of...
2004-10-24 Steve PetersRe: [perl #31937] perlop: add basic =~ examples
2004-09-23 Rafael Garcia-SuarezRemove a couple of C<> to avoid confusing double quotes...
2004-09-01 david nicol[perl #31228] no no-op
2004-06-30 AbigailDocumenting undefined behaviour of $i = $i ++.
2004-06-15 Shlomi Fishperlop.pod: add an example to the .. and ... operators
2004-03-21 Rafael Garcia-SuarezAdd a new warning "Negative repeat count"
2004-02-01 Solar DesignerRe: [perl #15063] /tmp issues
2004-01-10 Adrian M. Enachedocumentation nit
2003-10-09 Rafael Garcia-SuarezDocument the behaviour of filetest operators regarding...
2003-10-08 Michael G. SchwernRe: [PATCH] perlop.pod Revamp - revision 4
2003-06-09 Steve GrazziniRe: nitpick with \(0..2)
2003-05-11 Casey WestRe: [PATCH] [perl #8636] [perl #8634] Both patches...
2003-04-28 Casey West[perl #7592] Clarify what qw() does in scalar context
2003-04-28 Casey West[patch #7514] Bug in perlop regex explination
2003-03-18 Hugo van der Sandenclarify behaviour of $a++
2003-02-24 Hugo van der SandenRemove no-longer-true line from perlop
2002-12-12 Andreas König[patch] typo in perlop
2002-11-26 Andreas König2 Pod errors in perlop.pod
2002-10-02 Mike Guyadd precedence warning for bitwise docs
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-05 Brent DaxDefined-or patch (cleaned up)
2002-04-15 Hugo van der SandenRe: [ID 20020412.005] Dancing ??s
2002-03-27 Rafael Garcia-Suarez[DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length...
2002-02-28 Mike GuyThe "list" part of
2002-02-19 Jarkko HietaniemiMention that the case-switchers know about Unicode...
2001-10-16 David H. Adler[PATCH] Doc patch on here-docs (perlop and perldata)
next