This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix miniperl build with threaded perl
[perl5.git] / pod /
2005-08-24 John Peacock[Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
2005-08-24 Rafael Garcia-SuarezUnmatched parentheses (thanks to Steve Peters)
2005-08-19 Tassilo von Parsevalmake threads.xs emit warnings properly
2005-08-17 Rafael Garcia-SuarezFAQ sync
2005-08-17 Yitzchak Scott-Tho... Re: [perl #36654] Inconsistent treatment of NaN
2005-08-11 Steve HayRun regen.pl
2005-08-08 Jarkko HietaniemiRe: [PATCH] undup
2005-08-07 Dave Mitchellrun regen.pl after change #25274
2005-08-07 Jarkko Hietaniemiundup
2005-08-05 Rafael Garcia-Suarez"thread failed to start" is a severe warning, not a...
2005-08-05 H.Merijn BrandASCIZ is not a typo
2005-08-05 Piotr FusikTypos in *.p[lm]
2005-08-02 Piotr FusikTypos in *.p[lm]
2005-08-01 Rafael Garcia-SuarezDocument where to find maintainers of dual live modules
2005-08-01 Michael G. SchwernRe: [perl #36616] bug or feature? foreach (sort @array...
2005-08-01 Rafael Garcia-SuarezAnother typo fix
2005-08-01 Piotr FusikPOD typos
2005-07-31 Rafael Garcia-SuarezRemove the documentation for $#, which has been removed
2005-07-28 Rafael Garcia-SuarezClarification to the syntax of loop modifiers
2005-07-28 Steve Petersperlfunc.pod grammar fixes
2005-07-27 Steve Petersid est is i.e.
2005-07-26 John W. Krahn[perl #36658] Typo in perlfunc.pod
2005-07-25 Michael G. Schwern[PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
2005-07-25 Piotr Fusikperlfunc.pod: s/definetely/definitely/
2005-07-22 Michael G Schwern[perl #36612] [PATCH] Misleading shift docs about ...
2005-07-20 Rafael Garcia-SuarezRemove obsolete error messages
2005-07-18 Andy LesterThe continuing plod through embed.fnc
2005-07-18 SADAHIRO Tomoyukiperlop: why \c\ cannot be placed just before the termin...
2005-07-18 Michael G. SchwernRe: Why does our() cross packages? (PATCH)
2005-07-16 Gisle AasRe: fchmod, fchown, fchdir
2005-07-15 Michael G Schwern[perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1
2005-07-15 Michael G Schwern[perl #36538] perlfunc/our contradicts itself
2005-07-12 Jarkko HietaniemiMake PERL_MEM_LOG more portable.
2005-07-12 Steve HayHack out -DL documentation from perldebuguts.pod
2005-07-12 Steve HayChange New*() to Newx*() in various comments and docume...
2005-07-12 Jim Cromie[patch: handy.c] update Newx API pod to mention PERL_M...
2005-07-11 Piotr Fusikperlfunc.pod
2005-07-11 Steve Hay[patch hv.h doc] HvNAME
2005-07-10 Jarkko Hietaniemiyet another way of debugging memory allocations
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-08 Yitzchak Scott-Tho... Re: [PATCH] Pod::Html - correctly link to =item's on...
2005-07-04 Yitzchak Scott-Tho... perlglossary.pod: add jump points
2005-07-02 Dave Mitchellreplace ckWARN macros with functions
2005-07-01 Yitzchak Scott-Tho... Add the perlglossary man page
2005-06-29 Nicholas ClarkExpand on parts of perltodo
2005-06-23 Nicholas ClarkThe current implementation of :unique is fundamentally...
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-06-22 Dave Mitchellhandle magic in local correctly
2005-06-21 Salvador Fandiñoternary operator cond ? foo : bar being parsed as ...
2005-06-20 chromaticRecommend Against UNIVERSAL:: Methods as Functions...
2005-06-20 Rafael Garcia-SuarezRemove the deprecated $# variable
2005-06-20 Rafael Garcia-SuarezHugo suggests this.
2005-06-20 Rafael Garcia-SuarezMissed a chunk in previous commit
2005-06-20 Eric Amick[perl #36328] Until Statement Undocumented
2005-06-17 Rafael Garcia-SuarezAdd new internal error message to perldiag
2005-06-16 Rafael Garcia-SuarezAdd -f in perl synopsys, sync perl.pod and perlrun...
2005-06-15 Rafael Garcia-SuarezBetter phrasing
2005-06-14 Rafael Garcia-SuarezDocument ${^UTF8LOCALE}
2005-06-14 Salvador Fandiñobetter assertion support
2005-06-13 John PeacockBring bleadperl up to version.pm
2005-06-13 Offer KayeRe: [perl #36047] perlmod.pod/CLONESKIP error
2005-06-13 Rafael Garcia-SuarezMake SvUPGRADE always have the value '1'
2005-06-12 Alexey Tourbinperlipc.pod: mkfifo()
2005-06-10 Nicholas ClarkAllison says that "Media" isn't really needed in the...
2005-06-09 Nicholas Clark$r = do {my @a; \$#a}; $$r = 503 # is also naughty...
2005-06-09 Nicholas ClarkUpdate API docs.
2005-06-09 Alexey Tourbinperlfunc.pod: ioctl.ph
2005-06-07 Andy LesterRandom cleanups #47
2005-06-07 Jarkko Hietaniemione more round of is_utf8_foo tuneup
2005-06-07 Rafael Garcia-SuarezFix apidoc for newSVhek
2005-06-07 Jarkko HietaniemiRe: [perl #36130] chr(-1) should probably return undef
2005-06-03 Rafael Garcia-SuarezPOD fixes
2005-06-03 Yitzchak Scott-Tho... Re: Should while ( <$fh> ) and while (< $fh >) do the...
2005-06-03 Andy LesterQuotes in pod/*.pod
2005-06-03 Rafael Garcia-SuarezIndent fix
2005-06-03 Rafael Garcia-SuarezFAQ sync
2005-06-03 Steve PetersSvPVX_const() - patch #4
2005-06-02 Nicholas ClarkIntegrate perl587delta.pod, the changes in perlhist...
2005-06-02 Rafael Garcia-SuarezFix changed diagnostic
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-05-30 Rafael Garcia-SuarezMinor grammar fix by Uri Guttman
2005-05-30 Offer Kayeperlrun.pod -w description typo
2005-05-29 Nicholas ClarkTeach buildtoc about README.openbsd, and regenerate...
2005-05-27 Michael G. SchwernRe: [perl #35420] localtime corruption
2005-05-27 Steve PetersDocumentation nits and fixes for Sv*_set() macros
2005-05-24 Yitzchak Scott-Tho... Clarification on the behaviour of qw// and x :
2005-05-24 Rafael Garcia-SuarezDocumentation nit on @-, found by Guillaume Rousse
2005-05-21 Dave Mitchelldisallow eval { goto &foo }
2005-05-18 Gisle AasWell defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-18 Michael G. Schwern[PATCH] Eliminate radically out of date CHANGES from...
2005-05-17 Rafael Garcia-SuarezClarify definition of octal literals
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-12 Rafael Garcia-SuarezRework documentation of split(//,...)
2005-05-11 Steve Peters[perl #33765] [PATCH] perlop: mention why 'print !...
2005-05-10 Steve Petersperlop.pod nit
2005-05-09 Andy Lesterattributes-two.patch, the next batch
2005-05-09 Rafael Garcia-SuarezFix typo (bug #35368)
2005-05-09 Steve PetersSv_*set() doc's and extra const's for the SvPVX_const...
2005-05-07 Andy LesterGCC attributes!
2005-05-04 Rafael Garcia-SuarezDocument the unportability of atan2() edge cases
next