2008-04-11 |
Vincent Pit |
Double magic with '\&$x' |
blob | commitdiff |
2008-04-02 |
Nicholas Clark |
In Perl_sv_grow(), no need to do PERL_STRLEN_ROUNDUP... |
blob | commitdiff | diff to current |
2008-04-01 |
Nicholas Clark |
Define sv_insert() as a wrapper to sv_insert_flags... |
blob | commitdiff | diff to current |
2008-04-01 |
Nicholas Clark |
Add the correct argument assertion macro to sv_insert_f... |
blob | commitdiff | diff to current |
2008-03-31 |
Vincent Pit |
Double magic with substr |
blob | commitdiff | diff to current |
2008-03-29 |
Nicholas Clark |
Fix compiler warning about comparison of pointer types. |
blob | commitdiff | diff to current |
2008-03-29 |
Gerard Goossen |
do not use SVTYPEMASK to prevent cleaning of PL_fdpid... |
blob | commitdiff | diff to current |
2008-03-26 |
Nicholas Clark |
Don't call S_utf8_mg_pos_cache_update(), and hence... |
blob | commitdiff | diff to current |
2008-03-25 |
Nicholas Clark |
Repeat change 33508 - change 33561 re-instated the... |
blob | commitdiff | diff to current |
2008-03-25 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-20 |
Vincent Pit |
Double warning with perl -we '\&$x' |
blob | commitdiff | diff to current |
2008-03-18 |
Steve Hay |
Silence some warnings introduced by #33507 |
blob | commitdiff | diff to current |
2008-03-13 |
Nicholas Clark |
Change 33507 had a const too far (Perl_mg_dup()'s mg... |
blob | commitdiff | diff to current |
2008-03-13 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-12 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-11 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-11 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-02 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-02 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-02 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-01 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-02-29 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-02-27 |
Nicholas Clark |
Use malloc_good_size() to round up the size of requeste... |
blob | commitdiff | diff to current |
2008-02-27 |
Steve Hay |
Fix another Win32/VC6 compiler warning caused by #33231 |
blob | commitdiff | diff to current |
2008-02-26 |
Nicholas Clark |
If the C library provides malloc_size(), we can use... |
blob | commitdiff | diff to current |
2008-02-26 |
Nicholas Clark |
In Perl_sv_usepvn_flags(), with MYMALLOC, use the actua... |
blob | commitdiff | diff to current |
2008-02-26 |
Nicholas Clark |
If we have malloced_size() available, then avoid roundi... |
blob | commitdiff | diff to current |
2008-02-22 |
Dave Mitchell |
fix variable names in 'ununit var' warnings in evals |
blob | commitdiff | diff to current |
2008-02-20 |
Steve Hay |
Fix Win32/VC6 compiler warnings caused by #33231 |
blob | commitdiff | diff to current |
2008-02-18 |
Marcus Holland-Moritz |
Enable caching of strxfrm() results also for readonly... |
blob | commitdiff | diff to current |
2008-02-14 |
Robin Barker |
use svtype |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark |
assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2008-02-08 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-02-07 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-02-04 |
Steven Schubiger |
sv.c: consting |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark |
The layout for struct block_loop under ithreads can... |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark |
Investigation reveals that the work of restoring the... |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark |
Some code can be removed following change 33070. |
blob | commitdiff | diff to current |
2008-01-26 |
Benjamin Smith |
Re: struct context now 12.5% smaller than 5.10 |
blob | commitdiff | diff to current |
2008-01-25 |
Nicholas Clark |
PVIOs don't need space for SvNVX allocated. |
blob | commitdiff | diff to current |
2008-01-24 |
Nicholas Clark |
In struct block_loop, merge itermax and iterlval into... |
blob | commitdiff | diff to current |
2008-01-24 |
Nicholas Clark |
Merge CXt_LOOP_STACK's use of itermax for the reverse... |
blob | commitdiff | diff to current |
2008-01-24 |
Nicholas Clark |
Change the context type of for ($a .. $b) to CXt_LOOP_L... |
blob | commitdiff | diff to current |
2008-01-24 |
Nicholas Clark |
Split out foreach iterations of temporary lists on... |
blob | commitdiff | diff to current |
2008-01-24 |
Nicholas Clark |
Split CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR... |
blob | commitdiff | diff to current |
2008-01-23 |
Nicholas Clark |
Fix the misplaced warnings and failing tests caused... |
blob | commitdiff | diff to current |
2008-01-20 |
Nicholas Clark |
In struct block_sub and block_format, access the member... |
blob | commitdiff | diff to current |
2008-01-20 |
Nicholas Clark |
Split struct block_sub into struct block_sub and struct... |
blob | commitdiff | diff to current |
2008-01-20 |
Nicholas Clark |
In Perl_cx_dup(), block copy the entire context stack... |
blob | commitdiff | diff to current |
2008-01-18 |
Nicholas Clark |
Avoid an unused argument in S_sv_2iuv_non_preserve... |
blob | commitdiff | diff to current |
2008-01-17 |
Nicholas Clark |
warn if ++ or -- are unable to change the value because... |
blob | commitdiff | diff to current |
2008-01-16 |
Rafael Garcia-Suarez |
A couple of POD fixes by Steven Schubiger |
blob | commitdiff | diff to current |
2008-01-12 |
Nicholas Clark |
For 5.12: saner behaviour for `length` |
blob | commitdiff | diff to current |
2008-01-11 |
Rafael Garcia-Suarez |
Remove the -P switch |
blob | commitdiff | diff to current |
2008-01-10 |
Nicholas Clark |
Ensure DEBUG_LEAKING_SCALARS_ABORT can't be circumvente... |
blob | commitdiff | diff to current |
2008-01-10 |
Ævar Arnfjörð Bjar... |
Move the reg_stringify logic to Perl_sv_2pv_flags |
blob | commitdiff | diff to current |
2008-01-09 |
Nicholas Clark |
Add DEBUG_LEAKING_SCALARS_ABORT, to call abort() if... |
blob | commitdiff | diff to current |
2008-01-08 |
Nicholas Clark |
PL_regex_padav can simply be dup()ed. This is surprisin... |
blob | commitdiff | diff to current |
2008-01-08 |
Nicholas Clark |
In PL_regexp_padav, store regexps via real references... |
blob | commitdiff | diff to current |
2008-01-08 |
Nicholas Clark |
Correct a long-standing ithreads reference counting... |
blob | commitdiff | diff to current |
2008-01-07 |
Nicholas Clark |
Don't set the public IV or NV flags if the string conve... |
blob | commitdiff | diff to current |
2008-01-06 |
Yves Orton |
Remove FIXME that is already fixed. |
blob | commitdiff | diff to current |
2008-01-06 |
Yves Orton |
Make new regex type be 'REGEXP' and make all core qr... |
blob | commitdiff | diff to current |
2008-01-06 |
Nicholas Clark |
Allow sv_setsv_flags() to copy SVt_REGEXP much like... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Make REGEXP a type distinct from SV. (Much like AV... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Don't allocate the NV slot for SVt_REGEXP. |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
BER is all very well, but it turns out that it's better... |
blob | commitdiff | diff to current |
2008-01-04 |
Nicholas Clark |
Re-implement the SvOOK() hack to store the offset as... |
blob | commitdiff | diff to current |
2008-01-04 |
Marcus Holland-Moritz |
Add macros mPUSHs() and mXPUSHs() for pushing SVs on... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Add newSVpvs_flags() as a wrapper to newSVpvn_flags... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Extend newSVpvn_flags() to also call sv_2mortal() if... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Possible future bugs found by the creation of newSVpvn_... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Typo spotted by Jarkko. |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Add a new function newSVpvn_flags(), which takes a... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Make struct regexp the body of SVt_REGEXP SVs, REGEXPs... |
blob | commitdiff | diff to current |
2007-12-31 |
Nicholas Clark |
assert() that we're not trying to free scalars a second... |
blob | commitdiff | diff to current |
2007-12-29 |
Nicholas Clark |
In sv_chop(), write sentinals over the part of the... |
blob | commitdiff | diff to current |
2007-12-29 |
Nicholas Clark |
Move all code that relies on reading the to-be-thrown... |
blob | commitdiff | diff to current |
2007-12-29 |
Nicholas Clark |
Perl_sv_chop() can return early if it's being asked... |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark |
First class regexps. |
blob | commitdiff | diff to current |
2007-12-27 |
Nicholas Clark |
Test that we can clone regexps into new threads, and... |
blob | commitdiff | diff to current |
2007-12-27 |
Nicholas Clark |
You can't coerce a typeglob to a string. (Restore the... |
blob | commitdiff | diff to current |
2007-12-27 |
Nicholas Clark |
Regexps are now orange. |
blob | commitdiff | diff to current |
2007-12-26 |
Nicholas Clark |
Tweak Perl_sv_upgrade() so that references can upgrade... |
blob | commitdiff | diff to current |
2007-12-26 |
Nicholas Clark |
Take code that occurs in three places to take a scalar... |
blob | commitdiff | diff to current |
2007-12-26 |
Nicholas Clark |
Eliminate SVt_RV, and use SVt_IV to store plain references. |
blob | commitdiff | diff to current |
2007-12-26 |
Nicholas Clark |
Swap SVt_RV and SVt_NV in the SV ordering. |
blob | commitdiff | diff to current |
2007-12-23 |
Nicholas Clark |
Add an assert() to verify my assumption that no-one... |
blob | commitdiff | diff to current |
2007-12-22 |
Nicholas Clark |
Remove the definitions of Null(), Nullch, Nullfp, Nulls... |
blob | commitdiff | diff to current |
2007-12-22 |
Nicholas Clark |
By moving the "can't upgrade downwards" croak() in... |
blob | commitdiff | diff to current |
2007-12-22 |
Nicholas Clark |
Correct the minor mistake of changes 32675 and 32676... |
blob | commitdiff | diff to current |
2007-12-20 |
Nicholas Clark |
Similiarly Perl_newHV() can become a mathom by making... |
blob | commitdiff | diff to current |
2007-12-20 |
Nicholas Clark |
Perl_newAV() can become a mathom by making newAV()... |
blob | commitdiff | diff to current |
2007-11-28 |
Nicholas Clark |
Fix bless/readonly failure spotted by Jerry Hedden. |
blob | commitdiff | diff to current |
2007-11-19 |
Jim Cromie |
rc1 patch - delta, comment nits |
blob | commitdiff | diff to current |
2007-11-09 |
Dave Mitchell |
Must remember to proof-read my comments before committi... |
blob | commitdiff | diff to current |
2007-11-09 |
Dave Mitchell |
[perl #47233] Core dump caused by goto |
blob | commitdiff | diff to current |
2007-11-08 |
Jerry D. Hedden |
Bug fix for storing shared objects in shared structures |
blob | commitdiff | diff to current |
2007-11-02 |
Dave Mitchell |
[perl #47045] CLONE_SKIP doesn't result in undef copies |
blob | commitdiff | diff to current |
2007-10-20 |
Robin Barker |
VDf no longer in PERL_CORE |
blob | commitdiff | diff to current |
next |