22316 had stupid precedence thinkos
[p5sagit/p5-mst-13.2.git] / pod /
2004-02-15 Stas Bekman [patch perlguts.pod] save_item doesn't handle magic
2004-02-14 Craig A. Berry Enable v (verbose) switch on -Dp to display the top...
2004-02-13 Rafael Garcia-Suarez Fix an fcntl example in perlopentut, spotted by MJD.
2004-02-10 Rafael Garcia-Suarez Add 5.005_04-RC1 and Leon in perlhist.
2004-02-09 Rafael Garcia-Suarez Implement stacked filetest operators (-f -w -x $file).
2004-02-08 Steve Hay Correct some prototypes in perlapi.pod
2004-02-08 SADAHIRO Tomoyuki chomp() cares about Unicode
2004-02-03 Rafael Garcia-Suarez More docs and tests for "my $_".
2004-02-03 John Peacock was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0...
2004-02-03 Rafael Garcia-Suarez Implement "my $_".
2004-02-03 Rafael Garcia-Suarez Regenerate perlapi.pod.
2004-02-01 Solar Designer Re: [perl #15063] /tmp issues
2004-02-01 Dave Mitchell threads documentation: fork on UNIX might not copy...
2004-01-31 Chip Salzenberg Don't show code closing STD{IN,OUT} before reopening...
2004-01-30 Rafael Garcia-Suarez Another undocumented use of $_ : with reverse().
2004-01-29 Rafael Garcia-Suarez Regenerate perlapi.pod.
2004-01-27 Rafael Garcia-Suarez Update perl591delta.pod with what we've done so far.
2004-01-27 Rafael Garcia-Suarez More punctuation, good.
2004-01-27 Brendan O'Dea 5.8.3 -- fix signal comments in L<perlfunc/system>
2004-01-26 Nicholas Clark Merge dynamic perldelta from maint (22081)
2004-01-23 Nicholas Clark Document chomp's travels in the wonderful world of...
2004-01-20 Dave Mitchell Fix typo in patch #22188
2004-01-20 Dave Mitchell warn that C<$x : unique> operates on the typeglob,...
2004-01-20 Dave Mitchell [perl #24940] "sub foo :unique" segfaults
2004-01-17 Nicholas Clark Integrate final perl583delta
2004-01-16 Yitzchak Scott-Tho... Re: [perl #24816] Magic vars seem unsure if they are...
2004-01-16 LAUN Wolfgang format/write (version 2)
2004-01-14 Nicholas Clark Update pod.lst with perl583delta,pod, and rerun pod...
2004-01-14 Nicholas Clark Integrate:
2004-01-12 Rafael Garcia-Suarez Document usage of $_ and pos() inside /(?{...})/.
2004-01-11 Abe Timmerman Regenerate win32/Makefile and win32/makefile.mk after
2004-01-10 Adrian M. Enache documentation nit
2004-01-08 Nicholas Clark Integrate:
2004-01-08 Abigail Mention 5.8.3-RC1
2004-01-05 Rafael Garcia-Suarez Some mandatory syntax warnings emitted by the lexer...
2004-01-05 Nicholas Clark Change the flag logic in buildtoc
2004-01-05 Nicholas Clark Fix bug with MANIFEST generation when we also regenerat...
2004-01-01 Dave Mitchell addition to 22036 (document SUPER better): superclass...
2004-01-01 Dave Mitchell Document the quirks of SUPER, especially the fact that...
2004-01-01 Rafael Garcia-Suarez Document that /[\W]/ doesn't work, unicode-wise (see...
2003-12-30 Jarkko Hietaniemi more uni doc tweakage
2003-12-30 Dave Mitchell bug #24757 perlrun.pod's description of find -mtime...
2003-12-27 Nicholas Clark Assimilate PodParser-1.26
2003-12-22 Jarkko Hietaniemi doc nits
2003-12-21 Mike Guy [perl #24651] Taint bug with multiple backticks in...
2003-12-18 Nicholas Clark "Richard" - who he? (Add "Richard Clamp" to the list...
2003-12-18 Rafael Garcia-Suarez Perl 1.0.16 has been released.
2003-12-14 Elizabeth Mattijsen [DOCPATCH] perlfunc delete
2003-12-13 Rafael Garcia-Suarez Reformat a long line in perlembed.pod (bug #24623).
2003-12-13 Rafael Garcia-Suarez alarm() is now implemented on Win32.
2003-12-13 Nicholas Clark foreach qw() { # not valid syntax for 5.005. So fix it.
2003-12-13 Rafael Garcia-Suarez More POD fixes ; regenerate perltoc and perlmodlib.
2003-12-11 Rafael Garcia-Suarez Add a mention of the error "DESTROY created new reference
2003-12-09 Audrey Tang Implicit upgrading docs
2003-12-07 Tassilo von Parseval documenting SCALAR gotcha
2003-12-06 Rafael Garcia-Suarez Remove the "Can't provide tied hash usage" error from...
2003-12-06 Rafael Garcia-Suarez Clarify the description of SCALAR in perltie
2003-12-06 Tassilo von Parseval SCALAR/FIRSTKEY for tied hashes in scalar context
2003-12-02 Rafael Garcia-Suarez FAQ sync.
2003-12-02 Slaven Rezic Re: [perl #24574] find2perl provides different results...
2003-12-02 Elizabeth Mattijsen Better docs for the special code blocks, based on :
2003-11-28 Stas Bekman [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignore...
2003-11-20 Alan Burlison promote hv_clear_placeholders to perl API
2003-11-19 Rafael Garcia-Suarez Regenerate perlapi and perltoc.
2003-11-19 Iain Truskett [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
2003-11-19 Rafael Garcia-Suarez Update the runops stuff in perlguts
2003-11-15 Nicholas Clark Re: Storable Error
2003-11-15 Rafael Garcia-Suarez Update perlhist with 5.6.2.
2003-11-11 Tom Phoenix Re: [perl #24460] [DOC PATCH] the begincheck program
2003-11-09 Rafael Garcia-Suarez Update the list of pumpkings in perlhist.pod.
2003-11-08 Abigail Updated.
2003-11-05 Abhijit Menon-Sen [PATCH] Modernise INSTALL
2003-11-05 Peter Prymmer Re: [gherteg@csc.com: your CPAN page on EBCDIC]
2003-11-03 Rafael Garcia-Suarez Document the fact that keys() and values() are optimized
2003-11-02 Marcus Holland-Moritz update embed.pl description
2003-11-02 Rafael Garcia-Suarez Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
2003-11-02 david nicol DOCPATCH: does STORE need to return anything and if...
2003-10-31 Gisle Aas Document PERL_DL_NONLAZY
2003-10-31 Stas Bekman [patch pod/perlfunc.pod] separate two unrelated notes...
2003-10-29 perl-5.8.0@ton.igu... Move a fcntl() example in perlfunc at a more proper...
2003-10-27 Rafael Garcia-Suarez Add a new taint error, "%ENV is aliased to %s".
2003-10-27 Nicholas Clark Record the escape^Wrelease of 5.9.0
2003-10-27 Hugo van der Sanden don't complain of podless .pm files that have a separat...
2003-10-27 Hugo van der Sanden regen pods and toc
2003-10-23 Jan Dubois [PATCH] Update Pod::Perldoc from 3.10 to 3.11
2003-10-23 Gisle Aas utime documentation
2003-10-22 Rafael Garcia-Suarez Add a test.taintwarn makefile target,
2003-10-21 Radu Greab embedding perl
2003-10-21 Rafael Garcia-Suarez Fix doc bug #23890, as suggested by Himanshu Garg :
2003-10-15 Rafael Garcia-Suarez Perlfaq1 : take notice that 5.8.1 is now released.
2003-10-15 Rafael Garcia-Suarez PerlFAQ sync. (only actual changes)
2003-10-15 Abhijit Menon-Sen Rewrite #21447.
2003-10-15 Stas Bekman [patch pod/perliol.pod]
2003-10-12 Rafael Garcia-Suarez Minor nit in perlrun, spotted by Art Haas.
2003-10-10 Abhijit Menon-Sen Make everyone stop posting to p5p about 0e0.
2003-10-09 Rafael Garcia-Suarez Document the behaviour of filetest operators regarding...
2003-10-08 Abigail Layout & POD nit.
2003-10-08 Abhijit Menon-Sen "Are implicit undefs true?" asks Gisle.
2003-10-08 Michael G. Schwern Re: [PATCH] perlop.pod Revamp - revision 4
2003-10-07 Abhijit Menon-Sen Minor tweaks to pod/perlsyn.pod (as suggested by Yves...
next