summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* was RE: Perl_die() / Perl_croak()Robin Barker2006-11-131-2/+5
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-4/+3
* Perl_die() / Perl_croak()Philip M. Gollucci2006-11-081-5/+2
* New regex syntax omnibusYves Orton2006-11-071-1/+1
* Re: [perl #40641] crash with unicode characters in regex commentSADAHIRO Tomoyuki2006-11-041-0/+1
* replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the ...SADAHIRO Tomoyuki2006-11-031-4/+0
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-3/+3
* Re: $, and sayGisle Aas2006-11-021-4/+0
* Make S_readpipe_override() compile with threads; regenerate perlapi.podRafael Garcia-Suarez2006-10-311-0/+1
* The first patch from:Yves Orton2006-10-301-1/+1
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-121-0/+5
* Regexp Recurse by name.Yves Orton2006-10-101-0/+3
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-0/+3
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-1/+1
* Regenerate proto.hRafael Garcia-Suarez2006-10-031-1/+1
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-0/+2
* Make Perl_regdupe only exist for threaded perls.Nicholas Clark2006-09-261-0/+2
* Add hook for re_dup() into regex engine as reg_dupe (make reYves Orton2006-09-251-0/+4
* prototype() wasn't working to get the prototype of optional coreRafael Garcia-Suarez2006-09-201-1/+1
* Re: \N{...} in regular expression [PATCH]Yves Orton2006-09-191-0/+3
* Teach regex optimiser how to handle (?=) and (?<=) properly.Yves Orton2006-09-111-4/+12
* Re: [PATCH] Trie jumpingYves Orton2006-09-051-5/+8
* gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),Steve Peters2006-08-171-3/+1
* g++ large patchJarkko Hietaniemi2006-08-071-8/+8
* Re: Fix loads of warnings from the last escaping patch...Yves Orton2006-07-161-2/+2
* run regen_headerdsDave Mitchell2006-07-161-1/+11
* Add Russ Allbery's public domain implementations of strlcat andSteve Peters2006-07-101-0/+8
* Introduce a new function, pv_escape(), to display contents of PVsYves Orton2006-07-061-0/+4
* consting and localizing in universal.cAndy Lester2006-07-041-1/+1
* Re: [PATCH] Hash::Util::FieldHashAnno Siegel2006-06-231-0/+5
* Add the new method UNIVERSAL::DOES() and the API function sv_does()chromatic2006-06-121-0/+5
* Static cleanup in pp_sort.cAndy Lester2006-06-121-0/+4
* Proper use of enumsAndy Lester2006-06-121-1/+1
* Mark the 1st argument to S_exec_failed as non nullRafael Garcia-Suarez2006-06-091-1/+3
* Add error checks after execing PL_cshname or PL_sh_pathJan Dubois2006-06-091-0/+3
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-091-1/+17
* Regen headers following change 28325. Also, make it compileRafael Garcia-Suarez2006-05-291-19/+32
* [PATCH] gv.c constingAndy Lester2006-05-291-2/+2
* Run 'make regen' for changes 28299, 28300, 28301.Marcus Holland-Moritz2006-05-241-0/+1
* clean some lint findingsAndy Lester2006-05-231-3/+3
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-0/+2
* Abolish cop_arybase. Signal a non zero $[ with a hint flag, and storeNicholas Clark2006-05-201-0/+6
* Refactoring reghopsAndy Lester2006-05-161-2/+2
* refactoring out S_regoptailAndy Lester2006-05-161-5/+0
* S_reguni should return its lengthAndy Lester2006-05-151-3/+2
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-0/+9
* upgrade bytes_to_uniAndy Lester2006-05-121-0/+5
* Proper use of static funcs in toke.c and pp_sys.cAndy Lester2006-05-121-0/+4
* Fixing embed.fncAndy Lester2006-05-121-2/+1
* Change 28145 means that Perl_allocmy() can take a const char *name.Nicholas Clark2006-05-091-1/+1