p5sagit/p5-mst-13.2.git
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...
2006-06-05 Nicholas Clark Add the missing ${^OPEN} hints flag to B::Concise
2006-06-05 SADAHIRO Tomoyuki [DOCPATCH perlunicode.pod] paragraphing nit
2006-06-05 Jarkko Hietaniemi mg.c: using #ifdef inside a macro call ENONPORTABLE...
2006-06-05 Rafael Garcia... Use POSIX::_exit instead of exit in IPC::Open when...
2006-06-04 Rafael Garcia... The smart match table was duplicated in source code...
2006-06-02 Craig A. Berry It's all relative -- better handling of tainted directories
2006-06-02 Dave Mitchell IPC::Open3 handled exec failure badly
2006-06-01 mlelstv@serpens.de [perl #39178] IO::Socket::connect returns wrong errno...
2006-06-01 Rafael Garcia... Add the perlunitut manpage, by Juerd Waalboer
2006-06-01 Brendan O'Dea Was: Bug#369481: perl-base: 5.8.4-8sarge4 seemed to...
2006-06-01 Rafael Garcia... Add a few more built-in types in perlfunc/ref()
2006-06-01 Rafael Garcia... Remove duplicate file in manifest
2006-06-01 Rafael Garcia... Add missing file to MANIFEST
2006-05-31 Craig A. Berry Teach incfilter.t some DCL.
2006-05-31 Craig A. Berry Make VMS-specific device name encoding routine say...
2006-05-30 Joshua ben... Re: B::Lint changes
2006-05-30 Nicholas Clark Fix bugs in the bytecode system caused by the abolition...
2006-05-30 Yves Orton C is not perl, AV's dont just magically free themselves...
2006-05-29 Nicholas Clark Comprehensive regression tests for Perl_refcounted_he_f...
2006-05-29 Abe Timmerman redo part of change 27374
2006-05-29 Craig A. Berry And some more DynaLoader things that should not be...
2006-05-29 Marcus Holland... Upgrade to Devel::PPPort 3.08_04
2006-05-29 Dave Mitchell make require report too many open files error
2006-05-29 Dave Mitchell ensure failure to load Carp::Heavy gets reported
2006-05-29 Rafael Garcia... Revert change 28322, which makes ithreads panic
2006-05-29 SADAHIRO Tomoyuki Re: [perl #39126] possible memory related bug when...
2006-05-29 Rafael Garcia... Silence a warning
2006-05-29 Rafael Garcia... Regen headers following change 28325. Also, make it...
2006-05-29 Yves Orton Re: [PATCH] More regex optimisations and debug enhancem...
2006-05-29 Jarkko Hietaniemi skip t/op/incfilter.t for "make clean;make miniperl...
2006-05-29 Andy Lester [PATCH] gv.c consting
2006-05-29 Jarkko Hietaniemi perlio.c: nobody was freeing PL_perlio_fd_refcnt, now...
2006-05-28 Jarkko Hietaniemi DynaLoader.t: less assumptions
2006-05-28 Nicholas Clark Perl_refcounted_he_chain_2hv()'s code to skip duplicate...
2006-05-27 Dave Mitchell fix eval qw(BEGIN{die}) style leaks.
2006-05-27 Craig A. Berry use the same arg names everyone else does and handle...
2006-05-27 Jan Dubois RE: perlhack.pod confused about POPSTACK
2006-05-27 Dave Mitchell make -Dpv display OP names ons the parser stack
2006-05-27 Dave Mitchell stop OPs leaking in eval "syntax error"
2006-05-26 Dave Mitchell stop eval "sub{" leaking
2006-05-26 Jarkko Hietaniemi SysV IPC
2006-05-26 Steve Peters Upgrade to Sys-Syslog-0.14
2006-05-26 Steve Peters Fix pod nit in perltodo.
next