p5sagit/p5-mst-13.2.git
2006-07-02 Yves Orton Re: [PATCH]: fix: [perl #39583] Pattern Match fails...
2006-06-30 Rafael Garcia... Must not forget that.
2006-06-30 Steve Hay Add Win32API::File to the core
2006-06-30 Rafael Garcia... Fix casting warnings related to snprintf/vsnprintf
2006-06-30 H.Merijn Brand Solaris' 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 Mitchell migrate CURLY/PLUS/STAR branch in regmatch() to new...
2006-06-30 Rafael Garcia... Small adjustment to the Plan
2006-06-30 Andy Dougherty HASATTRIBUTE_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 Siegel Cleanup in Hash::Util::FieldHash
2006-06-29 Craig A. Berry Updated handling of signal names and signals for VMS
2006-06-29 Rafael Garcia... Some CPP macro sanitization by Sadahiro Tomoyuki
2006-06-28 Andy Dougherty Solaris hints: gcc flags confuse Configure
2006-06-28 Paul Marquess Update 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 Hietaniemi cflags.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 Siegel Re: [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 Orton Re: [PATCH] Hash::Util::FieldHash
2006-06-24 Dave Mitchell quieten warning by avoiding a comment-within-a-comment
2006-06-23 Dave Mitchell migrate TRIE branch in regmatch() to new FSM-esque...
2006-06-23 Marcus Holland... Upgrade to Devel::PPPort 3.08_05
2006-06-23 Anno Siegel Re: [PATCH] Hash::Util::FieldHash
2006-06-23 Dr.Ruud Re: [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 Marquess IO::Compress::Base
2006-06-22 Yves Orton Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net...
2006-06-21 Dr.Ruud <toke.c> isALNUM(*s) && *s != '_'
2006-06-21 Steve Hay Fix code before declaration error introduced by #28405
2006-06-21 Dominic Dunlop Re: [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 Dunlop Re: [perl #39530] printf: bad formatting of hexadecimal...
2006-06-20 Paul Marquess IO::Compress::* 2.000_13
2006-06-20 Rafael Garcia... Upgrade to Unicode::Normalize 1.01
2006-06-20 Steve Peters Clean 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 chromatic Add Documentation for DOES()
2006-06-19 Paul Green RE: [PATCH] cflags.SH: rework the gcc warnings selection
2006-06-18 Jarkko Hietaniemi Re: blead trie problems in tru64 with -DDEBUGGING
2006-06-17 Yves Orton Comply with the 0x80th commandment
2006-06-17 Dave Mitchell dont warn at exit of detatched threads still running
2006-06-16 Dave Mitchell start turning regmatch() main loop into a FSM
2006-06-15 Jarkko Hietaniemi cflags.SH: rework the gcc warnings selection
2006-06-15 Craig A. Berry only use NAML$M_OPEN_SPECIAL where it exists
2006-06-15 Craig A. Berry signedness nit in Unicode::Normalize::decompose
2006-06-14 Yves Orton Re: [PATCH] fix re debug segvs in global destruction...
2006-06-14 Yves Orton fix 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 Orton Guard clause should happen first, otherwise its not...
2006-06-13 Steve Peters Upgrade to Digest-SHA-5.41
2006-06-13 Steve Peters Upgrade to Unicode-Normalize-1.00
2006-06-12 Yves Orton Re: Segv from new regex code when under threads.
2006-06-12 chromatic Add the new method UNIVERSAL::DOES() and the API functi...
2006-06-12 Rafael Garcia... Adapt the new Test::Harness test to the core
2006-06-12 Andy Lester Static cleanup in pp_sort.c
2006-06-12 Rafael Garcia... Upgrade to Test::Harness 2.62
2006-06-12 Sébastien Aperghis... Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.15.tar.gz
2006-06-12 Daniel Frederick... Re: [PATCH DOC] Three minor fixes related to perlop
2006-06-12 Andy Lester Proper use of enums
2006-06-11 Yves Orton Re: [PATCH] regexec/regcomp.c cleanups
2006-06-11 Yves Orton Re: [PATCH] Better version of the Aho-Corasick patch...
2006-06-11 Nicholas Clark A little more work needed to get ext/re/t/re.t test...
2006-06-09 Rafael Garcia... Mark the 1st argument to S_exec_failed as non null
2006-06-09 Jan Dubois Add error checks after execing PL_cshname or PL_sh_path
2006-06-09 John Peacock [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64...
2006-06-09 Andy Lester sv_dup
2006-06-09 Yves Orton Re: [PATCH] Better version of the Aho-Corasick patch...
2006-06-08 Rafael Garcia... Add the perlreguts manpage, by Yves Orton
2006-06-08 Yitzchak Scott... Re: range operator vs. unicode
2006-06-07 SADAHIRO Tomoyuki Revert change #20462 (except the regression test),
2006-06-07 Nicholas Clark The binmode in t/iop/utf8.t doesn't need to be conditio...
2006-06-07 Craig A. Berry autosplit one level deeper so we don't miss anything
2006-06-07 John E. Malmberg [patch@28349] vmsify - full EFS charset support
2006-06-07 Rafael Garcia... Add a regression test to ensure that charnames pragma
2006-06-07 Rafael Garcia... Make "use feature 'dor'" an alias for "use feature...
2006-06-07 Yitzchak Scott... exhausting <> in BEGIN{} gets ARGVOUT used only once...
2006-06-07 Andy Lester dump.c patches
2006-06-06 Steve Peters Teach Configure that icc is not gcc
2006-06-06 Rafael Garcia... Upgrade to Module::CoreList 2.05
2006-06-06 Rafael Garcia... Upgrade to Encode 2.18
2006-06-06 Andy Lester more accumulated cleanups
2006-06-06 Andy Lester Accumulated toke.c cleanups
2006-06-06 Jerry D. Hedden random thread test failure
2006-06-06 Jerry D. Hedden threads 1.32
2006-06-05 Nicholas Clark Eliminate most of the UTF-8 black smoke by skipping...
next