2007-07-16 |
Dave Mitchell |
[perl #43425] local $[: fix scoping during parser... |
blob | commitdiff |
2007-07-07 |
Gerard Goossen |
MAD: disable constant subs when PL_madskills |
blob | commitdiff | diff to current |
2007-06-28 |
Ævar Arnfjörð Bjar... |
Move the RXf_WHITE logic for split " " into the regex... |
blob | commitdiff | diff to current |
2007-06-25 |
Paul Johnson |
remove op_static |
blob | commitdiff | diff to current |
2007-06-15 |
Jarkko Hietaniemi |
miscellanea |
blob | commitdiff | diff to current |
2007-06-05 |
Rafael Garcia-Suarez |
Remove support for assertions and -A |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell |
move PL_error_count into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell |
move PL_multi_end into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-12 |
Gerard Goossen |
Disable slurping assigned of split when PL_madskills |
blob | commitdiff | diff to current |
2007-05-12 |
Gerard Goossen |
Disable !a&&b, !b||a optimalization when PL_madskills |
blob | commitdiff | diff to current |
2007-05-12 |
Gerard Goossen |
Disable operator target setting for 'my' variables... |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
move PL_in_my and PL_in_my_stash into the PL_parser... |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
move PL_rsfp_filters into the parser struct |
blob | commitdiff | diff to current |
2007-05-11 |
Dave Mitchell |
move PL_rsfp into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-05 |
Dave Mitchell |
move PL_lex_state into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-04 |
Dave Mitchell |
move some more variables into the PL_parser struct: |
blob | commitdiff | diff to current |
2007-05-04 |
Dave Mitchell |
move PL_expect and PL_copline into the PL_parser structure |
blob | commitdiff | diff to current |
2007-04-30 |
Brandon Black |
Re: mro status, etc |
blob | commitdiff | diff to current |
2007-04-24 |
Rafael Garcia-Suarez |
Fix potential precedence problem |
blob | commitdiff | diff to current |
2007-04-24 |
Rafael Garcia-Suarez |
Fix a bug in dor assignment (@x //= 1 was triggering an |
blob | commitdiff | diff to current |
2007-04-24 |
Rafael Garcia-Suarez |
Remove the code that handles assignment to state variables |
blob | commitdiff | diff to current |
2007-04-23 |
Ævar Arnfjörð Bjar... |
Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste... |
blob | commitdiff | diff to current |
2007-04-21 |
Nicholas Clark |
Several members of struct yy_parser can go on a diet... |
blob | commitdiff | diff to current |
2007-04-21 |
Nicholas Clark |
Where possible, use SvIV instead of SvIVX, SvNV instead... |
blob | commitdiff | diff to current |
2007-04-19 |
Brandon Black |
Re: new C3 MRO patch |
blob | commitdiff | diff to current |
2007-04-12 |
Nicholas Clark |
Fix two errors in the OP debugging code. Now all test... |
blob | commitdiff | diff to current |
2007-04-10 |
Nicholas Clark |
S_forget_pmop() only needs a flags argument for the... |
blob | commitdiff | diff to current |
2007-04-10 |
Nicholas Clark |
If PL_curpm is pointing to an op that is getting freed... |
blob | commitdiff | diff to current |
2007-04-07 |
Nicholas Clark |
Under PERL_DEBUG_READONLY_OPS don't panic if you can... |
blob | commitdiff | diff to current |
2007-04-07 |
Nicholas Clark |
Turn op_pmreplroot in struct pmop into a real union. |
blob | commitdiff | diff to current |
2007-04-07 |
Nicholas Clark |
Remove a now un-needed goto from Perl_peep(). |
blob | commitdiff | diff to current |
2007-04-07 |
Nicholas Clark |
Rejig Perl_peep() to assume that ops are optimised... |
blob | commitdiff | diff to current |
2007-04-07 |
Nicholas Clark |
Re-ordering OP_STUB in the switch statement in Perl_pee... |
blob | commitdiff | diff to current |
2007-04-06 |
Nicholas Clark |
Merge op_pmreplstart and op_pmstash/op_pmstashpv into... |
blob | commitdiff | diff to current |
2007-04-06 |
Nicholas Clark |
assert() that OP_QR and OP_MATCH never set op_pmreplsta... |
blob | commitdiff | diff to current |
2007-04-06 |
Nicholas Clark |
Only append ?? match ops to the list used by reset... |
blob | commitdiff | diff to current |
2007-04-06 |
Nicholas Clark |
Avoid accessing free()d memory when calling reset in... |
blob | commitdiff | diff to current |
2007-04-06 |
Nicholas Clark |
Remove op_pmnext from PMOPs, and instead store the... |
blob | commitdiff | diff to current |
2007-04-05 |
Nicholas Clark |
S_op_destroy() was not static. Also tidy all other... |
blob | commitdiff | diff to current |
2007-04-04 |
Nicholas Clark |
Get further through the build with read-only optrees... |
blob | commitdiff | diff to current |
2007-04-04 |
Yves Orton |
Re: pmdynflags and thread safety |
blob | commitdiff | diff to current |
2007-04-03 |
Gerard Goossen |
Re: [PATCH] MAD prototype checking |
blob | commitdiff | diff to current |
2007-04-02 |
Nicholas Clark |
We may not even have a list of slabs when Perl_Slab_Fre... |
blob | commitdiff | diff to current |
2007-04-02 |
Nicholas Clark |
For Perl_Slab_Alloc(), eliminate the unused parameter... |
blob | commitdiff | diff to current |
2007-04-02 |
Nicholas Clark |
The op slab allocator can call calloc() instead of... |
blob | commitdiff | diff to current |
2007-04-02 |
Nicholas Clark |
Add a new compile option PERL_DEBUG_READONLY_OPS which... |
blob | commitdiff | diff to current |
2007-03-27 |
Rafael Garcia-Suarez |
Fix return value of state assignment ($x=state $y=$z). |
blob | commitdiff | diff to current |
2007-03-24 |
Rafael Garcia-Suarez |
Make readline() default to *ARGV. |
blob | commitdiff | diff to current |
2007-03-24 |
Rafael Garcia-Suarez |
Make readpipe default to $_ |
blob | commitdiff | diff to current |
2007-03-23 |
Nicholas Clark |
Change 30080 was wrong to swap the BEGIN test to memEQ |
blob | commitdiff | diff to current |
2007-03-19 |
Rafael Garcia-Suarez |
Let %^H be modifiable in eval-strings (bug #41531), |
blob | commitdiff | diff to current |
2007-03-17 |
Nicholas Clark |
The code in newCONDOP can be made visibly simpler by... |
blob | commitdiff | diff to current |
2007-03-16 |
Nicholas Clark |
Under -Dmad, free the ops representing the dead code... |
blob | commitdiff | diff to current |
2007-03-01 |
Rafael Garcia-Suarez |
A couple of casting nits by Jarkko |
blob | commitdiff | diff to current |
2007-02-18 |
Nicholas Clark |
Add a new API function newSV_type, to replace the idiom: |
blob | commitdiff | diff to current |
2007-02-13 |
Robin Houston |
Re: Segmentation fault at undeclared for loop variable |
blob | commitdiff | diff to current |
2007-02-03 |
Nicholas Clark |
Purge all references to 5005 threads variables in the... |
blob | commitdiff | diff to current |
2007-02-02 |
Nicholas Clark |
A few more places where we know the length for sv_setpv... |
blob | commitdiff | diff to current |
2007-01-31 |
Nicholas Clark |
You can't have special blocks if the subroutine has... |
blob | commitdiff | diff to current |
2007-01-31 |
Yves Orton |
Improve regex stringification code |
blob | commitdiff | diff to current |
2007-01-30 |
Nicholas Clark |
Refactor the code used to check/execute BEGIN/UNITCHECK... |
blob | commitdiff | diff to current |
2007-01-29 |
Nicholas Clark |
UNITCHECK for XS code. Turned out to be harder that... |
blob | commitdiff | diff to current |
2007-01-29 |
Nicholas Clark |
BEGIN blocks in XS should work. (Given that CHECK,... |
blob | commitdiff | diff to current |
2007-01-29 |
Nicholas Clark |
Add av_create_and_push() and av_create_and_unshift_one... |
blob | commitdiff | diff to current |
2007-01-27 |
Nicholas Clark |
Change 30034 wasn't enough to silence the warnings... |
blob | commitdiff | diff to current |
2007-01-27 |
Nicholas Clark |
newPADOP()'s sv parameter is never NULL, so mark it... |
blob | commitdiff | diff to current |
2007-01-27 |
Nicholas Clark |
newPADOP is only used under ithreads, so don't waste... |
blob | commitdiff | diff to current |
2007-01-27 |
Nicholas Clark |
Using gv_stashsv() and sv_setsv() in Perl_package reduc... |
blob | commitdiff | diff to current |
2007-01-25 |
Nicholas Clark |
The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv... |
blob | commitdiff | diff to current |
2007-01-25 |
SADAHIRO Tomoyuki |
split by " \0" (const string staring with a SPACE follo... |
blob | commitdiff | diff to current |
2007-01-15 |
Nicholas Clark |
Add get_cvn_flags(), which is like get_cv() but takes... |
blob | commitdiff | diff to current |
2007-01-15 |
Jarkko Hietaniemi |
g++ fixes |
blob | commitdiff | diff to current |
2007-01-12 |
Dave Mitchell |
make tr/// threadsafe by moving swash into pad |
blob | commitdiff | diff to current |
2007-01-09 |
Yves Orton |
Change #29711 broke tr//c on Win32. |
blob | commitdiff | diff to current |
2007-01-09 |
Yves Orton |
Let the regex parser decide if we have a special patter... |
blob | commitdiff | diff to current |
2007-01-08 |
Nicholas Clark |
Eliminate pp_threadsv, as it was only ever used by... |
blob | commitdiff | diff to current |
2007-01-08 |
Dave Mitchell |
allocate op_pv strings from shared mem pool |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz |
4th patch from: |
blob | commitdiff | diff to current |
2007-01-02 |
Nicholas Clark |
Update copyright years to include 2007. (Plus a couple... |
blob | commitdiff | diff to current |
2006-12-29 |
Dave Mitchell |
further fix for #29543: fix parser leaks caused by... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark |
With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark |
Move PAD_COMPNAME_GEN from SvCUR to SvUVX. |
blob | commitdiff | diff to current |
2006-12-23 |
Rafael Garcia-Suarez |
Fix #6006 for taint mode too. |
blob | commitdiff | diff to current |
2006-12-23 |
Rafael Garcia-Suarez |
A better fix for RT #6006: revert change 29616, which... |
blob | commitdiff | diff to current |
2006-12-23 |
Rafael Garcia-Suarez |
Fix RT #6006: Regexp replaces using large replacement... |
blob | commitdiff | diff to current |
2006-12-18 |
Jarkko Hietaniemi |
Re: [PATCH] do not meddle in the affairs of PERL_TRACK_... |
blob | commitdiff | diff to current |
2006-12-16 |
Dave Mitchell |
don't include MAD code when its not needed |
blob | commitdiff | diff to current |
2006-12-14 |
Steve Hay |
Silence a VC compiler warning |
blob | commitdiff | diff to current |
2006-12-13 |
Dave Mitchell |
misc MAD coredump fixes and parser leak fixes |
blob | commitdiff | diff to current |
2006-12-13 |
Dave Mitchell |
fix double free introduced by #29543 (spotted by Nicholas) |
blob | commitdiff | diff to current |
2006-12-13 |
Dave Mitchell |
fix parser leaks caused by croaking while shifting... |
blob | commitdiff | diff to current |
2006-12-01 |
Rafael Garcia-Suarez |
Verify that the debugger has an array where to store... |
blob | commitdiff | diff to current |
2006-11-23 |
Yves Orton |
Cleanup regexp flags and structure |
blob | commitdiff | diff to current |
2006-11-23 |
Rafael Garcia-Suarez |
More safety in free()s |
blob | commitdiff | diff to current |
2006-11-20 |
Rafael Garcia-Suarez |
Unify the two warnings "Can't declare %s in %s", in... |
blob | commitdiff | diff to current |
2006-11-20 |
Jerry D. Hedden |
Re: thread free problem |
blob | commitdiff | diff to current |
2006-11-02 |
Rafael Garcia-Suarez |
This volatile modifier is not on the referent, but... |
blob | commitdiff | diff to current |
2006-11-02 |
Gisle Aas |
Re: $, and say |
blob | commitdiff | diff to current |
2006-10-30 |
Steve Peters |
VOL should be used instead of volatile in the core. |
blob | commitdiff | diff to current |
2006-10-25 |
Rafael Garcia-Suarez |
Plug a memory leak in newCONSTSUB |
blob | commitdiff | diff to current |
next |