| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code. | Nicholas Clark | 2009-04-27 | 1 | -4/+0 |
* | Bump copyright year after previous change | Rafael Garcia-Suarez | 2009-01-02 | 1 | -1/+1 |
* | [perl #54956] crash on binary-or lvalue operation on qr// | Ben Morrow | 2009-01-02 | 1 | -1/+7 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -1/+3 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -3/+3 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -7/+7 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -4/+4 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -2/+2 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -6/+6 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Re: [PATCH] Double magic with chop | Vincent Pit | 2008-05-15 | 1 | -1/+1 |
* | count-only transliteration needlessly makes copy-on-write | Yitzchak Scott-Thoennes | 2008-03-10 | 1 | -2/+2 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -6/+31 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -2/+2 |
* | Consting dump.c | Andy Lester | 2007-05-25 | 1 | -1/+1 |
* | make tr/// threadsafe by moving swash into pad | Dave Mitchell | 2007-01-12 | 1 | -3/+18 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -2/+1 |
* | Re: [perl #41065] Out of memory!, while extending scalar | Marcus Holland-Moritz | 2006-12-11 | 1 | -14/+23 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -1/+4 |
* | dump.c patches | Andy Lester | 2006-06-07 | 1 | -3/+3 |
* | do_vop() couldn't correctly handle surprises from UTF-8 overloading. | Nicholas Clark | 2006-04-30 | 1 | -6/+25 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -80/+80 |
* | doop.c consting, take 2 | Andy Lester | 2006-04-24 | 1 | -73/+64 |
* | Replace some Copy() by Move() calls, because valgrind reports | Rafael Garcia-Suarez | 2006-04-19 | 1 | -3/+3 |
* | Coverity still thinks that there is a route through do_vop that can | Nicholas Clark | 2006-04-18 | 1 | -0/+5 |
* | dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move ... | Jarkko Hietaniemi | 2006-04-17 | 1 | -2/+2 |
* | Revert 27856. | Nicholas Clark | 2006-04-17 | 1 | -14/+5 |
* | The danger of piping an mbox to patch is that it contains more than | Jarkko Hietaniemi | 2006-04-17 | 1 | -5/+14 |
* | Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it has | Nicholas Clark | 2006-04-16 | 1 | -1/+1 |
* | doop.c: (Coverity) found a bug but not quite what Coverity thought it did (tr... | Jarkko Hietaniemi | 2006-04-14 | 1 | -7/+13 |
* | Re: [perl #38293] chr(65535) should be allowed in regexes | SADAHIRO Tomoyuki | 2006-04-02 | 1 | -5/+7 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -1/+1 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -1/+1 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -3/+3 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -1/+1 |
* | hv_fetchs() support | Andy Lester | 2006-01-06 | 1 | -5/+5 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+15 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+1 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -1/+2 |
* | pre-likely cleanup | Andy Lester | 2005-12-27 | 1 | -14/+19 |
* | Fix for [perl #37999] lc() + Latin-1 chars is failing erratically | Rafael Garcia-Suarez | 2005-12-21 | 1 | -0/+7 |
* | Re: [perl #37616] Bug in &= (string) and/or m// | SADAHIRO Tomoyuki | 2005-11-15 | 1 | -1/+2 |
* | Const & local: Special Victims Unit | Andy Lester | 2005-11-11 | 1 | -3/+3 |
* | Etta James presents: More consting | Andy Lester | 2005-10-31 | 1 | -17/+17 |
* | Remove the last STRLEN n_a;s that my compiler can reach. | Nicholas Clark | 2005-09-21 | 1 | -2/+1 |
* | Re: [perl #36569] chop fails on decoded string with trailing nul | SADAHIRO Tomoyuki | 2005-07-16 | 1 | -1/+1 |
* | Making my way thru embed.fnc | Andy Lester | 2005-07-10 | 1 | -3/+3 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -6/+6 |
* | The continuing adventures of Constman and Localize Boy | Andy Lester | 2005-06-20 | 1 | -10/+11 |