| Commit message (Expand) | Author | Age | Files | Lines |
* | In Perl_sv_utf8_upgrade_flags(), don't assume that the SV is well | Nicholas Clark | 2008-07-11 | 1 | -3/+11 |
* | Some more missing isGV_with_GP()s | Ben Morrow | 2008-06-28 | 1 | -13/+24 |
* | more incorrect variable reported in uninitialized value warnings | Dave Mitchell | 2008-06-24 | 1 | -0/+7 |
* | Incorrect variable reported in uninitialized value warning. | Dave Mitchell | 2008-06-22 | 1 | -2/+70 |
* | DEBUG_LEAKING_SCALARS wasn't reporting the correct line number | Dave Mitchell | 2008-05-18 | 1 | -5/+4 |
* | Call SvMAGICAL_off in mg_free | Bram | 2008-05-10 | 1 | -1/+0 |
* | Fix [perl #52740] crash when localizing a symtab entry | Rafael Garcia-Suarez | 2008-05-10 | 1 | -2/+4 |
* | Record-style reads in Perl_sv_gets have to be done with read(), not | Craig A. Berry | 2008-05-04 | 1 | -1/+10 |
* | Fix C portability nit found by Jerry D. Hedden. | Rafael Garcia-Suarez | 2008-04-11 | 1 | -1/+1 |
* | Double magic with '\&$x' | Vincent Pit | 2008-04-11 | 1 | -3/+5 |
* | In Perl_sv_grow(), no need to do PERL_STRLEN_ROUNDUP() if we have | Nicholas Clark | 2008-04-02 | 1 | -1/+1 |
* | Define sv_insert() as a wrapper to sv_insert_flags(), and move | Nicholas Clark | 2008-04-01 | 1 | -14/+4 |
* | Add the correct argument assertion macro to sv_insert_flags(). | Nicholas Clark | 2008-04-01 | 1 | -1/+2 |
* | Double magic with substr | Vincent Pit | 2008-03-31 | 1 | -2/+16 |
* | Fix compiler warning about comparison of pointer types. | Nicholas Clark | 2008-03-29 | 1 | -1/+3 |
* | do not use SVTYPEMASK to prevent cleaning of PL_fdpid and PL_strtab | Gerard Goossen | 2008-03-29 | 1 | -0/+2 |
* | Don't call S_utf8_mg_pos_cache_update(), and hence don't even create | Nicholas Clark | 2008-03-26 | 1 | -2/+4 |
* | Repeat change 33508 - change 33561 re-instated the mistake in change | Nicholas Clark | 2008-03-25 | 1 | -1/+1 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-25 | 1 | -9/+9 |
* | Double warning with perl -we '\&$x' | Vincent Pit | 2008-03-20 | 1 | -1/+1 |
* | Silence some warnings introduced by #33507 | Steve Hay | 2008-03-18 | 1 | -1/+1 |
* | Change 33507 had a const too far (Perl_mg_dup()'s mg is assigned to). | Nicholas Clark | 2008-03-13 | 1 | -1/+1 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-13 | 1 | -12/+14 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-12 | 1 | -14/+14 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-11 | 1 | -12/+13 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-11 | 1 | -18/+18 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-02 | 1 | -12/+12 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-02 | 1 | -11/+11 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-02 | 1 | -12/+14 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-01 | 1 | -9/+9 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-02-29 | 1 | -10/+10 |
* | Use malloc_good_size() to round up the size of requested arenas to the | Nicholas Clark | 2008-02-27 | 1 | -4/+13 |
* | Fix another Win32/VC6 compiler warning caused by #33231 | Steve Hay | 2008-02-27 | 1 | -1/+1 |
* | If the C library provides malloc_size(), we can use that in the same | Nicholas Clark | 2008-02-26 | 1 | -5/+5 |
* | In Perl_sv_usepvn_flags(), with MYMALLOC, use the actual malloc()ed | Nicholas Clark | 2008-02-26 | 1 | -3/+12 |
* | If we have malloced_size() available, then avoid rounding up the string | Nicholas Clark | 2008-02-26 | 1 | -7/+9 |
* | fix variable names in 'ununit var' warnings in evals | Dave Mitchell | 2008-02-22 | 1 | -0/+1 |
* | Fix Win32/VC6 compiler warnings caused by #33231 | Steve Hay | 2008-02-20 | 1 | -2/+2 |
* | Enable caching of strxfrm() results also for readonly SVs as | Marcus Holland-Moritz | 2008-02-18 | 1 | -5/+0 |
* | use svtype | Robin Barker | 2008-02-14 | 1 | -1/+1 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -7/+307 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-02-08 | 1 | -10/+10 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-02-07 | 1 | -11/+11 |
* | sv.c: consting | Steven Schubiger | 2008-02-04 | 1 | -8/+8 |
* | The layout for struct block_loop under ithreads can be simplified. | Nicholas Clark | 2008-01-26 | 1 | -7/+8 |
* | Investigation reveals that the work of restoring the iterator to the | Nicholas Clark | 2008-01-26 | 1 | -4/+2 |
* | Some code can be removed following change 33070. | Nicholas Clark | 2008-01-26 | 1 | -4/+6 |
* | Re: struct context now 12.5% smaller than 5.10 | Benjamin Smith | 2008-01-26 | 1 | -7/+10 |
* | PVIOs don't need space for SvNVX allocated. | Nicholas Clark | 2008-01-25 | 1 | -2/+3 |
* | In struct block_loop, merge itermax and iterlval into a union | Nicholas Clark | 2008-01-24 | 1 | -2/+3 |