p5sagit/p5-mst-13.2.git
2008-01-26 Nicholas Clark As itersave points to the initial CxITERVAR(), and...
2008-01-26 Nicholas Clark Restore the else block accidently eaten by change 33074.
2008-01-26 Nicholas Clark In POPLOOP, if CxITERVAR(cx) is non-NULL, then so is...
2008-01-26 Nicholas Clark Some code can be removed following change 33070.
2008-01-26 Nicholas Clark Eliminate the OP_SETSTATE, which had been disabled...
2008-01-26 Nicholas Clark Change 33069 missed updating dump.c to dump PVIOs corre...
2008-01-26 Benjamin Smith Re: struct context now 12.5% smaller than 5.10
2008-01-25 Nicholas Clark PVIOs don't need space for SvNVX allocated.
2008-01-25 Nicholas Clark Using PL_sv_no in place of any !SvOK() maximum removes...
2008-01-25 Nicholas Clark Silence "possible data loss" warning.
2008-01-25 Jan Dubois socketpair() *is* available on Win32
2008-01-24 Nicholas Clark Don't warn about imprecision when decrementing IV_MIN.
2008-01-24 Robin Barker ... and the rest; was RE: unnecessary define
2008-01-24 Nicholas Clark In struct block_loop, merge itermax and iterlval into...
2008-01-24 Nicholas Clark Merge CXt_LOOP_STACK's use of itermax for the reverse...
2008-01-24 Nicholas Clark Change the context type of for ($a .. $b) to CXt_LOOP_L...
2008-01-24 Nicholas Clark Avoid using cx->blk_loop.itermax when reverse iterating...
2008-01-24 Nicholas Clark Split out foreach iterations of temporary lists on...
2008-01-24 Abigail Regression tests for 'for reverse ..'
2008-01-24 Nicholas Clark Split CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR...
2008-01-23 Robin Barker RE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary...
2008-01-23 Steve Peters Update uconfig.h to add USE_DTRACE back in.
2008-01-23 Nicholas Clark Oops, change 33049 really did need to update all the...
2008-01-23 Nicholas Clark Change 33052 missed one Nullch. Oops.
2008-01-23 Nicholas Clark Purge all use of Nullch in non-dual life modules.
2008-01-23 Nicholas Clark Deprecate (and remove core use of ) Nullav, Nullcv...
2008-01-23 Nicholas Clark Comment change from 33009 that was actually in POD...
2008-01-23 Nicholas Clark Fix the misplaced warnings and failing tests caused...
2008-01-23 Nicholas Clark Teach checkcfgvar.pl that : is also a comment character...
2008-01-23 H.Merijn Brand Re-generated sample files
2008-01-23 Nicholas Clark checkcfgvar.pl should also check Porting/config.sh...
2008-01-23 H.Merijn Brand The return of USE_DTRACE
2008-01-23 Steve Peters Regen uconfig.h
2008-01-23 Steve Peters Upgrade to PathTools-3.27
2008-01-23 Steve Peters Get C++ compiles going on Solaris again.
2008-01-22 Andy Dougherty Re: Perl @ 32984 (also relevant to [perl #33849])
2008-01-22 H.Merijn Brand Regen. Lots of under-the-hood changes accumulated.
2008-01-22 Nicholas Clark Remove code obsoleted by change 18.
2008-01-21 Nicholas Clark Eliminate the U8 sbu_once from struct subst, and shrink...
2008-01-21 Nicholas Clark In struct block_subst, access the member once via a...
2008-01-21 Nicholas Clark In pp_subst, rxtainted is not a boolean, as it stores...
2008-01-21 Nicholas Clark Tidy up context type flags.
2008-01-21 Jerry D. Hedden Ignore build dir when installing perl
2008-01-21 Nicholas Clark In struct block_eval, eliminate old_in_eval and old_op_...
2008-01-21 Nicholas Clark In struct block_eval, access the members old_in_eval...
2008-01-21 Nicholas Clark In struct block change blku_type from U8 to U16, and...
2008-01-21 Nicholas Clark Squeeze 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 Clark Give G_VOID, G_SCALAR and G_ARRAY the same numeric...
2008-01-21 Nicholas Clark More places that could be using G_WANT, not picked...
2008-01-21 Nicholas Clark Remove hardcoded cop.h constants from APItest.pm :-(
2008-01-21 Nicholas Clark Change the wantarray result from caller from IV to...
2008-01-21 Nicholas Clark Add a flag G_WANT, as a mask for the bits G_SCALAR...
2008-01-21 Nicholas Clark Encode the G_* to OPf_WANT_* transform, the reverse...
2008-01-21 Nicholas Clark Change the hasargs return value from caller from IV...
2008-01-20 Nicholas Clark Eliminate hasargs from structs block_sub and block_form...
2008-01-20 Nicholas Clark In struct block_sub and block_format, access the member...
2008-01-20 Nicholas Clark Move retop first in structs block_sub, block_format...
2008-01-20 Nicholas Clark Eliminate label from struct block_loop, as it can be...
2008-01-20 Nicholas Clark Split struct block_sub into struct block_sub and struct...
2008-01-20 Nicholas Clark In Perl_cx_dup(), block copy the entire context stack...
2008-01-20 Nicholas Clark Extend PUSHFORMAT() to take a second parameter to set...
2008-01-20 Nicholas Clark Fix (probable) bug-by-inspection - CxREALEVAL(), CxTRY...
2008-01-20 Nicholas Clark In struct block_loop access element label via the macro...
2008-01-19 Dave Mitchell [perl #49522] state variable not available
2008-01-18 Nicholas Clark Avoid an unused argument in S_sv_2iuv_non_preserve...
2008-01-18 Nicholas Clark Nick's a muppet - "all" needs to remain the first real...
2008-01-18 Nicholas Clark Don't create local variables validarg and fdscript...
2008-01-18 Nicholas Clark The suidscript argument to S_forbid_setid(), S_open_scr...
2008-01-18 Nicholas Clark Eliminate all PERL_UNUSED_ARG()s in S_validate_suid...
2008-01-18 Nicholas Clark A target for sperl.i
2008-01-18 Nicholas Clark Change 32997 missed one conditionally unused argument.
2008-01-18 Nicholas Clark Collect all the S_validate_suid() unused argument logic...
2008-01-18 Nicholas Clark Remove 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 Clark Remove commented out code from S_validate_suid()
2008-01-18 Nicholas Clark Add Weed out needless PERL_UNUSED_ARG to perltodo....
2008-01-17 Nicholas Clark warn if ++ or -- are unable to change the value because...
2008-01-17 Steve Peters Upgrade to Math-Complex-1.47
2008-01-17 Nicholas Clark Generate the warnings masks programatically.
2008-01-17 Nicholas Clark Add a diagram for the 5.11 SV class structure, includin...
2008-01-16 Abigail Don'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 Peters Thanks to Sébstien Aperghis-Tramoni's suggestion, ...
2008-01-15 Mashrab Kuvatov Boolean priority bug, found by Mashrab Kuvatov:
2008-01-15 Jerry D. Hedden Fix range operator
2008-01-14 Robin Barker consting IO.xs
2008-01-14 Rafael Garcia... When parsing LC_ALL or LANG to get the locale's encodin...
2008-01-14 Robin Barker consting
2008-01-14 H.Merijn Brand Intermediate update/regen in cleanup process, dtrace...
2008-01-13 Nicholas Clark Re-order so that the !SvOK() case is last (which should...
2008-01-13 Steve Peters Upgrade to Math-Complex-1.44
2008-01-12 Nicholas Clark For 5.12: saner behaviour for `length`
2008-01-12 Nicholas Clark Fix bug whereby length on a tied scalar that returned...
2008-01-12 Andy Armstrong Re: [PATCH] Stop DTrace config option looping in non...
2008-01-12 Jarkko Hietaniemi tru64: poison stack, write protect string constants
2008-01-12 Craig A. Berry Nit disabling dtrace on VMS (2 single quotes inside...
2008-01-12 Craig A. Berry Don't quote a whitespace-containing ABSPERL when the...
2008-01-11 Andy Armstrong sh doesn't know about !
2008-01-11 Nicholas Clark Well, I know *something* passed make test from a clean...
next