| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the implementation of list assignment to state(). | Rafael Garcia-Suarez | 2006-07-07 | 1 | -11/+28 |
* | Add a new warning, "State variable %s will be reinitialized" | Rafael Garcia-Suarez | 2006-07-06 | 1 | -4/+10 |
* | Implement handling of state variables in list assignment | Rafael Garcia-Suarez | 2006-07-05 | 1 | -0/+7 |
* | Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left | Rafael Garcia-Suarez | 2006-07-05 | 1 | -2/+0 |
* | remove some unnecessary uses of WITH_THR | Dave Mitchell | 2006-07-02 | 1 | -4/+4 |
* | Proper use of enums | Andy Lester | 2006-06-12 | 1 | -5/+5 |
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 1 | -16/+0 |
* | Move the hints from op_private into cop_hints. This allows all 32 bits | Nicholas Clark | 2006-05-20 | 1 | -1/+1 |
* | Rename cop_hints to cop_hints_hash | Nicholas Clark | 2006-05-20 | 1 | -8/+9 |
* | Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store | Nicholas Clark | 2006-05-20 | 1 | -1/+2 |
* | disable WARN and DIE hooks during constant folding | Dave Mitchell | 2006-05-10 | 1 | -7/+11 |
* | Change 28145 means that Perl_allocmy() can take a const char *name. | Nicholas Clark | 2006-05-09 | 1 | -1/+1 |
* | Simplify the non-printable name error reporting code in Perl_allocmy(). | Nicholas Clark | 2006-05-09 | 1 | -23/+4 |
* | Fix another Coverity problem by adding an assert that says that | Rafael Garcia-Suarez | 2006-05-09 | 1 | -0/+1 |
* | Fix a logic error in conditional found by Coverity | Rafael Garcia-Suarez | 2006-05-09 | 1 | -3/+4 |
* | allow exit during fold_constants | Dave Mitchell | 2006-05-09 | 1 | -1/+6 |
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 1 | -5/+20 |
* | Remove an unnecessary goto | Andy Lester | 2006-05-03 | 1 | -9/+8 |
* | Change 28063 forgot 1 key line - acutally use the correct filename | Nicholas Clark | 2006-05-02 | 1 | -0/+1 |
* | Fix bug in DynaLoader, which has been passing a filename in dynamic | Nicholas Clark | 2006-05-02 | 1 | -8/+48 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -12/+12 |
* | Re: [PATCH] use snprintf/strlcpy/strlcat when useful | Jarkko Hietaniemi | 2006-04-28 | 1 | -3/+7 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -3/+3 |
* | use NOOP macro | Andy Lester | 2006-04-25 | 1 | -6/+6 |
* | A couple of casts to PADOFFSET. | Marcus Holland-Moritz | 2006-04-24 | 1 | -4/+4 |
* | newCONSTSUB needs to be robust in case CopFILE is NULL. | Nicholas Clark | 2006-04-19 | 1 | -2/+2 |
* | Avoid temporarily writing over the prototype when reporting an error. | Nicholas Clark | 2006-04-19 | 1 | -8/+6 |
* | Calling cv_undef() on the CV created by newCONSTSUB() would leak like | Nicholas Clark | 2006-04-19 | 1 | -13/+40 |
* | Add assertions to cover cases where the Coverity scanner thinks we | Nicholas Clark | 2006-04-17 | 1 | -0/+3 |
* | op.c patch, 2nd version | Andy Lester | 2006-04-16 | 1 | -70/+73 |
* | Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to | Nicholas Clark | 2006-04-14 | 1 | -1/+1 |
* | Change cop_warnings from an SV holding the warnings bitmask to a | Nicholas Clark | 2006-04-12 | 1 | -11/+5 |
* | As OPs are shared between threads, they should be using | Nicholas Clark | 2006-04-12 | 1 | -1/+1 |
* | First stab at using the pad to store the serialised hints data. | Nicholas Clark | 2006-04-11 | 1 | -0/+2 |
* | es: quiet some warnings (with a free AIX cpp insanity avoidance tip) | Jarkko Hietaniemi | 2006-04-10 | 1 | -1/+2 |
* | SvREFCNT_inc tweaks | Andy Lester | 2006-04-03 | 1 | -1/+1 |
* | Re: [perl #38293] chr(65535) should be allowed in regexes | SADAHIRO Tomoyuki | 2006-04-02 | 1 | -6/+7 |
* | Abstract all reads/writes of the hints in COPs with 2 new macros, | Nicholas Clark | 2006-04-02 | 1 | -4/+4 |
* | Abstract all the accesses to cop_arybase (apart from ByteLoader) | Nicholas Clark | 2006-04-02 | 1 | -6/+7 |
* | Automatically set HINT_LOCALIZE_HH whenever %^H is modified. | Nicholas Clark | 2006-04-01 | 1 | -1/+2 |
* | I can't spell. | Nicholas Clark | 2006-03-31 | 1 | -2/+2 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -1/+27 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -11/+8 |
* | Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with | Nicholas Clark | 2006-03-27 | 1 | -30/+4 |
* | If constant folding fails, don't fold constants, rather than reporting | Nicholas Clark | 2006-03-27 | 1 | -8/+67 |
* | Cleanups in op.c | Andy Lester | 2006-03-19 | 1 | -22/+16 |
* | looks_like_bool can be const | Andy Lester | 2006-03-14 | 1 | -2/+2 |
* | Perl_newWHILEOP() had exactly the same lack of a NULL pointer check | Steve Peters | 2006-03-11 | 1 | -2/+2 |
* | Possible NULL pointer reference found by Coverity checks. | Steve Peters | 2006-03-11 | 1 | -2/+2 |
* | Keep from using a variable in S_my_kid() before it is initialized. This ... | Steve Peters | 2006-03-11 | 1 | -1/+2 |