| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing another context parm | Andy Lester | 2006-04-28 | 1 | -1/+1 |
* | Removing unused context | Andy Lester | 2006-04-27 | 1 | -2/+2 |
* | Following change 27942 it's clear that the return type of | Nicholas Clark | 2006-04-24 | 1 | -4/+4 |
* | Refactor S_glob_2inpuv | Andy Lester | 2006-04-24 | 1 | -1/+3 |
* | Inlining static funcs in perl.c | Andy Lester | 2006-04-24 | 1 | -4/+0 |
* | Calling cv_undef() on the CV created by newCONSTSUB() would leak like | Nicholas Clark | 2006-04-19 | 1 | -0/+2 |
* | dump.c patch redux | Andy Lester | 2006-04-16 | 1 | -0/+2 |
* | Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the | Nicholas Clark | 2006-04-16 | 1 | -4/+2 |
* | Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl | Nicholas Clark | 2006-04-14 | 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 | -6/+0 |
* | eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata | Dave Mitchell | 2006-04-05 | 1 | -5/+3 |
* | Automatically set HINT_LOCALIZE_HH whenever %^H is modified. | Nicholas Clark | 2006-04-01 | 1 | -0/+2 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -0/+14 |
* | Clean up regexec.c, and remove two functions | Andy Lester | 2006-03-30 | 1 | -4/+0 |
* | Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with | Nicholas Clark | 2006-03-27 | 1 | -0/+4 |
* | Add S_space_join_names_mortal() which joins a char** array with " "s, | Nicholas Clark | 2006-03-25 | 1 | -0/+6 |
* | 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 | -4/+12 |
* | inline, then delete, S_regrepeat_hard() | Dave Mitchell | 2006-03-17 | 1 | -2/+0 |
* | Add the madly parser. I believe that this is all the C code. Now to | Nicholas Clark | 2006-03-09 | 1 | -0/+2 |
* | It helps to run embed.pl in the correct directory. (not the symlink | Nicholas Clark | 2006-03-09 | 1 | -0/+10 |
* | MAD changes for bare skipspace() | Nicholas Clark | 2006-03-09 | 1 | -0/+14 |
* | Almost all the MAD changes for op.c | Nicholas Clark | 2006-03-08 | 1 | -0/+74 |
* | MAD changes to dump.c | Nicholas Clark | 2006-03-08 | 1 | -0/+40 |
* | Add MAD changes to pad code (new function Perl_pad_peg) | Nicholas Clark | 2006-03-08 | 1 | -0/+10 |
* | Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET. | Nicholas Clark | 2006-03-05 | 1 | -0/+2 |
* | ptr_table_find() is only defined with ithreads | Rafael Garcia-Suarez | 2006-02-27 | 1 | -0/+12 |
* | Remove get magic from typeglobs. This means that PVGVs holding | Nicholas Clark | 2006-02-23 | 1 | -2/+10 |
* | arena-rework : consolidated patch | Jim Cromie | 2006-02-18 | 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 |
* | Really regenerate headers | Rafael Garcia-Suarez | 2006-02-09 | 1 | -20/+42 |
* | Allow bareword file handle as argument to chdir(). | Gisle Aas | 2006-02-07 | 1 | -0/+2 |
* | [patch] arena rework - arena sets | Jim Cromie | 2006-02-04 | 1 | -0/+2 |
* | 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/+5 |
* | Oops. I *thought* that I had checked that all changed files were open. | Nicholas Clark | 2006-02-03 | 1 | -2/+2 |
* | Eliminate save_threadsv, as it is never linked to, and all it does | Nicholas Clark | 2006-01-31 | 1 | -2/+0 |
* | Avoid using space to create 2 functions just to force mathoms to be | Nicholas Clark | 2006-01-29 | 1 | -0/+8 |
* | Refactor S_vdie_common so that Perl_vwarn can use it too. | Nicholas Clark | 2006-01-11 | 1 | -1/+1 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -2/+0 |
* | Run regen.pl (Just updating copyright years) | Steve Hay | 2006-01-04 | 1 | -1/+1 |
* | RMAGIC on symbol tables is bad, m'kay. | Nicholas Clark | 2005-12-30 | 1 | -0/+14 |
* | change #26523 didn't make my_cxt_init public | Dave Mitchell | 2005-12-30 | 1 | -2/+0 |
* | re-implement MY_CXT API more efficiently, and add explicit | Dave Mitchell | 2005-12-29 | 1 | -0/+6 |
* | Ho! Ho! Ho! Santa brings consting! | Andy Lester | 2005-12-22 | 1 | -16/+14 |
* | Take care in toke.c not to convert constant subroutine reference | Nicholas Clark | 2005-12-20 | 1 | -1/+3 |