This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2006-07-06 Rafael Garcia... The state() implementation is not yet perfect. Check...
2006-07-06 Rafael Garcia... Error in the formulation of the new warning, spotted...
2006-07-06 Rafael Garcia... Add a new warning, "State variable %s will be reinitial...
2006-07-06 Steve PetersUpgrade to Module-Build-0.2801.
2006-07-06 Steve PetersMath-Complex now dual-lived with Jarkko Hietaniemi...
2006-07-06 Rafael Garcia... Document state() variables in perlsub
2006-07-06 Steve PetersAlphabetizing function names in perlfunc lists.
2006-07-06 Rafael Garcia... Mention state variables in perldiag. Add switch-related...
2006-07-06 Yves OrtonIntroduce a new function, pv_escape(), to display conte...
2006-07-05 Rafael Garcia... Implement handling of state variables in list assignment
2006-07-05 Rafael Garcia... Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN...
2006-07-05 Rafael Garcia... Adjust test count after introducing new constants in...
2006-07-05 Steve PetersAdd constants needed for recvmsg()/sendmsg() support.
2006-07-05 Steve PetersSkip lib/Memoize/t/tie_ndbm.t if $TMP is not writable.
2006-07-05 Rafael Garcia... Add a TODO test for list assignment to a list of state...
2006-07-05 Rafael Garcia... Don't add extra warning flags for gcc versions < 3.
2006-07-05 Rafael Garcia... Make the distclean target remove lib/Hash correctly
2006-07-05 Jerry D. HeddenRE: [PATCH] threads 1.33
2006-07-04 Craig A. Berryfix signed/unsigned nit in reentr.c
2006-07-04 Craig A. Berryfix type mismatch warning caused by return statement...
2006-07-04 Anno Siegelmore warning-silencing in FieldHash
2006-07-04 Andy Lesterconsting and localizing in universal.c
2006-07-04 Andy Lestertoke.c consting and localizing
2006-07-04 Jerry D. Heddenthreads 1.33
2006-07-03 Marcus Holland... Upgrade to Devel::PPPort 3.08_07
2006-07-03 Steve PetersAllow stat() and -X file tests work on dirhandles.
2006-07-03 Andy Lesterembed.pl enhancements
2006-07-03 Andy LesterMakefile splint support
2006-07-03 Andy LesterDProf.xs patch
2006-07-03 Andy Lestermg.c cleanups
2006-07-03 Andy LesterClean up mathoms.c
2006-07-03 Yves OrtonRe: Win32API::File now in core
2006-07-02 Dave Mitchellsilence a compiler warning
2006-07-02 Dave Mitchellremove some unnecessary uses of WITH_THR
2006-07-02 Craig A. Berrys/have a more/have more/ typo fix in perlfaq4
2006-07-02 Yves OrtonSynchronize ExtUtils::Instal 1.41
2006-07-02 Yves OrtonRe: [PATCH]: fix: [perl #39583] Pattern Match fails...
2006-06-30 Rafael Garcia... Must not forget that.
2006-06-30 Steve HayAdd Win32API::File to the core
2006-06-30 Rafael Garcia... Fix casting warnings related to snprintf/vsnprintf
2006-06-30 H.Merijn BrandSolaris' sh doesn't like empty if's
2006-06-30 Rafael Garcia... PERL_UNUSED_CONTEXT is not enough to silence warnings...
2006-06-30 Rafael Garcia... Fix a couple of compilation warnings
2006-06-30 Dave Mitchellmigrate CURLY/PLUS/STAR branch in regmatch() to new...
2006-06-30 Rafael Garcia... Small adjustment to the Plan
2006-06-30 Andy DoughertyHASATTRIBUTE_UNUSED works for gcc-3.3, but not for...
2006-06-29 Rafael Garcia... Another typo fix.
2006-06-29 Rafael Garcia... Typo fix.
2006-06-29 Sébastien Aperghis... Small precision about \Q \E inside m//x
2006-06-29 Anno SiegelCleanup in Hash::Util::FieldHash
2006-06-29 Craig A. BerryUpdated handling of signal names and signals for VMS
2006-06-29 Rafael Garcia... Some CPP macro sanitization by Sadahiro Tomoyuki
2006-06-28 Andy DoughertySolaris hints: gcc flags confuse Configure
2006-06-28 Paul MarquessUpdate for IO::Uncompress::Base
2006-06-28 Alexander_Gernler... [perl #39639] perldoc -f waitpid has wrong code example
2006-06-27 Rafael Garcia... Nits in the perlpragma manpage
2006-06-27 Jarkko Hietaniemicflags.SH: scan the gcc warning flags only once, during...
2006-06-26 Rafael Garcia... Adjust test preamble for Hash::Util tests too.
2006-06-26 Rafael Garcia... Adjust test preambles for Hash::Util::FieldHash tests...
2006-06-26 Anno SiegelRe: [PATCH] Hash::Util::FieldHash
2006-06-26 Rafael Garcia... Remove notes about removed 5005-threads from perlguts.
2006-06-26 John E. Malmberg[patch@28427] vms.c - null termination of string missing.
2006-06-26 Rafael Garcia... More perlreguts nits by Dominic Dunlop,
2006-06-25 Rafael Garcia... Nits about lock() in perlthrtut by Daniel Frederick...
2006-06-25 Rafael Garcia... Compilation fixes for VMS by John E. Malmberg
2006-06-25 Rafael Garcia... Nits to perlreguts.pod by Dominic Dunlop
2006-06-25 Marcus Holland... Upgrade to Devel::PPPort 3.08_06
2006-06-25 Yves OrtonRe: [PATCH] Hash::Util::FieldHash
2006-06-24 Dave Mitchellquieten warning by avoiding a comment-within-a-comment
2006-06-23 Dave Mitchellmigrate TRIE branch in regmatch() to new FSM-esque...
2006-06-23 Marcus Holland... Upgrade to Devel::PPPort 3.08_05
2006-06-23 Anno SiegelRe: [PATCH] Hash::Util::FieldHash
2006-06-23 Dr.RuudRe: [PATCH] perlhack.pod
2006-06-23 Yves Orton: fix: [perl #39583] Pattern Match fails for specific...
2006-06-23 Rafael Garcia... perltodo additions by Vadim Konovalov
2006-06-22 Paul MarquessIO::Compress::Base
2006-06-22 Yves OrtonRe: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net...
2006-06-21 Dr.Ruud<toke.c> isALNUM(*s) && *s != '_'
2006-06-21 Steve HayFix code before declaration error introduced by #28405
2006-06-21 Dominic DunlopRe: [PATCH] Re: [perl #39530] printf: bad formatting...
2006-06-20 Rafael Garcia... Upgrade to Sys::Syslog 0.16
2006-06-20 Rafael Garcia... Change 28404 broke the construct s/foo/<<BAR/e. So...
2006-06-20 Dominic DunlopRe: [perl #39530] printf: bad formatting of hexadecimal...
2006-06-20 Paul MarquessIO::Compress::* 2.000_13
2006-06-20 Rafael Garcia... Upgrade to Unicode::Normalize 1.01
2006-06-20 Steve PetersClean up a few warnings in regcomp.c under -Dgccansiped...
2006-06-20 Ben Carter[perl #39365] Bug in toke.c (eval in subst)
2006-06-20 chromaticAdd Documentation for DOES()
2006-06-19 Paul GreenRE: [PATCH] cflags.SH: rework the gcc warnings selection
2006-06-18 Jarkko HietaniemiRe: blead trie problems in tru64 with -DDEBUGGING
2006-06-17 Yves OrtonComply with the 0x80th commandment
2006-06-17 Dave Mitchelldont warn at exit of detatched threads still running
2006-06-16 Dave Mitchellstart turning regmatch() main loop into a FSM
2006-06-15 Jarkko Hietaniemicflags.SH: rework the gcc warnings selection
2006-06-15 Craig A. Berryonly use NAML$M_OPEN_SPECIAL where it exists
2006-06-15 Craig A. Berrysignedness nit in Unicode::Normalize::decompose
2006-06-14 Yves OrtonRe: [PATCH] fix re debug segvs in global destruction...
2006-06-14 Yves Ortonfix re debug segvs in global destruction, and a tweak...
2006-06-13 Rafael Garcia... I thought I had fixed the spelling of DOES() in univers...
2006-06-13 Yves OrtonGuard clause should happen first, otherwise its not...
next