summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-2/+4
* Make the ptr_table functions available in an unthreaded perl, as otherNicholas Clark2007-01-031-2/+2
* remove conflict in pending_ident function and field nameDave Mitchell2007-01-021-1/+0
* move easy lexer state variables into PL_parserDave Mitchell2007-01-021-0/+1
* split parser initialisation from parser executionDave Mitchell2007-01-011-0/+1
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-011-1/+6
* Rationalise the logic in lex_start for creating a new temporary if theNicholas Clark2006-12-311-1/+1
* Better fix than #29479 for exporting refcounted_he_chain_2hvSteve Hay2006-12-061-1/+1
* Re: [PATCH] User pragmas now accessible from BYves Orton2006-12-061-1/+1
* Actually submit previous change.Rafael Garcia-Suarez2006-12-041-0/+1
* Re: [perl #41010] (?(COND)) in pattern matching not working properlyYves Orton2006-12-031-1/+1
* Make get_db_sub non-static, and call it from pp_goto, which allows theNicholas Clark2006-12-011-1/+1
* Remove the pp_entersub specific logic from S_get_db_sub.Nicholas Clark2006-12-011-1/+1
* Continue split of perl internal regexp structures from ones that are engine s...Yves Orton2006-12-011-2/+3
* Verify that the debugger has an array where to store lines beforeRafael Garcia-Suarez2006-12-011-0/+2
* Move words and revcharmap out of struct _rev_trie_data and duplicateNicholas Clark2006-11-271-3/+6
* Move widecharmap out of the shared structure _reg_trie_data into theNicholas Clark2006-11-261-3/+6
* Change (well, correct) S_add_data to take and return a U32.Nicholas Clark2006-11-261-1/+1
* was RE: Perl_die() / Perl_croak()Robin Barker2006-11-131-2/+2
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-1/+1
* Perl_die() / Perl_croak()Philip M. Gollucci2006-11-081-2/+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-1/+0
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-3/+3
* Re: $, and sayGisle Aas2006-11-021-1/+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-0/+2
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-121-0/+1
* Regexp Recurse by name.Yves Orton2006-10-101-0/+1
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-0/+1
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-1/+1
* const sv_reftypeJarkko Hietaniemi2006-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/+1
* 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/+1
* Teach regex optimiser how to handle (?=) and (?<=) properly.Yves Orton2006-09-111-2/+4
* Re: [PATCH] Trie jumpingYves Orton2006-09-051-3/+6
* gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),Steve Peters2006-08-171-1/+1
* g++ large patchJarkko Hietaniemi2006-08-071-4/+4
* Re: Fix loads of warnings from the last escaping patch...Yves Orton2006-07-161-4/+4
* Updated escaping code. utf8 regex debug output improvementsYves Orton2006-07-151-2/+10
* 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-1/+3
* consting and localizing in universal.cAndy Lester2006-07-041-1/+1
* Re: [PATCH] Hash::Util::FieldHashAnno Siegel2006-06-231-0/+1
* Add the new method UNIVERSAL::DOES() and the API function sv_does()chromatic2006-06-121-0/+1
* Static cleanup in pp_sort.cAndy Lester2006-06-121-0/+1