This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2006-03-12 Steve PetersUpgrade to Module-Build-0.27_09
2006-03-11 Nicholas ClarkisSPACE('\0') is false, so can simplify the condition...
2006-03-11 Nicholas ClarkFix the last 2 perly.y specific parts of regen_perly...
2006-03-11 Nicholas ClarkNNs and NULLOKs for MAD's new functions.
2006-03-11 Steve PetersPerl_newWHILEOP() had exactly the same lack of a NULL...
2006-03-11 Steve PetersPossible NULL pointer reference found by Coverity checks.
2006-03-11 Steve PetersKeep from using a variable in S_my_kid() before it...
2006-03-11 Peter Prymmerperl@27437 fix File::Path::mkpath so that perl installs...
2006-03-11 Jan DuboisReapply change 24432
2006-03-11 Nicholas ClarkMissed the hunk that adds regen_madly.pl to the regen_p...
2006-03-11 Andy LesterSync up embed.fnc and doio.c
2006-03-11 Andy LesterLocalizing some vars in S_checkcomma
2006-03-11 Nicholas ClarkRemove the obsolete mad/P5RE.pm
2006-03-11 Craig A. Berrynull terminate command string -- broken in #27438
2006-03-10 Nicholas ClarkMove the 12 static MAD variables from toke.c into the...
2006-03-10 Nicholas ClarkRename the 12 static variables in toke.c to PL_*
2006-03-10 Nicholas Clarkgozer took over from gsar (some time ago).
2006-03-10 Nicholas ClarkAll the autogenerated files from change 27462.
2006-03-10 Nicholas ClarkMerge perly.y changes from 5.9.2 to now into madly.y.
2006-03-10 Nicholas ClarkTeaching embed.pl about conditional symbols is a TODO.
2006-03-10 Nicholas ClarkTweak change 27457 - make PL_lasttoke MAD only, but...
2006-03-10 Nicholas ClarkSummon constman! S_checkcomma now has all 3 arguments...
2006-03-10 Nicholas ClarkTease apart the keyword/subroutine test in S_checkcomma.
2006-03-10 Steve PetersMove PL_lasttoke out of its PERL_MAD define in intrpvar.h.
2006-03-09 Nicholas ClarkCorrect another gv_fetchpv() - it takes a bitmask of...
2006-03-09 Nicholas ClarkRemove two NEWSV()s in the non-ithread dump code that...
2006-03-09 Ronald J. KimballRe: [PATCH pod/perlfunc.pd] Re: truncate needs seek...
2006-03-09 Nicholas ClarkAdd the Perl 5 to Perl 5 convertor scripts.
2006-03-09 Nicholas ClarkSuperior *printf-fu lets us avoid modifying source...
2006-03-09 Nicholas ClarkAvoid scribbling on the passed in command line string...
2006-03-09 Nicholas Clark-Dmad works, albeit with some test failures:
2006-03-09 Nicholas ClarkOops. Failed to add madly.c
2006-03-09 Steve PetersThe Coverity audit is upset that the scream_olds variab...
2006-03-09 Nicholas ClarkAdd the madly parser. I believe that this is all the...
2006-03-09 Nicholas ClarkIt helps to run embed.pl in the correct directory....
2006-03-09 Nicholas ClarkThe remainder of the toke.c MAD changes. Now to investi...
2006-03-09 Nicholas ClarkAnother refactoring from Larry implicit in the MAD...
2006-03-09 Nicholas ClarkRefactoring from Larry implicit in the MAD patch.
2006-03-09 Nicholas ClarkReplace PL_nextval[PL_nexttoke].opval with the macro...
2006-03-09 Steve PetersNeed to update test count from change #27440.
2006-03-09 Steve Peterscroak in POSIX::sigaction() when passed a negative...
2006-03-09 Nicholas ClarkMAD changes for bare skipspace()
2006-03-09 John E. Malmbergpatch@27385 - VMS thread fixes (was: threads and VMS)
2006-03-09 Nicholas ClarkAdd the MAD change to perly.y, which brings a new PEG...
2006-03-09 Marcus Holland... Fix a memory leak in ck_grep(), spotted by coverity:
2006-03-09 Nicholas ClarkTweaking the order of op creation/op free in Perl_ck_re...
2006-03-09 Nicholas ClarkFix C99ism in dump.c
2006-03-09 Nicholas ClarkUnroll 27425 - keeping Larry's order in op.c means...
2006-03-09 Nicholas ClarkNote the weakref.t failure that commenting out this...
2006-03-09 Nicholas ClarkNote the cause of another MAD test failure - an explici...
2006-03-09 Nicholas ClarkBodge MAD code to get pack.t and ext/Encode/t/Encode...
2006-03-08 Nicholas ClarkMake MAD at least compile and link once more. Although...
2006-03-08 Nicholas ClarkFurther MAD changes.
2006-03-08 Nicholas ClarkOops. Didn't mean to commit 27426 to maint first. Integ...
2006-03-08 Nicholas ClarkThe last MAD change to op.c changes the pad offsets...
2006-03-08 Nicholas ClarkAlmost all the MAD changes for op.c
2006-03-08 Nicholas ClarkChange from Larry in the MAD code which seems to be...
2006-03-08 Nicholas ClarkMAD changes to dump.c
2006-03-08 Steve HayGet rid of unnecessary "rmdir /s" calls in Win32 makefiles
2006-03-08 Steve HaySort the ext/ and lib/ tests when running under t/harness
2006-03-08 Nicholas ClarkAdd MAD changes to pad code (new function Perl_pad_peg)
2006-03-08 Steve HayAdjust Win32 distclean as per changes #27411 and #27417
2006-03-08 Rafael Garcia... "make distclean" fix noticed by Steve Hay
2006-03-08 Steve HayCleanup Archive-Tar temporary test files
2006-03-08 Stephen McCamantRe: [perl #38684] O::Deparse not working as expected
2006-03-08 Andy LesterRemoved unused check and assignment in pp_hot.c
2006-03-08 Steve HayDon't try to export PL_madskills/PL_xmlfp when they...
2006-03-08 Steve HayComplete change #27407/27410 on Win32 and tidy up chang...
2006-03-08 Rafael Garcia... "make distclean" adjustments for the new Compress modules
2006-03-08 H.Merijn BrandBackport #27407
2006-03-07 Nicholas ClarkSome of the MAD structures in headers, plus PL_madskill...
2006-03-07 Nicholas ClarkAdd a Configure question for mad (Misc Attribute Decora...
2006-03-07 Nicholas ClarkTwo more TODOs for those with C knowledge.
2006-03-07 Nicholas ClarkRemove the #define - ARENASETS are always on now.
2006-03-07 Nicholas ClarkTPF++ # perlfoundation.org/gc/grants/2006-perl5-improve...
2006-03-07 Rafael Garcia... This looks like a memory leak.
2006-03-07 Rafael Garcia... $[ = 2 should not warn.
2006-03-07 Steve HayFix lib/Module/Build/t/compat.t
2006-03-07 Rafael Garcia... Make report on bad filenames easier to read
2006-03-07 Rafael Garcia... FAQ sync. (FAQ now moved to svn)
2006-03-07 Steve PetersUpgrade to PathTools-3.17
2006-03-06 Paul JohnsonRe: [PATCH] Removed a redundant o->op_type
2006-03-06 Marcus Holland... Don't free thread memory if PERL_DESTRUCT_LEVEL is...
2006-03-06 Nicholas ClarkUpdate David Dyck's e-mail address.
2006-03-06 Rafael Garcia... Add all new utilities in the perlutil man page.
2006-03-06 Yitzchak Scott... add Module::Build 0.27_08
2006-03-06 Rafael Garcia... Upgrade to Archive::Tar 1.29
2006-03-06 Rafael Garcia... Add and remove files forgotten in change #27384
2006-03-06 Peter PrymmerPATCH: 2 vms specific build files in perl @ 27383
2006-03-06 John E. MalmbergRe: threads and VMS
2006-03-06 Paul MarquessCompress::Zlib
2006-03-05 Nicholas ClarkChange 27380 (HEK into the IV union failed to convert...
2006-03-05 Nicholas ClarkPerl_gv_name_set should not leak the old HEK. Allow...
2006-03-05 Nicholas ClarkChange hv_name_set to take U32 length and flags parameters.
2006-03-05 Nicholas ClarkMove the GvNAME HEK into the IV union - every GV is...
2006-03-05 Nicholas ClarkUse a HEK to store the GV's name, rather than a malloc...
2006-03-05 Nicholas ClarkOnly #define PERL_DONT_CREATE_GVSV if it wasn't already...
2006-03-05 Nicholas ClarkProvide Perl_gv_name_set to replace LVALUE use of GvNAM...
2006-03-05 John E. MalmbergRe: threads and VMS
2006-03-04 John E. Malmbergpatch@27373 VMS build fix + more long pathname stuff
next