| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Russ Allbery's public domain implementations of strlcat and | Steve Peters | 2006-07-10 | 1 | -0/+8 |
* | Introduce a new function, pv_escape(), to display contents of PVs | Yves Orton | 2006-07-06 | 1 | -0/+4 |
* | consting and localizing in universal.c | Andy Lester | 2006-07-04 | 1 | -1/+1 |
* | Re: [PATCH] Hash::Util::FieldHash | Anno Siegel | 2006-06-23 | 1 | -0/+5 |
* | Add the new method UNIVERSAL::DOES() and the API function sv_does() | chromatic | 2006-06-12 | 1 | -0/+5 |
* | Static cleanup in pp_sort.c | Andy Lester | 2006-06-12 | 1 | -0/+4 |
* | Proper use of enums | Andy Lester | 2006-06-12 | 1 | -1/+1 |
* | Mark the 1st argument to S_exec_failed as non null | Rafael Garcia-Suarez | 2006-06-09 | 1 | -1/+3 |
* | Add error checks after execing PL_cshname or PL_sh_path | Jan Dubois | 2006-06-09 | 1 | -0/+3 |
* | Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. | Yves Orton | 2006-06-09 | 1 | -1/+17 |
* | Regen headers following change 28325. Also, make it compile | Rafael Garcia-Suarez | 2006-05-29 | 1 | -19/+32 |
* | [PATCH] gv.c consting | Andy Lester | 2006-05-29 | 1 | -2/+2 |
* | Run 'make regen' for changes 28299, 28300, 28301. | Marcus Holland-Moritz | 2006-05-24 | 1 | -0/+1 |
* | clean some lint findings | Andy Lester | 2006-05-23 | 1 | -3/+3 |
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 1 | -0/+2 |
* | Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store | Nicholas Clark | 2006-05-20 | 1 | -0/+6 |
* | Refactoring reghops | Andy Lester | 2006-05-16 | 1 | -2/+2 |
* | refactoring out S_regoptail | Andy Lester | 2006-05-16 | 1 | -5/+0 |
* | S_reguni should return its length | Andy Lester | 2006-05-15 | 1 | -3/+2 |
* | Re: [PATCH] my_snprintf | Jarkko Hietaniemi | 2006-05-12 | 1 | -0/+9 |
* | upgrade bytes_to_uni | Andy Lester | 2006-05-12 | 1 | -0/+5 |
* | Proper use of static funcs in toke.c and pp_sys.c | Andy Lester | 2006-05-12 | 1 | -0/+4 |
* | Fixing embed.fnc | Andy Lester | 2006-05-12 | 1 | -2/+1 |
* | Change 28145 means that Perl_allocmy() can take a const char *name. | Nicholas Clark | 2006-05-09 | 1 | -1/+1 |
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 1 | -1/+1 |
* | clean up loops in doio.c and dump.c | Andy Lester | 2006-05-03 | 1 | -0/+1 |
* | Fix bug in DynaLoader, which has been passing a filename in dynamic | Nicholas Clark | 2006-05-02 | 1 | -0/+4 |
* | De-duplicate the code that creates new GPs into Perl_newGP(). | Nicholas Clark | 2006-05-02 | 1 | -0/+3 |
* | Reverting context removal from change #27992. This should | Steve Peters | 2006-05-01 | 1 | -3/+3 |
* | Removing another context parm | Andy Lester | 2006-04-28 | 1 | -3/+3 |
* | Removing unused context | Andy Lester | 2006-04-27 | 1 | -6/+6 |
* | Following change 27942 it's clear that the return type of | Nicholas Clark | 2006-04-24 | 1 | -2/+2 |
* | Ensure GvNAME doesn't return NULL | Marcus Holland-Moritz | 2006-04-24 | 1 | -1/+2 |
* | doop.c consting, take 2 | Andy Lester | 2006-04-24 | 1 | -6/+6 |
* | Refactor S_glob_2inpuv | Andy Lester | 2006-04-24 | 1 | -1/+5 |
* | Inlining static funcs in perl.c | Andy Lester | 2006-04-24 | 1 | -6/+0 |
* | Calling cv_undef() on the CV created by newCONSTSUB() would leak like | Nicholas Clark | 2006-04-19 | 1 | -0/+3 |
* | dump.c patch redux | Andy Lester | 2006-04-16 | 1 | -0/+3 |
* | Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the | Nicholas Clark | 2006-04-16 | 1 | -3/+6 |
* | 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 | -2/+2 |
* | eliminate PL_reg_re | Dave Mitchell | 2006-04-13 | 1 | -10/+11 |
* | Change cop_warnings from an SV holding the warnings bitmask to a | Nicholas Clark | 2006-04-12 | 1 | -0/+5 |
* | Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup. | Nicholas Clark | 2006-04-12 | 1 | -6/+0 |
* | All S_dumpuntil()'s regnode pointer arguments can be const. | Nicholas Clark | 2006-04-10 | 1 | -1/+1 |
* | 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 | -6/+7 |
* | 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/+3 |
* | Propagate cop_hints inside string evals. For the unthreaded case this | Nicholas Clark | 2006-04-01 | 1 | -0/+1 |