2008-11-26 |
Nicholas Clark |
Replace Perl_my() with a small shell script. er. macro. |
blob | commitdiff |
2008-11-25 |
Vincent Pit |
[perl #38809] return do { } : take 3 (or 4...) |
blob | commitdiff | diff to current |
2008-11-12 |
Chip Salzenberg |
Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {.... |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark |
Add a macro MUTABLE_PTR(p), which on (non-pedantic... |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-06-08 |
Reini Urban |
Re: [PATCH] readable assertion names, now the rest |
blob | commitdiff | diff to current |
2008-04-14 |
Andy Dougherty |
Re: Solaris build warnings |
blob | commitdiff | diff to current |
2008-02-25 |
Jim Cromie |
Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macros |
blob | commitdiff | diff to current |
2008-02-23 |
Vincent Pit |
Re: [PATCH] Splitting OP_CONST (Was: pp_const, not... |
blob | commitdiff | diff to current |
2008-02-15 |
Jan Dubois |
Silence compiler warnings on Win32/VC6 |
blob | commitdiff | diff to current |
2008-02-12 |
Jan Dubois |
Fix bit-fields for VC [was RE: [perl #50386] GIMME_V... |
blob | commitdiff | diff to current |
2008-02-10 |
Nicholas Clark |
Eliminate use of Nullop in the core code. Dual life... |
blob | commitdiff | diff to current |
2008-01-27 |
Dave Mitchell |
fix misleading comment in op.h |
blob | commitdiff | diff to current |
2008-01-21 |
Nicholas Clark |
In struct block_eval, eliminate old_in_eval and old_op_... |
blob | commitdiff | diff to current |
2008-01-21 |
Nicholas Clark |
Give G_VOID, G_SCALAR and G_ARRAY the same numeric... |
blob | commitdiff | diff to current |
2008-01-21 |
Nicholas Clark |
Encode the G_* to OPf_WANT_* transform, the reverse... |
blob | commitdiff | diff to current |
2008-01-11 |
Nicholas Clark |
Remove PM_GETRE_SAFE and PM_SETRE_SAFE as nothing uses... |
blob | commitdiff | diff to current |
2008-01-11 |
Nicholas Clark |
REGEXPs are now stored directly in PL_regex_padav,... |
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-06 |
Nicholas Clark |
Enforce some type safety in PM_SETRE by adding PM_SETRE... |
blob | commitdiff | diff to current |
2008-01-06 |
Nicholas Clark |
Clarify the intent of the code in Perl_op_clear. Under... |
blob | commitdiff | diff to current |
2008-01-03 |
Rafael Garcia-Suarez |
OP_THREADSV was removed by #29727 |
blob | commitdiff | diff to current |
2007-12-29 |
Nicholas Clark |
Reorder the external regexp flags to get RXf_PMf_STD_PM... |
blob | commitdiff | diff to current |
2007-12-29 |
Nicholas Clark |
Note to future self about moving the regexp flag bits... |
blob | commitdiff | diff to current |
2007-12-22 |
Nicholas Clark |
Remove the definitions of Null(), Nullch, Nullfp, Nulls... |
blob | commitdiff | diff to current |
2007-11-07 |
Nicholas Clark |
Fix up copyright years for files modified in 2007. |
blob | commitdiff | diff to current |
2007-10-02 |
Jim Cromie |
Re: [patch] clean out remnants of DEBUGGING_OPS (was... |
blob | commitdiff | diff to current |
2007-10-02 |
John Peacock |
was Re: Freeze ? |
blob | commitdiff | diff to current |
2007-09-20 |
Nicholas Clark |
Get mad compiling as C++. (At least for me) |
blob | commitdiff | diff to current |
2007-09-17 |
Jim Cromie |
grammar nit |
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-05-16 |
Steve Hay |
Remove comment added by #31218 since the rest of that... |
blob | commitdiff | diff to current |
2007-05-15 |
Steve Peters |
Move pmop.op_pmflags back to its previous location... |
blob | commitdiff | diff to current |
2007-05-15 |
Nicholas Clark |
BASEOP isn't an exact multiple of 8 bytes, so reorderin... |
blob | commitdiff | diff to current |
2007-05-12 |
Gerard Goossen |
Give the 'local' declarator a new key, such that 'local... |
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 operator target setting for 'my' variables... |
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-20 |
Gerard Goossen |
Re: [PATCH] madprop about forced words |
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-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-06 |
Nicholas Clark |
Merge op_pmreplstart and op_pmstash/op_pmstashpv into... |
blob | commitdiff | diff to current |
2007-04-06 |
Nicholas Clark |
Add editor block. |
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 |
Remove op_pmnext from PMOPs, and instead store the... |
blob | commitdiff | diff to current |
2007-04-04 |
Yves Orton |
Re: pmdynflags and thread safety |
blob | commitdiff | diff to current |
2007-04-02 |
Nicholas Clark |
For Perl_Slab_Alloc(), eliminate the unused parameter... |
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-02-26 |
Nicholas Clark |
Fix bug #41550 - AUTOLOAD :lvalue not working the... |
blob | commitdiff | diff to current |
2007-01-24 |
Nicholas Clark |
Wrap the macro arguments for ck_proto in (). |
blob | commitdiff | diff to current |
2007-01-15 |
Yves Orton |
Add support for /k modfier for matching along with... |
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-05 |
Rafael Garcia-Suarez |
Update copyright years in .h files. Also, in .pl |
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-13 |
Nicholas Clark |
Eliminate PVBM. Store fast Boyer-Moore tables in PVGV. |
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-08 |
Dave Mitchell |
add missing OP_REFCNT_LOCK/UNLOCKs and document it |
blob | commitdiff | diff to current |
2006-11-23 |
Yves Orton |
Cleanup regexp flags and structure |
blob | commitdiff | diff to current |
2006-09-21 |
Rafael Garcia-Suarez |
Document the values that mad_key can hold |
blob | commitdiff | diff to current |
2006-08-31 |
Nicholas Clark |
Change the generation of {} and [] from 3 ops to 1... |
blob | commitdiff | diff to current |
2006-08-17 |
Jarkko Hietaniemi |
Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached) |
blob | commitdiff | diff to current |
2006-05-03 |
Rafael Garcia-Suarez |
Introduce a new keyword, state, for state variables. |
blob | commitdiff | diff to current |
2006-04-19 |
Nicholas Clark |
Oops. Need a macro to convert cv_ckproto() to cv_ckprot... |
blob | commitdiff | diff to current |
2006-04-12 |
Nicholas Clark |
As OPs are shared between threads, they should be using |
blob | commitdiff | diff to current |
2006-03-07 |
Nicholas Clark |
Some of the MAD structures in headers, plus PL_madskill... |
blob | commitdiff | diff to current |
2006-02-09 |
Andy Lester |
Trying my "remove the pTHXes" patch again |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger |
Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2005-12-22 |
Nicholas Clark |
Add an optimisation to allow proxy constant subroutines... |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark |
rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL... |
blob | commitdiff | diff to current |
2005-12-19 |
Robin Houston |
Re: [PATCH] Make the 'sort' pragma lexically scoped |
blob | commitdiff | diff to current |
2005-12-19 |
Robin Houston |
latest switch/say/~~ |
blob | commitdiff | diff to current |
2005-12-16 |
Nicholas Clark |
s/Nullhv/NULL/g; |
blob | commitdiff | diff to current |
2005-12-06 |
Andy Lester |
More consting, and putting stuff in embed.fnc |
blob | commitdiff | diff to current |
2005-10-19 |
Robin Houston |
Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger... |
blob | commitdiff | diff to current |
2005-09-26 |
Rafael Garcia-Suarez |
Document the new meaning of OPf_SPECIAL on OP_REQUIRE |
blob | commitdiff | diff to current |
2005-09-01 |
Rafael Garcia-Suarez |
Add the "no 6" / "no v6" syntax. |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie |
Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark |
Move hv_name, hv_eiter and hv_riter into a new aux... |
blob | commitdiff | diff to current |
2005-03-30 |
Rafael Garcia-Suarez |
Update copyrights. |
blob | commitdiff | diff to current |
2005-02-18 |
Stephen McCamant |
[perl #32968] [PATCH] Re: B::walkoptree segfaults |
blob | commitdiff | diff to current |
2004-11-16 |
Steve Hay |
Fix Win32 breakage caused by changes to op.c in change... |
blob | commitdiff | diff to current |
2004-07-14 |
Nicholas Clark |
Optimise foreach my $i (reverse ...) |
blob | commitdiff | diff to current |
2004-07-13 |
Nicholas Clark |
The current optimisation for sort {$b cmp $a} is bogus... |
blob | commitdiff | diff to current |
2004-03-28 |
Dave Mitchell |
fix typo in change 22597 |
blob | commitdiff | diff to current |
2004-03-26 |
Dave Mitchell |
Clarify op.h comments for which ops the OPpDEREF* priva... |
blob | commitdiff | diff to current |
2004-03-16 |
Rafael Garcia-Suarez |
Update copyright notices |
blob | commitdiff | diff to current |
2004-02-25 |
Dave Mitchell |
stop "const in void context" warning for a const in an |
blob | commitdiff | diff to current |
2004-02-22 |
Dave Mitchell |
Extend OP_AELEMFAST optimisation to lexical arrays |
blob | commitdiff | diff to current |
2004-02-21 |
Paul Johnson |
Re: op_seq (was: Freeing code) |
blob | commitdiff | diff to current |
2004-02-20 |
Dave Mitchell |
optimise the sorting inplace of plain arrays: @a =... |
blob | commitdiff | diff to current |
2004-02-09 |
Rafael Garcia-Suarez |
Implement stacked filetest operators (-f -w -x $file). |
blob | commitdiff | diff to current |
2004-02-03 |
Rafael Garcia-Suarez |
Implement "my $_". |
blob | commitdiff | diff to current |
2003-09-03 |
Jarkko Hietaniemi |
Avoid lvalue casts, from Enache. |
blob | commitdiff | diff to current |
2003-09-02 |
Adrian M. Enache |
Re: ByteLoader and MSWin32 |
blob | commitdiff | diff to current |
2003-05-24 |
Dave Mitchell |
[PATCH #2] Re: [perl #22181] goto undefines my() variables |
blob | commitdiff | diff to current |
2003-05-03 |
Jarkko Hietaniemi |
Salvage 'use filetest "access"' from compiletime to... |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi |
Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden |
Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
next |