This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2008-01-24 Nicholas ClarkIn struct block_loop, merge itermax and iterlval into...
2008-01-24 Nicholas ClarkMerge CXt_LOOP_STACK's use of itermax for the reverse...
2008-01-24 Nicholas ClarkChange the context type of for ($a .. $b) to CXt_LOOP_L...
2008-01-24 Nicholas ClarkAvoid using cx->blk_loop.itermax when reverse iterating...
2008-01-24 Nicholas ClarkSplit out foreach iterations of temporary lists on...
2008-01-24 AbigailRegression tests for 'for reverse ..'
2008-01-24 Nicholas ClarkSplit CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR...
2008-01-23 Robin BarkerRE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary...
2008-01-23 Steve PetersUpdate uconfig.h to add USE_DTRACE back in.
2008-01-23 Nicholas ClarkOops, change 33049 really did need to update all the...
2008-01-23 Nicholas ClarkChange 33052 missed one Nullch. Oops.
2008-01-23 Nicholas ClarkPurge all use of Nullch in non-dual life modules.
2008-01-23 Nicholas ClarkDeprecate (and remove core use of ) Nullav, Nullcv...
2008-01-23 Nicholas ClarkComment change from 33009 that was actually in POD...
2008-01-23 Nicholas ClarkFix the misplaced warnings and failing tests caused...
2008-01-23 Nicholas ClarkTeach checkcfgvar.pl that : is also a comment character...
2008-01-23 H.Merijn BrandRe-generated sample files
2008-01-23 Nicholas Clarkcheckcfgvar.pl should also check Porting/config.sh...
2008-01-23 H.Merijn BrandThe return of USE_DTRACE
2008-01-23 Steve PetersRegen uconfig.h
2008-01-23 Steve PetersUpgrade to PathTools-3.27
2008-01-23 Steve PetersGet C++ compiles going on Solaris again.
2008-01-22 Andy DoughertyRe: Perl @ 32984 (also relevant to [perl #33849])
2008-01-22 H.Merijn BrandRegen. Lots of under-the-hood changes accumulated.
2008-01-22 Nicholas ClarkRemove code obsoleted by change 18.
2008-01-21 Nicholas ClarkEliminate the U8 sbu_once from struct subst, and shrink...
2008-01-21 Nicholas ClarkIn struct block_subst, access the member once via a...
2008-01-21 Nicholas ClarkIn pp_subst, rxtainted is not a boolean, as it stores...
2008-01-21 Nicholas ClarkTidy up context type flags.
2008-01-21 Jerry D. HeddenIgnore build dir when installing perl
2008-01-21 Nicholas ClarkIn struct block_eval, eliminate old_in_eval and old_op_...
2008-01-21 Nicholas ClarkIn struct block_eval, access the members old_in_eval...
2008-01-21 Nicholas ClarkIn struct block change blku_type from U8 to U16, and...
2008-01-21 Nicholas ClarkSqueeze the context type down to 4 bits, and move the...
2008-01-21 Rafael Garcia... When changing the op_ppaddr of an op, one must keep...
2008-01-21 Nicholas ClarkGive G_VOID, G_SCALAR and G_ARRAY the same numeric...
2008-01-21 Nicholas ClarkMore places that could be using G_WANT, not picked...
2008-01-21 Nicholas ClarkRemove hardcoded cop.h constants from APItest.pm :-(
2008-01-21 Nicholas ClarkChange the wantarray result from caller from IV to...
2008-01-21 Nicholas ClarkAdd a flag G_WANT, as a mask for the bits G_SCALAR...
2008-01-21 Nicholas ClarkEncode the G_* to OPf_WANT_* transform, the reverse...
2008-01-21 Nicholas ClarkChange the hasargs return value from caller from IV...
2008-01-20 Nicholas ClarkEliminate hasargs from structs block_sub and block_form...
2008-01-20 Nicholas ClarkIn struct block_sub and block_format, access the member...
2008-01-20 Nicholas ClarkMove retop first in structs block_sub, block_format...
2008-01-20 Nicholas ClarkEliminate label from struct block_loop, as it can be...
2008-01-20 Nicholas ClarkSplit struct block_sub into struct block_sub and struct...
2008-01-20 Nicholas ClarkIn Perl_cx_dup(), block copy the entire context stack...
2008-01-20 Nicholas ClarkExtend PUSHFORMAT() to take a second parameter to set...
2008-01-20 Nicholas ClarkFix (probable) bug-by-inspection - CxREALEVAL(), CxTRY...
2008-01-20 Nicholas ClarkIn struct block_loop access element label via the macro...
2008-01-19 Dave Mitchell[perl #49522] state variable not available
2008-01-18 Nicholas ClarkAvoid an unused argument in S_sv_2iuv_non_preserve...
2008-01-18 Nicholas ClarkNick's a muppet - "all" needs to remain the first real...
2008-01-18 Nicholas ClarkDon't create local variables validarg and fdscript...
2008-01-18 Nicholas ClarkThe suidscript argument to S_forbid_setid(), S_open_scr...
2008-01-18 Nicholas ClarkEliminate all PERL_UNUSED_ARG()s in S_validate_suid...
2008-01-18 Nicholas ClarkA target for sperl.i
2008-01-18 Nicholas ClarkChange 32997 missed one conditionally unused argument.
2008-01-18 Nicholas ClarkCollect all the S_validate_suid() unused argument logic...
2008-01-18 Nicholas ClarkRemove commented out declaration from S_validate_suid()
2008-01-18 Rafael Garcia... New tests for new ops. Most of them are TODO
2008-01-18 Nicholas ClarkRemove commented out code from S_validate_suid()
2008-01-18 Nicholas ClarkAdd Weed out needless PERL_UNUSED_ARG to perltodo....
2008-01-17 Nicholas Clarkwarn if ++ or -- are unable to change the value because...
2008-01-17 Steve PetersUpgrade to Math-Complex-1.47
2008-01-17 Nicholas ClarkGenerate the warnings masks programatically.
2008-01-17 Nicholas ClarkAdd a diagram for the 5.11 SV class structure, includin...
2008-01-16 AbigailDon't ask about a module when using -ok
2008-01-16 Rafael Garcia... A couple of POD fixes by Steven Schubiger
2008-01-15 Steve PetersThanks to Sébstien Aperghis-Tramoni's suggestion, ...
2008-01-15 Mashrab KuvatovBoolean priority bug, found by Mashrab Kuvatov:
2008-01-15 Jerry D. HeddenFix range operator
2008-01-14 Robin Barkerconsting IO.xs
2008-01-14 Rafael Garcia... When parsing LC_ALL or LANG to get the locale's encodin...
2008-01-14 Robin Barkerconsting
2008-01-14 H.Merijn BrandIntermediate update/regen in cleanup process, dtrace...
2008-01-13 Nicholas ClarkRe-order so that the !SvOK() case is last (which should...
2008-01-13 Steve PetersUpgrade to Math-Complex-1.44
2008-01-12 Nicholas ClarkFor 5.12: saner behaviour for `length`
2008-01-12 Nicholas ClarkFix bug whereby length on a tied scalar that returned...
2008-01-12 Andy ArmstrongRe: [PATCH] Stop DTrace config option looping in non...
2008-01-12 Jarkko Hietaniemitru64: poison stack, write protect string constants
2008-01-12 Craig A. BerryNit disabling dtrace on VMS (2 single quotes inside...
2008-01-12 Craig A. BerryDon't quote a whitespace-containing ABSPERL when the...
2008-01-11 Andy Armstrongsh doesn't know about !
2008-01-11 Nicholas ClarkWell, I know *something* passed make test from a clean...
2008-01-11 Nicholas Clarkassert that these are the regexps you were looking...
2008-01-11 Nicholas Clark__DATE__ and __TIME__ are both string literals, so...
2008-01-11 Nicholas ClarkPack the recycled pad offsets into an SV at PL_regex_pa...
2008-01-11 Nicholas ClarkRemove C variables (and a parameter!) now unused since...
2008-01-11 Nicholas ClarkNote the U8 sized space created by removing -P, and...
2008-01-11 Rafael Garcia... Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per...
2008-01-11 Rafael Garcia... Remove the -P switch
2008-01-11 Andy ArmstrongAdd dtrace support
2008-01-11 Nicholas ClarkRemove PM_GETRE_SAFE and PM_SETRE_SAFE as nothing uses...
2008-01-11 Nicholas ClarkRemove code that protected pp_qr against REGEXPs going...
2008-01-11 Nicholas ClarkREGEXPs are now stored directly in PL_regex_padav,...
2008-01-11 Rafael Garcia... Introduce macro PERL_MAX_SUB_DEPTH
2008-01-11 Rick DelaneyRe: [perl #49564] Re: MRO and av_clear
next