p5sagit/p5-mst-13.2.git
2006-04-26 Jerry D. Hedden threads - consolidate XS functions
2006-04-25 Steve Hay Make Module-Build aware of new Test-Harness output
2006-04-25 Nicholas Clark Coverity has started to notice another inconsistency...
2006-04-25 Andy Lester use NOOP macro
2006-04-25 Jerry D. Hedden Continuing threads sync
2006-04-24 Nicholas Clark Perl_unpack_str() is a mathom!
2006-04-24 Steve Peters Really bump the version of File::Find.
2006-04-24 Steve Peters Reverting change #27953, as it appears that File::Find has
2006-04-24 David Landgren Re: [perl #38965] File::Find documentation - is "Don...
2006-04-24 Yves Orton Re: recursion now removed from the regex engine
2006-04-24 Martin Hasch [perl #38709] Opening '|-' triggers unjustified taint...
2006-04-24 Rafael Garcia... Add regression test for bug #38475
2006-04-24 Nicholas Clark Change 27947 forgot to remove one now-unneeded cast.
2006-04-24 Bas van Sisseren [perl #38475] attribute multiline fix (in tokenizer)
2006-04-24 Nicholas Clark Following change 27942 it's clear that the return type of
2006-04-24 Marcus Holland... Cleanup some gcc warnings
2006-04-24 Marcus Holland... A couple of casts to PADOFFSET.
2006-04-24 Marcus Holland... Ensure GvNAME doesn't return NULL
2006-04-24 Andy Lester doop.c consting, take 2
2006-04-24 Andy Lester Refactor S_glob_2inpuv
2006-04-24 Andy Lester Inlining static funcs in perl.c
2006-04-23 Nicholas Clark Assimilate Test::Harness 2.57_06
2006-04-22 Joshua Rodd Update to AUTHORS file
2006-04-22 Nicholas Clark "Don't Repeat Yourself" on the "We *really* need to...
2006-04-21 Nicholas Clark Remove the enable_debugging member from the structure...
2006-04-21 Nicholas Clark Use a struct to hold the regexp engine state informatio...
2006-04-21 Nicholas Clark Merge the install and uninstall routines.
2006-04-21 Nicholas Clark Refactor re.pm slightly. This has no change to document...
2006-04-21 Jerry D. Hedden Rework threads destruct call
2006-04-21 Alexey Toptygin Re: [perl #38904] Text::ParseWords doesn't always handl...
2006-04-21 Nicholas Clark Why hide functions (and duplicate them) when you can...
2006-04-21 Nicholas Clark Given that use re 'debug' can turn on DEBUGGING even...
2006-04-20 Nicholas Clark Remove the last traces of explicitly setting HINT_LOCAL...
2006-04-20 Yves Orton Re: TODO tests and test::harness
2006-04-20 Rafael Garcia... Add test boilerplate and use test.pl instead of Test...
2006-04-20 Rafael Garcia... Add new tests for bug #32840 provided by David Landgren,
2006-04-20 Nicholas Clark Tweak change 23256 to continue passing on 5.8.x
2006-04-20 Nicholas Clark Convert two ok()s to better constructions.
2006-04-20 Jerry D. Hedden [REPOST] [PATCH] Remove superfluous counter in threads
2006-04-20 Nicholas Clark Fix typo in the description of change 21323.
2006-04-20 Rafael Garcia... New test for the "Assignment to both a list and a scala...
2006-04-20 Dave Mitchell regmatch(): replace magic value -1000 with symbolic...
2006-04-20 Andy Lester op_type shrinking
2006-04-20 Andy Lester regexec consting & localizing
2006-04-20 Andy Lester Localizing vars
2006-04-20 Dave Mitchell regmatch: merge the greedy and non-greedy branches...
2006-04-19 Linda Walsh [perl #38892] PATCH: remove spurious warning from Bench...
2006-04-19 Steve Peters Changes to perlfaq8 "How do I find out if I'm running...
2006-04-19 Steve Peters Add a TODO test for RT #1085: "what should be output...
2006-04-19 Dave Mitchell regmatch(): make IFMATCH use PUSH_STACK rather than...
2006-04-19 Rafael Garcia... Upgrade to Test::Harness 2.57_05
2006-04-19 Nicholas Clark newCONSTSUB needs to be robust in case CopFILE is NULL.
2006-04-19 Nicholas Clark Oops. Need a macro to convert cv_ckproto() to cv_ckprot...
2006-04-19 Rafael Garcia... There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
2006-04-19 Nicholas Clark Avoid temporarily writing over the prototype when repor...
2006-04-19 Rafael Garcia... Replace some Copy() by Move() calls, because valgrind...
2006-04-19 Nicholas Clark Calling cv_undef() on the CV created by newCONSTSUB...
2006-04-19 Nicholas Clark Fix compilation of microperl, which doesn't have INT_MAX.
2006-04-18 Nicholas Clark Revert 27869 at Jarkko's request.
2006-04-18 Dave Mitchell regmatch: fix a || vs | typo in CACHEsayYES and add...
2006-04-18 Steve Peters Add a TODO regarding merging the win32 and wince codebases.
2006-04-18 Rafael Garcia... When checking whether perl is built with -g in optimisation
2006-04-18 Nicholas Clark Expand "am I hot or not" into a more general "Profile...
2006-04-18 Steve Peters A fix to change #27845 to get it to compile with -DPERL...
2006-04-18 Jan Dubois win32/Makefile changes for Windows 64 bit
2006-04-18 Rafael Garcia... Addition to README.riscos suggested by Nicholas
2006-04-18 Nicholas Clark Note that Rafael has done the first cut of state variables.
2006-04-18 Nicholas Clark Relocatable @INC and parallel builds pretty much work...
2006-04-18 Alex Waugh Support compiling for RISC OS
2006-04-18 Nicholas Clark Coverity still thinks that there is a route through...
2006-04-18 Nicholas Clark Coverity insists that if we deference a pointer without...
2006-04-17 Nicholas Clark Fix an error, spotted by Tim Bunce.
2006-04-17 Nicholas Clark Coderefs in @INC are done and documented.
2006-04-17 Nicholas Clark Document all the return values that code references...
2006-04-17 Steve Peters Patch to fix RT #31227: perldoc -f, -q ignores extra...
2006-04-17 Nicholas Clark Coverity is upset about a signed int in ext/Filter...
2006-04-17 Nicholas Clark Coverity is a persistent beast. Hot on the tails of...
2006-04-17 Nicholas Clark Turn on UTF8 cache assertions with -Ca
2006-04-17 Nicholas Clark Oops. Change 27826 had an error in the definition of...
2006-04-17 Steve Peters Upgrade to CGI.pm-3.19.
2006-04-17 Nicholas Clark Note that PVIOs probably aren't worth shrinking. Note...
2006-04-17 SADAHIRO Tomoyuki Re: [PATCH] update to pp_complement() via Coverity
2006-04-17 Nicholas Clark In Change 27764 I forgot to at PL_hints_mutex to the...
2006-04-17 Jarkko Hietaniemi (tentative) regcomp.c: try convincing Coverity that...
2006-04-17 Nicholas Clark Note in av_store() that S_regclass relies on being...
2006-04-17 Nicholas Clark Add assertions to cover cases where the Coverity scanne...
2006-04-17 Nicholas Clark Add Dave's explainations of why certain pointers are...
2006-04-17 Yitzchak Scott... fix cygwin build
2006-04-17 H.Merijn Brand Support for -DDEBUGGING and its alias -DEBUGGING
2006-04-17 Nicholas Clark Revert change 27818, as change 27853 fixes the real...
2006-04-17 Paul Marquess Compress::Zlib
2006-04-17 Andy Lester pp_ctl.c caching
2006-04-17 Jarkko Hietaniemi dooop.c: the strong asserts in Sv* macros could cause...
2006-04-17 Nicholas Clark Revert 27856.
2006-04-17 Jarkko Hietaniemi The danger of piping an mbox to patch is that it contai...
2006-04-16 Dave Mitchell generalize the 'continue on success' mechanism of defer...
2006-04-16 Dave Mitchell abstract regmatch slab access with SLAB_FIRST and SLAB_...
2006-04-16 Dave Mitchell stop PL_op and PL_curpad referring to different pads...
2006-04-16 Nicholas Clark Fix bug introduced with change 27841. (len + 1, not...
2006-04-16 Nicholas Clark Coverity is flagging a potential problem because it...
next