summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: Refactor code into a functionKarl Williamson2012-07-191-0/+1
* utf8.c: Create API so internals can be hiddenKarl Williamson2012-07-191-0/+1
* Magic flags harmonization.Chip Salzenberg2012-07-151-1/+6
* Eliminate PL_OP_SLAB_ALLOCFather Chrysostomos2012-07-121-9/+2
* PERL_DEBUG_READONLY_OPS with the new allocatorFather Chrysostomos2012-07-121-0/+6
* regcomp.c: Remove obsolete codeKarl Williamson2012-06-291-2/+0
* handy.h: Fix isBLANK_uni and isBLANK_utf8Karl Williamson2012-06-291-0/+2
* Make formats close over the right closureFather Chrysostomos2012-06-291-0/+2
* CV-based slab allocation for opsFather Chrysostomos2012-06-291-5/+11
* Reset the iterator when an array is clearedVincent Pit2012-06-221-0/+1
* Refactor \x processing to single functionKarl Williamson2012-06-201-0/+1
* Don’t create pads for sub stubsFather Chrysostomos2012-06-151-0/+1
* S_regcppush/pop : don't save PL_reginputDavid Mitchell2012-06-131-1/+1
* eliminate PL_reglast(close)?paren, PL_regoffsDavid Mitchell2012-06-131-2/+2
* make is_bare_re bool. not int in re_op_compileDavid Mitchell2012-06-131-1/+1
* eliminate sv_compile_2op, sv_compile_2op_is_brokenDavid Mitchell2012-06-131-8/+1
* Fix up runtime regex codeblocks.David Mitchell2012-06-131-1/+2
* add op_comp field to regexp_engine APIDavid Mitchell2012-06-131-2/+2
* re_op_compile(): split flags into two argumentsDavid Mitchell2012-06-131-1/+1
* re_op_compile(): rename pm_flags to rx_flagsDavid Mitchell2012-06-131-2/+2
* "don't recompile pattern" check: account for UTF8David Mitchell2012-06-131-1/+2
* Move bulk of pp_regcomp() into re_op_compile()David Mitchell2012-06-131-2/+5
* change re_op_compile() to take a list of SVsDavid Mitchell2012-06-131-2/+2
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-1/+1
* add Perl_re_op_compile functionDavid Mitchell2012-06-131-0/+2
* add Perl_current_re_engine() functionDavid Mitchell2012-06-131-0/+1
* Add alloccopstash provisionally to the APIFather Chrysostomos2012-06-081-1/+1
* [perl #109542] Make num ops treat $1 as "$1"Father Chrysostomos2012-06-071-0/+1
* Make setdefout accept only NNFather Chrysostomos2012-06-071-1/+1
* Do away with stashpv_hvname_matchFather Chrysostomos2012-06-041-2/+0
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-0/+3
* remove deprecated qw-as-parens behaviourZefram2012-05-251-2/+0
* The reentrant API should always have prototypes.Craig A. Berry2012-05-241-2/+2
* utf8.c: Add nomix-ASCII option to to_fold functionsKarl Williamson2012-05-221-1/+1
* embed.fnc: Change formal param name to match docsKarl Williamson2012-05-221-1/+1
* Consign magic_setamagic to oblivionFather Chrysostomos2012-05-211-1/+0
* Don’t magicalise %OVERLOADFather Chrysostomos2012-05-211-1/+0
* [rt #111730] don't use I32 for offsets in vec()Tony Cook2012-05-211-1/+1
* Copy call checker when cloning closure prototypeFather Chrysostomos2012-05-211-0/+2
* PATCH: [perl #112530] Panic with inversion listsKarl Williamson2012-04-231-2/+2
* [perl #112316] Make strict vars respect assignment from null pkgFather Chrysostomos2012-04-191-1/+4
* valid_utf8_to_uv{chr,uni} have no documentation, so remove the 'd' flag.Nicholas Clark2012-04-181-2/+2
* Label UTF8 cleanupBrian Fraser2012-03-251-2/+3
* op.c: Warnings cleanup.Brian Fraser2012-03-231-4/+7
* Remove yyerror_svFather Chrysostomos2012-03-221-1/+0
* toke.c: yyerror cleanup.Brian Fraser2012-03-221-1/+4
* Deprecate utf8_to_uvchr() and utf8_to_uvuni()Karl Williamson2012-03-191-2/+2
* utf8.c: Add valid_utf8_to_uvuni() and valid_utf8_to_uvchr()Karl Williamson2012-03-191-0/+2
* utf8.c: Add utf8_to_uvchr_buf() and utf8_to_uvuni_buf()Karl Williamson2012-03-191-0/+2
* rework how the trie logic handles the newer EXACT nodetypesYves Orton2012-03-031-1/+3