Change 32997 missed one conditionally unused argument.
[p5sagit/p5-mst-13.2.git] / pod /
2008-01-18 Nicholas Clark Add Weed out needless PERL_UNUSED_ARG to perltodo....
2008-01-17 Nicholas Clark warn if ++ or -- are unable to change the value because...
2008-01-16 Rafael Garcia-Suarez A couple of POD fixes by Steven Schubiger
2008-01-12 Nicholas Clark For 5.12: saner behaviour for `length`
2008-01-11 Rafael Garcia-Suarez Remove the -P switch
2008-01-11 Paul Johnson [DOC PATCH] was Re: things deprecated for removal in...
2008-01-09 Steve Hay Fix prototype in regexp code following #32851, and...
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
2008-01-07 brian d foy - perlcommunity.patch (1/1) [PATCH] perlcommunity:...
2008-01-06 Rafael Garcia-Suarez Document that sitecustomize.pl in run from a BEGIN...
2008-01-06 Michael G. Schwern Re: [perl #49264] say behaves as just print on tied...
2008-01-06 Moritz Lenz \X is equivalent to an atomic group
2008-01-06 Jerry D. Hedden '~~' is not a feature [repost]
2008-01-05 Nicholas Clark BER is all very well, but it turns out that it's better...
2008-01-04 Marcus Holland-Moritz There's no need to handle 'set' magic in the mX?PUSH...
2008-01-04 Steve Hay Run regen.pl (fixes build on Win32, at least)
2008-01-03 Nicholas Clark Extend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-03 Nicholas Clark Add HeUTF8() to complement HePV() and then immediately...
2008-01-02 Nicholas Clark Add a new function newSVpvn_flags(), which takes a...
2008-01-02 Sébastien Aperghis... Small documentation nits
2007-12-26 Robin Barker change/correction to 32246
2007-12-26 Steve Peters Linking a RT ticket to an open TODO.
2007-12-26 Gabor Szabo docs: list of places where $_ is used
2007-12-26 Gabor Szabo docs: replace FH by my $fh in open
2007-12-23 Nicholas Clark { my $a; } not warning about being used only once is...
2007-12-22 Nicholas Clark Remove the definitions of Null(), Nullch, Nullfp, Nulls...
2007-12-22 Nicholas Clark Exterminate PL_na! Exterminate! Exterminate! Exterminate!
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-20 Steve Peters Regen some files...
2007-12-19 Nicholas Clark Add perl5110delta, and change 5100delta so that it...
2007-12-18 Rafael Garcia-Suarez 5.10.0 is planned for today.
2007-12-18 Rafael Garcia-Suarez Notes on 5.12 Unicode revamping planned.
2007-12-18 Rafael Garcia-Suarez Regen TOC
2007-12-18 YAMASHINA Hio typos in perl5100delta.pod
2007-12-17 Jan Dubois Document that $^V is no longer a v-string
2007-12-17 Rafael Garcia-Suarez Mention that ::ISA::CACHE:: no longer exists
2007-12-17 Rafael Garcia-Suarez PerlFAQ sync
2007-12-12 Rafael Garcia-Suarez Add mro tests to minitest
2007-12-12 Rafael Garcia-Suarez Remove "=for" marker for a section I finally reviewed
2007-12-12 Rafael Garcia-Suarez FAQ sync
2007-12-12 Rafael Garcia-Suarez Document the strerror_r / g++ / threads bug
2007-12-12 johnh@isi.edu [perl #48214] documentation enhancement to perlthrtut
2007-12-11 Andy Dougherty pod/perl5100delta ought to emphasize dual-life modules.
2007-12-11 Matt Kraai Re: Remove extra space from perltodo.pod
2007-12-07 Rafael Garcia-Suarez Fix some typos, some found by Matt Kraai
2007-12-07 Rafael Garcia-Suarez Fix a typo found by Matt Kraai, and a reference to...
2007-12-06 Rafael Garcia-Suarez Two more notes
2007-12-06 Rafael Garcia-Suarez Revert change 32171 per Jarkko's request
2007-12-06 Mark Overmeer Documentation patch on filetests, the filetest pragma...
2007-12-06 Rafael Garcia-Suarez Document recent changes of A::H in perldelta
2007-12-06 Jarkko Hietaniemi perltodo.pod: add -D_FORTIFY_SOURCE and -fstack-protector
2007-12-06 Nicholas Clark Note that Larry has clarified the reasons for the Perl...
2007-12-05 Rafael Garcia-Suarez This file is utf8 (I blame Ævar)
2007-12-05 Rafael Garcia-Suarez More precise description of the removal of "#!perl...
2007-12-05 Jan Dubois typo fix
2007-12-04 Rafael Garcia-Suarez Add t/mro to the test list in perlhack
2007-12-04 Rafael Garcia-Suarez Document some environment variables that might affect...
2007-12-04 Craig A. Berry Typo in 32564.
2007-12-04 Nicholas Clark Refactor test code to remove duplication is a TODO.
2007-12-04 Jarkko Hietaniemi perltodo.pod: error message todo
2007-11-30 Dmitry Karasik Re: smart match: array ~~ hash
2007-11-29 Rafael Garcia-Suarez Duh -- I forgot to put RC2 in perlhist
2007-11-28 Steve Peters Mention Pod::Simple and Pod::Escapes in perl5100delta
2007-11-28 Steve Peters Assorted nits found in perl5110delta.
2007-11-28 Jan Dubois Document improved support for Unicode filenames on...
2007-11-27 Rafael Garcia-Suarez Doc nits -- avoid bare "5.10" version numbers without a
2007-11-27 Rafael Garcia-Suarez Typo, found by Scott Lanning
2007-11-27 Jarkko Hietaniemi perl5100delta.pod: do not confess bondage :-) and menti...
2007-11-26 Jarkko Hietaniemi pod/perlrebackslash.pod: small Unicode additions
2007-11-26 John E. Malmberg VMS POD updates: perlport.pod, vmsperl.pod
2007-11-25 Rafael Garcia-Suarez Regen table of contents
2007-11-25 Rafael Garcia-Suarez Document bug #47762, and mention %-
2007-11-24 Nicholas Clark Eliminating the duplicate logic in S_method_common...
2007-11-24 Rafael Garcia-Suarez Mention kill improvements on Windows
2007-11-24 Jan Dubois Document different kill(-9, ...) semantics on Windows
2007-11-23 Rafael Garcia-Suarez FAQ sync
2007-11-23 Juerd Waalboer [patch] :utf8 updates
2007-11-21 Jan Dubois Improve example code
2007-11-20 Nicholas Clark Note that traces of PL_na cling on in dark corners...
2007-11-20 Jan Dubois Correction to perl5100delta.pod
2007-11-20 Spiros Denaxas [Patch] perlboot.pod / added semicolons
2007-11-19 Jim Cromie rc1 patch - delta, comment nits
2007-11-19 Rafael Garcia-Suarez Typo (found by Jarkko)
2007-11-17 Nicholas Clark 0777 is 512, not 522. (A typo.)
2007-11-17 Nicholas Clark Placate the black box index parser on search.cpan.org.
2007-11-17 YAMASHINA Hio typo in perl5100delta.pod
2007-11-17 Rafael Garcia-Suarez Mention perlreapi in perldelta.
2007-11-17 Rafael Garcia-Suarez 5.10.0-RC1 is today, after lunch
2007-11-17 Michael G Schwern [perl #47533] [PATCH perlvar.pod] Missing English variables
2007-11-15 Ricardo SIGNES perlsub's docs on state assignment are busted
2007-11-12 Rafael Garcia-Suarez TODO: cleanup perlmodlib.PL
2007-11-12 Rafael Garcia-Suarez Fix listing of MIME::QuotedPrint in perlmodlib
2007-11-10 Nicholas Clark Arrange for buildtoc to remove the svn Revision keyword...
2007-11-10 Nicholas Clark Regenerate perltoc.pod
2007-11-09 Nicholas Clark Propagating const outwards from Perl_moreswitches(...
2007-11-09 Nicholas Clark Following change 31410, also re-align the column title.
2007-11-09 Nicholas Clark Note that investigating PADTMP hash pessimisation is...
2007-11-09 Rafael Garcia-Suarez A couple of bite-sized TODO for the pod/* tools
next