This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2006-04-23 Nicholas ClarkAssimilate Test::Harness 2.57_06
2006-04-22 Joshua RoddUpdate to AUTHORS file
2006-04-22 Nicholas Clark"Don't Repeat Yourself" on the "We *really* need to...
2006-04-21 Nicholas ClarkRemove the enable_debugging member from the structure...
2006-04-21 Nicholas ClarkUse a struct to hold the regexp engine state informatio...
2006-04-21 Nicholas ClarkMerge the install and uninstall routines.
2006-04-21 Nicholas ClarkRefactor re.pm slightly. This has no change to document...
2006-04-21 Jerry D. HeddenRework threads destruct call
2006-04-21 Alexey ToptyginRe: [perl #38904] Text::ParseWords doesn't always handl...
2006-04-21 Nicholas ClarkWhy hide functions (and duplicate them) when you can...
2006-04-21 Nicholas ClarkGiven that use re 'debug' can turn on DEBUGGING even...
2006-04-20 Nicholas ClarkRemove the last traces of explicitly setting HINT_LOCAL...
2006-04-20 Yves OrtonRe: 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 ClarkTweak change 23256 to continue passing on 5.8.x
2006-04-20 Nicholas ClarkConvert two ok()s to better constructions.
2006-04-20 Jerry D. Hedden[REPOST] [PATCH] Remove superfluous counter in threads
2006-04-20 Nicholas ClarkFix 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 Mitchellregmatch(): replace magic value -1000 with symbolic...
2006-04-20 Andy Lesterop_type shrinking
2006-04-20 Andy Lesterregexec consting & localizing
2006-04-20 Andy LesterLocalizing vars
2006-04-20 Dave Mitchellregmatch: merge the greedy and non-greedy branches...
2006-04-19 Linda Walsh[perl #38892] PATCH: remove spurious warning from Bench...
2006-04-19 Steve PetersChanges to perlfaq8 "How do I find out if I'm running...
2006-04-19 Steve PetersAdd a TODO test for RT #1085: "what should be output...
2006-04-19 Dave Mitchellregmatch(): make IFMATCH use PUSH_STACK rather than...
2006-04-19 Rafael Garcia... Upgrade to Test::Harness 2.57_05
2006-04-19 Nicholas ClarknewCONSTSUB needs to be robust in case CopFILE is NULL.
2006-04-19 Nicholas ClarkOops. 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 ClarkAvoid temporarily writing over the prototype when repor...
2006-04-19 Rafael Garcia... Replace some Copy() by Move() calls, because valgrind...
2006-04-19 Nicholas ClarkCalling cv_undef() on the CV created by newCONSTSUB...
2006-04-19 Nicholas ClarkFix compilation of microperl, which doesn't have INT_MAX.
2006-04-18 Nicholas ClarkRevert 27869 at Jarkko's request.
2006-04-18 Dave Mitchellregmatch: fix a || vs | typo in CACHEsayYES and add...
2006-04-18 Steve PetersAdd 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 ClarkExpand "am I hot or not" into a more general "Profile...
2006-04-18 Steve PetersA fix to change #27845 to get it to compile with -DPERL...
2006-04-18 Jan Duboiswin32/Makefile changes for Windows 64 bit
2006-04-18 Rafael Garcia... Addition to README.riscos suggested by Nicholas
2006-04-18 Nicholas ClarkNote that Rafael has done the first cut of state variables.
2006-04-18 Nicholas ClarkRelocatable @INC and parallel builds pretty much work...
2006-04-18 Alex WaughSupport compiling for RISC OS
2006-04-18 Nicholas ClarkCoverity still thinks that there is a route through...
2006-04-18 Nicholas ClarkCoverity insists that if we deference a pointer without...
2006-04-17 Nicholas ClarkFix an error, spotted by Tim Bunce.
2006-04-17 Nicholas ClarkCoderefs in @INC are done and documented.
2006-04-17 Nicholas ClarkDocument all the return values that code references...
2006-04-17 Steve PetersPatch to fix RT #31227: perldoc -f, -q ignores extra...
2006-04-17 Nicholas ClarkCoverity is upset about a signed int in ext/Filter...
2006-04-17 Nicholas ClarkCoverity is a persistent beast. Hot on the tails of...
2006-04-17 Nicholas ClarkTurn on UTF8 cache assertions with -Ca
2006-04-17 Nicholas ClarkOops. Change 27826 had an error in the definition of...
2006-04-17 Steve PetersUpgrade to CGI.pm-3.19.
2006-04-17 Nicholas ClarkNote that PVIOs probably aren't worth shrinking. Note...
2006-04-17 SADAHIRO TomoyukiRe: [PATCH] update to pp_complement() via Coverity
2006-04-17 Nicholas ClarkIn 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 ClarkNote in av_store() that S_regclass relies on being...
2006-04-17 Nicholas ClarkAdd assertions to cover cases where the Coverity scanne...
2006-04-17 Nicholas ClarkAdd Dave's explainations of why certain pointers are...
2006-04-17 Yitzchak Scott... fix cygwin build
2006-04-17 H.Merijn BrandSupport for -DDEBUGGING and its alias -DEBUGGING
2006-04-17 Nicholas ClarkRevert change 27818, as change 27853 fixes the real...
2006-04-17 Paul MarquessCompress::Zlib
2006-04-17 Andy Lesterpp_ctl.c caching
2006-04-17 Jarkko Hietaniemidooop.c: the strong asserts in Sv* macros could cause...
2006-04-17 Nicholas ClarkRevert 27856.
2006-04-17 Jarkko HietaniemiThe danger of piping an mbox to patch is that it contai...
2006-04-16 Dave Mitchellgeneralize the 'continue on success' mechanism of defer...
2006-04-16 Dave Mitchellabstract regmatch slab access with SLAB_FIRST and SLAB_...
2006-04-16 Dave Mitchellstop PL_op and PL_curpad referring to different pads...
2006-04-16 Nicholas ClarkFix bug introduced with change 27841. (len + 1, not...
2006-04-16 Nicholas ClarkCoverity is flagging a potential problem because it...
2006-04-16 Andy Lesterop.c patch, 2nd version
2006-04-16 Nicholas ClarkA scalar reference returned from a coderef in @INC...
2006-04-16 Jan Duboisremove some cruft from makedef.pl
2006-04-16 Jan Duboistestcase for change #27832
2006-04-16 Steve PetersStray pod/perlapi.pod change found after a regen.
2006-04-16 Andy Lesterdump.c patch redux
2006-04-16 Nicholas ClarkPerl_do_vop can profitably use Perl_sv_usepvn_flags...
2006-04-16 Nicholas ClarkIn Perl_sv_usepvn_flags, assert() that the caller has...
2006-04-16 Nicholas ClarkProvide a new flag for sv_usepvn_flags, SV_HAS_TRAILING...
2006-04-16 Nicholas ClarkMerge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags...
2006-04-16 Nicholas ClarkIn Perl_sv_usepvn(), force a move under DEBUGGING to...
2006-04-16 Nicholas ClarkFix htmllink.t to cater for the case where perladmin...
2006-04-16 Nicholas ClarkCoverity notes that we might be dereferencing fgv befor...
2006-04-16 Andy Lesterupdate to pp_complement() via Coverity
2006-04-16 Andy Lesterclean up hv_assert()
2006-04-16 Andy LesterRemoved unused var in a macro
2006-04-16 Jan DuboisChange anchor generation in Pod::Html for "=item item 2"
2006-04-16 Jan DuboisPod::Html::depod() doesn't work correctly for multi...
2006-04-16 Jan DuboisMissing part of change 25186
2006-04-16 Jan DuboisMissing part of change 25676
2006-04-15 bah@longitude.comHandle null io in leavewrite (not possible?) (Coverity)
next