| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rxres_free() and rxres_restore() are only used in pp_ctl.c, so can be | Nicholas Clark | 2008-11-26 | 1 | -4/+4 |
* | Rename PL_breakable_sub_generation to PL_breakable_sub_gen, to please | Nicholas Clark | 2008-11-18 | 1 | -2/+2 |
* | Use only unsigned ints for comparisons to PL_breakable_sub_generation | Rafael Garcia-Suarez | 2008-11-18 | 1 | -2/+2 |
* | Rafael noticed a bug in 34873 - I was comparing against the wrong | Nicholas Clark | 2008-11-18 | 1 | -1/+1 |
* | S_save_lines() was using strchr() when it should have been using | Nicholas Clark | 2008-11-17 | 1 | -1/+1 |
* | No need to str*cpy() a string of known fixed length ("_<(eval )") when | Nicholas Clark | 2008-11-17 | 1 | -5/+8 |
* | Fix the bug introduced with MRO, whereby the internals were not saving | Nicholas Clark | 2008-11-17 | 1 | -1/+1 |
* | Integrate: | Nicholas Clark | 2008-11-16 | 1 | -1/+1 |
* | Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set. | Marcus Holland-Moritz | 2008-11-08 | 1 | -3/+3 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -6/+8 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -1/+2 |
* | Add a flag PERLDBf_SAVESRC, which enables the saved lines part of | Nicholas Clark | 2008-11-01 | 1 | -2/+3 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -6/+6 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -17/+17 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -3/+3 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -16/+16 |
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -3/+3 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -16/+16 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Make format items @* and ^* work with references (safely). Note no-one | Nicholas Clark | 2008-07-13 | 1 | -3/+2 |
* | For cases FF_LINESNGL and FF_LINEGLOB in pp_formline, take great care | Nicholas Clark | 2008-07-13 | 1 | -15/+45 |
* | Regression tests for, and fix quite a lot of bugs in, cases FF_LINESNGL | Nicholas Clark | 2008-07-11 | 1 | -5/+5 |
* | Simplify code in pp_formline, removing a goto and localising and | Nicholas Clark | 2008-07-11 | 1 | -5/+1 |
* | Some more missing isGV_with_GP()s | Ben Morrow | 2008-06-28 | 1 | -2/+2 |
* | Rename the new macro clear_errsv() from last patch to CLEAR_ERRSV() | Rafael Garcia-Suarez | 2008-06-17 | 1 | -9/+7 |
* | [perl #51370] length($@)>0 for empty $@ if utf8 is in use | Bram | 2008-06-17 | 1 | -9/+13 |
* | ~~ with non-overloaded objects | Vincent Pit | 2008-05-02 | 1 | -0/+8 |
* | Revert change #26334, which was introducing too many bugs | Rafael Garcia-Suarez | 2008-04-15 | 1 | -1/+0 |
* | Replace all remaining accesses to COP's cop_label with CopLABEL(). | Nicholas Clark | 2008-04-06 | 1 | -1/+1 |
* | The offset for pos is stored as bytes, and converted to (Unicode) | Nicholas Clark | 2008-03-26 | 1 | -5/+1 |
* | Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?) | Vincent Pit | 2008-02-23 | 1 | -0/+13 |
* | Correctly reference count the hints hash | Rafael Garcia-Suarez | 2008-02-16 | 1 | -1/+4 |
* | Re: [perl #50706] %^H affecting outside file scopes | Rick Delaney | 2008-02-14 | 1 | -0/+2 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -1/+39 |
* | Micro-optimise the order of the context types. [Because I can :-)] | Nicholas Clark | 2008-02-04 | 1 | -5/+8 |
* | Nicer fix than #33106 (thanks to Nicholas Clark) | Steve Hay | 2008-01-29 | 1 | -4/+1 |
* | Fix Win32 compiler warnings introduced by #33081 and #33085 | Steve Hay | 2008-01-29 | 1 | -1/+4 |
* | The third argument of PUSHEVAL was never used by anything. Ever. | Nicholas Clark | 2008-01-28 | 1 | -4/+4 |
* | The layout for struct block_loop under ithreads can be simplified. | Nicholas Clark | 2008-01-26 | 1 | -6/+5 |
* | Investigation reveals that the work of restoring the iterator to the | Nicholas Clark | 2008-01-26 | 1 | -2/+1 |
* | Some code can be removed following change 33070. | Nicholas Clark | 2008-01-26 | 1 | -2/+1 |
* | Re: struct context now 12.5% smaller than 5.10 | Benjamin Smith | 2008-01-26 | 1 | -23/+35 |
* | Using PL_sv_no in place of any !SvOK() maximum removes a little bit of | Nicholas Clark | 2008-01-25 | 1 | -0/+8 |
* | Silence "possible data loss" warning. | Nicholas Clark | 2008-01-25 | 1 | -1/+1 |
* | In struct block_loop, merge itermax and iterlval into a union | Nicholas Clark | 2008-01-24 | 1 | -4/+3 |
* | Merge CXt_LOOP_STACK's use of itermax for the reverse minimum with | Nicholas Clark | 2008-01-24 | 1 | -6/+5 |
* | Change the context type of for ($a .. $b) to CXt_LOOP_LAZYIV, and | Nicholas Clark | 2008-01-24 | 1 | -1/+12 |
* | Avoid using cx->blk_loop.itermax when reverse iterating an array. | Nicholas Clark | 2008-01-24 | 1 | -1/+1 |
* | Split out foreach iterations of temporary lists on the stack to | Nicholas Clark | 2008-01-24 | 1 | -2/+10 |
* | Split CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR, eliminating the | Nicholas Clark | 2008-01-24 | 1 | -14/+23 |