| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence some g++ compiler warnings | Karl Williamson | 2012-12-09 | 1 | -2/+2 |
* | pp_goto: Call get-magic before choosing goto type | Father Chrysostomos | 2012-12-05 | 1 | -1/+2 |
* | New COW mechanism | Father Chrysostomos | 2012-11-27 | 1 | -5/+5 |
* | prevent multiple evaluations of ERRSV | Daniel Dragan | 2012-11-23 | 1 | -6/+10 |
* | [perl #115742] Push a new pad for recursive DB::DB | Father Chrysostomos | 2012-11-15 | 1 | -1/+5 |
* | Silence two build warnings on systems where ivsize > ptrsize. | Eric Brine\" (via RT) | 2012-11-13 | 1 | -1/+1 |
* | Prune dead code in pp_ctl.c:pp_goto | Father Chrysostomos | 2012-11-13 | 1 | -5/+0 |
* | Stop goto &sub from leaking when it croaks | Father Chrysostomos | 2012-11-13 | 1 | -0/+7 |
* | pv->pvn for literals in pp_require and Perl_sv_derived_from_pvn | Daniel Dragan | 2012-11-12 | 1 | -1/+1 |
* | [perl #43077] Make goto &sub leave @_ alone | Father Chrysostomos | 2012-11-11 | 1 | -55/+41 |
* | Add C define to remove taint support from perl | Steffen Mueller | 2012-11-05 | 1 | -9/+11 |
* | Stop require nonexistent::module from leaking | Father Chrysostomos | 2012-11-04 | 1 | -1/+1 |
* | Stop string eval from leaking ops | Father Chrysostomos | 2012-11-02 | 1 | -1/+0 |
* | Allow regexp-to-pvlv assignment | Father Chrysostomos | 2012-10-30 | 1 | -1/+1 |
* | Used pad name lists for pad ids | Father Chrysostomos | 2012-10-16 | 1 | -1/+2 |
* | Handle cow $_ in @INC filter | Father Chrysostomos | 2012-10-12 | 1 | -0/+1 |
* | Don’t taint return value of s///e based on replacement | Father Chrysostomos | 2012-10-11 | 1 | -0/+1 |
* | Suggest cause of error requiring .pm file. | Paul Johnson | 2012-09-30 | 1 | -8/+22 |
* | Don’t crash with existent but undefined &DB::DB | Father Chrysostomos | 2012-09-24 | 1 | -1/+1 |
* | [perl #97958] Make reset "" match its docs | Father Chrysostomos | 2012-09-24 | 1 | -3/+7 |
* | don't crash with -d if DB::DB is seen but not defined [perl #114990] | Jesse Luehrs | 2012-09-24 | 1 | -1/+4 |
* | pp_ctl.c:caller: Remove obsolete comment | Father Chrysostomos | 2012-09-14 | 1 | -3/+0 |
* | Make (caller $n)[9] respect std warnings | Father Chrysostomos | 2012-09-14 | 1 | -2/+3 |
* | Fix buggy -DPERL_POISON code in S_rxres_free(), exposed by a recent test. | Nicholas Clark | 2012-09-14 | 1 | -10/+14 |
* | fix s/(.)/die/e | David Mitchell | 2012-09-08 | 1 | -1/+2 |
* | tidy up patten match copying code | David Mitchell | 2012-09-08 | 1 | -3/+1 |
* | Don't copy all of the match string buffer | David Mitchell | 2012-09-08 | 1 | -5/+8 |
* | "loading-file" and "loaded-file" DTrace probes | Shawn M Moore | 2012-08-28 | 1 | -0/+4 |
* | Stop (caller $n)[6] from including final "\n;" | Father Chrysostomos | 2012-08-27 | 1 | -1/+3 |
* | Fix format closure bug with redefined outer sub | Father Chrysostomos | 2012-08-21 | 1 | -6/+7 |
* | Use PADLIST in more places | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -57/+57 |
* | pp_ctl.c:pp_dbstate: Don’t adjust CvDEPTH for XSUBs | Father Chrysostomos | 2012-08-17 | 1 | -2/+0 |
* | pp_require thread safety for VMS. | Craig A. Berry | 2012-08-10 | 1 | -3/+8 |
* | [perl #114020, #90018, #53186] Make given alias $_ | Father Chrysostomos | 2012-08-01 | 1 | -2/+9 |
* | Avoid reading before the buffer start when generating errors from require. | Nicholas Clark | 2012-08-01 | 1 | -2/+2 |
* | [perl #113684] Make redo/last/next/dump accept expr | Father Chrysostomos | 2012-07-27 | 1 | -63/+47 |
* | Magic flags harmonization. | Chip Salzenberg | 2012-07-15 | 1 | -4/+4 |
* | silence compiler warning - casting void* to IV | Robin Barker | 2012-07-13 | 1 | -1/+1 |
* | fix 64-bit compiler warning | Jesse Luehrs | 2012-07-02 | 1 | -1/+1 |
* | Use find_runcv_where for pp_coreargs and pp_runcv | Father Chrysostomos | 2012-07-02 | 1 | -0/+4 |
* | Make formats close over the right closure | Father Chrysostomos | 2012-06-29 | 1 | -4/+20 |
* | Define cv_forget_slab under PL_OP_SLAB_ALLOC | Father Chrysostomos | 2012-06-29 | 1 | -4/+0 |
* | CV-based slab allocation for ops | Father Chrysostomos | 2012-06-29 | 1 | -0/+6 |
* | fix memory leak in @INC filters that die [perl #92252] | Jesse Luehrs | 2012-06-26 | 1 | -4/+13 |
* | RT#113730 - $@ should be cleared on "do" IO error. | Eric Brine | 2012-06-20 | 1 | -0/+1 |
* | ensure correctness if sv_2mortal modifies errno | Jesse Luehrs | 2012-06-17 | 1 | -2/+4 |
* | require should die if a file exists but can't be read. | Brian Fraser | 2012-06-17 | 1 | -5/+10 |
* | Use assertions for /* NOT REACHED */ | Father Chrysostomos | 2012-06-15 | 1 | -6/+6 |
* | make calling of /(?{}) code blocks correct | David Mitchell | 2012-06-13 | 1 | -1/+1 |