2008-01-21 |
Jerry D. Hedden | Ignore build dir when installing perl |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark | In struct block_eval, eliminate old_in_eval and old_op_... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark | In struct block_eval, access the members old_in_eval... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark | In struct block change blku_type from U8 to U16, and... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark | Squeeze the context type down to 4 bits, and move the... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Rafael Garcia... | When changing the op_ppaddr of an op, one must keep... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark | Give G_VOID, G_SCALAR and G_ARRAY the same numeric... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark | More places that could be using G_WANT, not picked... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark | Remove hardcoded cop.h constants from APItest.pm :-( |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark | Change the wantarray result from caller from IV to... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark | Add a flag G_WANT, as a mask for the bits G_SCALAR... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark | Encode the G_* to OPf_WANT_* transform, the reverse... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark | Change the hasargs return value from caller from IV... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark | Eliminate hasargs from structs block_sub and block_form... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark | In struct block_sub and block_format, access the member... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark | Move retop first in structs block_sub, block_format... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark | Eliminate label from struct block_loop, as it can be... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark | Split struct block_sub into struct block_sub and struct... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark | In Perl_cx_dup(), block copy the entire context stack... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark | Extend PUSHFORMAT() to take a second parameter to set... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark | Fix (probable) bug-by-inspection - CxREALEVAL(), CxTRY... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark | In struct block_loop access element label via the macro... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Dave Mitchell | [perl #49522] state variable not available |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Nicholas Clark | Avoid an unused argument in S_sv_2iuv_non_preserve... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Nicholas Clark | Nick's a muppet - "all" needs to remain the first real... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Nicholas Clark | Don't create local variables validarg and fdscript... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Nicholas Clark | The suidscript argument to S_forbid_setid(), S_open_scr... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Nicholas Clark | Eliminate all PERL_UNUSED_ARG()s in S_validate_suid... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Nicholas Clark | A target for sperl.i |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Nicholas Clark | Change 32997 missed one conditionally unused argument. |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Nicholas Clark | Collect all the S_validate_suid() unused argument logic... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Nicholas Clark | Remove commented out declaration from S_validate_suid() |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Rafael Garcia... | New tests for new ops. Most of them are TODO |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Nicholas Clark | Remove commented out code from S_validate_suid() |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Nicholas Clark | Add Weed out needless PERL_UNUSED_ARG to perltodo.... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Nicholas Clark | warn if ++ or -- are unable to change the value because... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Steve Peters | Upgrade to Math-Complex-1.47 |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Nicholas Clark | Generate the warnings masks programatically. |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Nicholas Clark | Add a diagram for the 5.11 SV class structure, includin... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Abigail | Don't ask about a module when using -ok |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Rafael Garcia... | A couple of POD fixes by Steven Schubiger |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Steve Peters | Thanks to Sébstien Aperghis-Tramoni's suggestion, ... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Mashrab Kuvatov | Boolean priority bug, found by Mashrab Kuvatov: |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Jerry D. Hedden | Fix range operator |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Robin Barker | consting IO.xs |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Rafael Garcia... | When parsing LC_ALL or LANG to get the locale's encodin... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Robin Barker | consting |
commit | commitdiff | tree | snapshot |
2008-01-14 |
H.Merijn Brand | Intermediate update/regen in cleanup process, dtrace... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Nicholas Clark | Re-order so that the !SvOK() case is last (which should... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Steve Peters | Upgrade to Math-Complex-1.44 |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Nicholas Clark | For 5.12: saner behaviour for `length` |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Nicholas Clark | Fix bug whereby length on a tied scalar that returned... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Andy Armstrong | Re: [PATCH] Stop DTrace config option looping in non... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Jarkko Hietaniemi | tru64: poison stack, write protect string constants |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Craig A. Berry | Nit disabling dtrace on VMS (2 single quotes inside... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Craig A. Berry | Don't quote a whitespace-containing ABSPERL when the... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Andy Armstrong | sh doesn't know about ! |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Nicholas Clark | Well, I know *something* passed make test from a clean... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Nicholas Clark | assert that these are the regexps you were looking... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Nicholas Clark | __DATE__ and __TIME__ are both string literals, so... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Nicholas Clark | Pack the recycled pad offsets into an SV at PL_regex_pa... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Nicholas Clark | Remove C variables (and a parameter!) now unused since... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Nicholas Clark | Note the U8 sized space created by removing -P, and... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Rafael Garcia... | Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Rafael Garcia... | Remove the -P switch |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Andy Armstrong | Add dtrace support |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Nicholas Clark | Remove PM_GETRE_SAFE and PM_SETRE_SAFE as nothing uses... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Nicholas Clark | Remove code that protected pp_qr against REGEXPs going... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Nicholas Clark | REGEXPs are now stored directly in PL_regex_padav,... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Rafael Garcia... | Introduce macro PERL_MAX_SUB_DEPTH |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Rick Delaney | Re: [perl #49564] Re: MRO and av_clear |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Robin Barker | From: "Robin Barker" <Robin.Barker@npl.co.uk> |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Robin Barker | From: "Robin Barker" <Robin.Barker@npl.co.uk> |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Paul Johnson | [DOC PATCH] was Re: things deprecated for removal in... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark | Better descriptions for PL_regex_pad and PL_regex_padav. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark | Real regexps are stored via RVs, IVs can only mean... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark | Change 32899 missed undoing the reference count increas... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark | Reverse the TODOs on t/op/regexp_qr_embed_thr.t - they... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark | Un-TODO (and un-SKIP) tests in t/op/pat_thr.t that... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark | It seems that you don't need to reference count PL_reg_... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark | The correct solution is to reference count the regexp... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark | Ensure DEBUG_LEAKING_SCALARS_ABORT can't be circumvente... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark | Fix bug picked up by printf format warnings - a cast... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Ævar Arnfjörð... | Move the reg_stringify logic to Perl_sv_2pv_flags |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Dave Mitchell | seen_eval regex field wasn't getting cloned |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nicholas Clark | Fix the bug introduced by the bug fix of change 30755. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nicholas Clark | Variants of several regression tests that run the actul... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nicholas Clark | grep the MANIFEST to avoid having hard coded numbers... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Steve Peters | Upgrade to Math-Complex-1.43 |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Steve Peters | Only code paths in hv_store either XSRETURN_NO or XSRET... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
H.Merijn Brand | Intermediate re-gen for AndyA's dtrace work. More to... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Marcus Holland... | Re: [PATCH] Exclude .svn and _darcs from IPC::SysV... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Steve Hay | Fix prototype in regexp code following #32851, and... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Rafael Garcia... | Revert change #32920, since it was solved another way... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Marcus Holland... | refactor PL_opargs generation in opcode.pl and fix... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Robin Barker | RE: compile warnings w/ PM_SETRE and ReREFCNT_inc |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nicholas Clark | Add DEBUG_LEAKING_SCALARS_ABORT, to call abort() if... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Rafael Garcia... | Add a few =cuts (so configpm is displayed mostly correctly |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Rafael Garcia... | Fix leak introduced by change #32873, thanks to Nicholas |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nicholas Clark | 1e4 isn't large enough with 16 byte long doubles (at... |
commit | commitdiff | tree | snapshot |
next |