| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach regex optimiser how to handle (?=) and (?<=) properly. | Yves Orton | 2006-09-11 | 1 | -2/+4 |
* | Re: [PATCH] Trie jumping | Yves Orton | 2006-09-05 | 1 | -3/+3 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -12/+6 |
* | run regen_headerds | Dave Mitchell | 2006-07-16 | 1 | -1/+5 |
* | 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/+2 |
* | Re: [PATCH] Hash::Util::FieldHash | Anno Siegel | 2006-06-23 | 1 | -0/+2 |
* | Add the new method UNIVERSAL::DOES() and the API function sv_does() | chromatic | 2006-06-12 | 1 | -0/+2 |
* | Static cleanup in pp_sort.c | Andy Lester | 2006-06-12 | 1 | -0/+2 |
* | Add error checks after execing PL_cshname or PL_sh_path | Jan Dubois | 2006-06-09 | 1 | -0/+10 |
* | Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. | Yves Orton | 2006-06-09 | 1 | -2/+16 |
* | Regen headers following change 28325. Also, make it compile | Rafael Garcia-Suarez | 2006-05-29 | 1 | -24/+24 |
* | clean some lint findings | Andy Lester | 2006-05-23 | 1 | -1/+1 |
* | Fix Win32 linker error | Steve Hay | 2006-05-22 | 1 | -0/+2 |
* | Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds. | Steve Peters | 2006-05-21 | 1 | -2/+0 |
* | 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 out S_regoptail | Andy Lester | 2006-05-16 | 1 | -2/+0 |
* | S_reguni should return its length | Andy Lester | 2006-05-15 | 1 | -1/+1 |
* | upgrade bytes_to_uni | Andy Lester | 2006-05-12 | 1 | -0/+2 |
* | Proper use of static funcs in toke.c and pp_sys.c | Andy Lester | 2006-05-12 | 1 | -0/+2 |
* | 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/+2 |
* | Make Perl_unshare_hek visible to core extensions without being public | Steve Hay | 2006-05-03 | 1 | -0/+4 |
* | Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu) | SADAHIRO Tomoyuki | 2006-05-03 | 1 | -4/+0 |
* | Fix bug in DynaLoader, which has been passing a filename in dynamic | Nicholas Clark | 2006-05-02 | 1 | -0/+2 |
* | De-duplicate the code that creates new GPs into Perl_newGP(). | Nicholas Clark | 2006-05-02 | 1 | -0/+2 |
* | Reverting context removal from change #27992. This should | Steve Peters | 2006-05-01 | 1 | -1/+1 |
* | 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 |