| Commit message (Expand) | Author | Age | Files | Lines |
* | Make get_db_sub non-static, and call it from pp_goto, which allows the | Nicholas Clark | 2006-12-01 | 1 | -2/+2 |
* | Continue split of perl internal regexp structures from ones that are engine s... | Yves Orton | 2006-12-01 | 1 | -6/+4 |
* | Verify that the debugger has an array where to store lines before | Rafael Garcia-Suarez | 2006-12-01 | 1 | -0/+4 |
* | Move words and revcharmap out of struct _rev_trie_data and duplicate | Nicholas Clark | 2006-11-27 | 1 | -3/+3 |
* | Move widecharmap out of the shared structure _reg_trie_data into the | Nicholas Clark | 2006-11-26 | 1 | -3/+3 |
* | Regex Utility Functions and Substituion Fix (XML::Twig core dump) | Yves Orton | 2006-11-13 | 1 | -2/+6 |
* | New regex syntax omnibus | Yves Orton | 2006-11-07 | 1 | -1/+1 |
* | Re: [perl #40641] crash with unicode characters in regex comment | SADAHIRO Tomoyuki | 2006-11-04 | 1 | -0/+2 |
* | replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the ... | SADAHIRO Tomoyuki | 2006-11-03 | 1 | -2/+0 |
* | Re: $, and say | Gisle Aas | 2006-11-02 | 1 | -4/+0 |
* | Make S_readpipe_override() compile with threads; regenerate perlapi.pod | Rafael Garcia-Suarez | 2006-10-31 | 1 | -0/+2 |
* | The first patch from: | Yves Orton | 2006-10-30 | 1 | -1/+1 |
* | Add Regex conditionals. Various bugfixes. More tests. | Yves Orton | 2006-10-12 | 1 | -0/+2 |
* | Regexp Recurse by name. | Yves Orton | 2006-10-10 | 1 | -0/+2 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -0/+2 |
* | Re: [PATCH] Add recursive regexes similar to PCRE | Yves Orton | 2006-10-05 | 1 | -1/+1 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -0/+12 |
* | Make Perl_regdupe only exist for threaded perls. | Nicholas Clark | 2006-09-26 | 1 | -0/+4 |
* | Add hook for re_dup() into regex engine as reg_dupe (make re | Yves Orton | 2006-09-25 | 1 | -0/+2 |
* | prototype() wasn't working to get the prototype of optional core | Rafael Garcia-Suarez | 2006-09-20 | 1 | -1/+1 |
* | Re: \N{...} in regular expression [PATCH] | Yves Orton | 2006-09-19 | 1 | -0/+2 |
* | 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 |