| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl | Nicholas Clark | 2006-04-14 | 1 | -1/+1 |
* | eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv | Dave Mitchell | 2006-04-13 | 1 | -3/+3 |
* | Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield() | Steve Hay | 2006-04-13 | 1 | -1/+1 |
* | eliminate PL_reg_re | Dave Mitchell | 2006-04-13 | 1 | -4/+4 |
* | Change cop_warnings from an SV holding the warnings bitmask to a | Nicholas Clark | 2006-04-12 | 1 | -0/+2 |
* | Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup. | Nicholas Clark | 2006-04-12 | 1 | -7/+0 |
* | All S_dumpuntil()'s regnode pointer arguments can be const. | Nicholas Clark | 2006-04-10 | 1 | -2/+3 |
* | True consting goodness in regexes | Andy Lester | 2006-04-10 | 1 | -11/+11 |
* | eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata | Dave Mitchell | 2006-04-05 | 1 | -4/+3 |
* | Re: recent changes have some unmatching of parameters and types | SADAHIRO Tomoyuki | 2006-04-02 | 1 | -1/+1 |
* | Automatically set HINT_LOCALIZE_HH whenever %^H is modified. | Nicholas Clark | 2006-04-01 | 1 | -0/+1 |
* | Propagate cop_hints inside string evals. For the unthreaded case this | Nicholas Clark | 2006-04-01 | 1 | -0/+2 |
* | Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki. | Nicholas Clark | 2006-04-01 | 1 | -2/+2 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -0/+13 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -1/+1 |
* | Clean up regexec.c, and remove two functions | Andy Lester | 2006-03-30 | 1 | -4/+2 |
* | Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with | Nicholas Clark | 2006-03-27 | 1 | -0/+2 |
* | Add S_space_join_names_mortal() which joins a char** array with " "s, | Nicholas Clark | 2006-03-25 | 1 | -0/+1 |
* | Pass the (byte) length of the entire string into | Nicholas Clark | 2006-03-23 | 1 | -1/+1 |
* | Add all new static functions to embed.fnc | Nicholas Clark | 2006-03-23 | 1 | -7/+12 |
* | Change the semantics of S_isa_lookup | Andy Lester | 2006-03-19 | 1 | -1/+1 |
* | inline, then delete, S_regrepeat_hard() | Dave Mitchell | 2006-03-17 | 1 | -1/+0 |
* | looks_like_bool can be const | Andy Lester | 2006-03-14 | 1 | -1/+1 |
* | NNs and NULLOKs for MAD's new functions. | Nicholas Clark | 2006-03-11 | 1 | -11/+13 |
* | Sync up embed.fnc and doio.c | Andy Lester | 2006-03-11 | 1 | -2/+2 |
* | Summon constman! S_checkcomma now has all 3 arguments const char. | Nicholas Clark | 2006-03-10 | 1 | -1/+2 |
* | Add the madly parser. I believe that this is all the C code. Now to | Nicholas Clark | 2006-03-09 | 1 | -0/+1 |
* | The remainder of the toke.c MAD changes. Now to investigate why MAD | Nicholas Clark | 2006-03-09 | 1 | -0/+3 |
* | MAD changes for bare skipspace() | Nicholas Clark | 2006-03-09 | 1 | -0/+6 |
* | Almost all the MAD changes for op.c | Nicholas Clark | 2006-03-08 | 1 | -0/+30 |
* | MAD changes to dump.c | Nicholas Clark | 2006-03-08 | 1 | -0/+21 |
* | Add MAD changes to pad code (new function Perl_pad_peg) | Nicholas Clark | 2006-03-08 | 1 | -0/+3 |
* | Change hv_name_set to take U32 length and flags parameters. | Nicholas Clark | 2006-03-05 | 1 | -1/+1 |
* | Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET. | Nicholas Clark | 2006-03-05 | 1 | -0/+1 |
* | Non-null optimizations | Andy Lester | 2006-03-02 | 1 | -2/+2 |
* | ptr_table_find() is only defined with ithreads | Rafael Garcia-Suarez | 2006-02-27 | 1 | -0/+2 |
* | Perl_save_aelem can't be const | Andy Lester | 2006-02-24 | 1 | -1/+1 |
* | Remove get magic from typeglobs. This means that PVGVs holding | Nicholas Clark | 2006-02-23 | 1 | -1/+3 |
* | arena-rework : consolidated patch | Jim Cromie | 2006-02-18 | 1 | -1/+1 |
* | The return value from S_hv_auxinit can be ignored, as it's also stored | Nicholas Clark | 2006-02-10 | 1 | -1/+1 |
* | A better fix than 27148 | Steve Hay | 2006-02-10 | 1 | -2/+2 |
* | Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS | Steve Hay | 2006-02-10 | 1 | -2/+2 |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -21/+30 |
* | Fixed embed.fnc entry for S_forbid_setid() and picked up a change in | Steve Peters | 2006-02-05 | 1 | -1/+1 |
* | [patch] arena rework - arena sets | Jim Cromie | 2006-02-04 | 1 | -0/+4 |
* | S_find_beginning is only called from one place, so by hoisting the | Nicholas Clark | 2006-02-03 | 1 | -1/+1 |
* | And as we've now got to the point where all calls to Perl_moreswitches | Nicholas Clark | 2006-02-03 | 1 | -1/+1 |
* | Eliminating PL_suidscript is more tricky, and requires changing the | Nicholas Clark | 2006-02-03 | 1 | -5/+7 |
* | Passing the flag to S_forbit_setid as a single char rather than a | Nicholas Clark | 2006-02-03 | 1 | -1/+1 |
* | It's actually easier to get rid of PL_fdscript than we thought. | Nicholas Clark | 2006-02-03 | 1 | -2/+3 |