summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: Set flags when optimizing a [char class]Karl Williamson2012-08-111-8/+11
* Don’t let format arguments ‘leak out’ of formlineFather Chrysostomos2012-08-081-0/+1
* regcomp.c: inline trivial static functionKarl Williamson2012-08-021-1/+1
* regcomp.c: Revise API for static functionKarl Williamson2012-08-021-1/+1
* regcomp.c: Make invlist_search() usable from re_comp.cKarl Williamson2012-08-021-6/+6
* regcomp.c: Rename static fcn to better reflect its purposeKarl Williamson2012-08-021-5/+5
* Oust sv_gmagical_2iv_pleaseFather Chrysostomos2012-07-281-5/+0
* Flatten vstrings modified in placeFather Chrysostomos2012-07-271-6/+0
* Merge ck_trunc and ck_chdirFather Chrysostomos2012-07-251-6/+0
* regcomp.c: Add _invlist_contains_cpKarl Williamson2012-07-241-0/+6
* utf8.c: Add a get_() method to hide internal detailsKarl Williamson2012-07-241-0/+6
* regcomp.c: Extract some code into an inline functionKarl Williamson2012-07-241-0/+5
* regcomp.c: Extract code to inline functionKarl Williamson2012-07-241-0/+6
* embed.fnc: Remove duplicate entryKarl Williamson2012-07-241-5/+0
* embed.fnc: Add const to remove compiler warningKarl Williamson2012-07-241-1/+1
* Unify code that initializes constants yes, no, and undefChip Salzenberg2012-07-231-0/+1
* regcomp.c: Refactor code into a functionKarl Williamson2012-07-191-0/+6
* utf8.c: Create API so internals can be hiddenKarl Williamson2012-07-191-0/+6
* Adding support for Visual C's __declspec(noreturn) function declarations to perlDaniel Dragan2012-07-181-12/+12
* Magic flags harmonization.Chip Salzenberg2012-07-151-2/+18
* Eliminate PL_OP_SLAB_ALLOCFather Chrysostomos2012-07-121-38/+29
* PERL_DEBUG_READONLY_OPS with the new allocatorFather Chrysostomos2012-07-121-1/+14
* regcomp.c: Remove obsolete codeKarl Williamson2012-06-291-16/+0
* handy.h: Fix isBLANK_uni and isBLANK_utf8Karl Williamson2012-06-291-0/+10
* Make formats close over the right closureFather Chrysostomos2012-06-291-0/+3
* CV-based slab allocation for opsFather Chrysostomos2012-06-291-21/+39
* Reset the iterator when an array is clearedVincent Pit2012-06-221-0/+6
* Refactor \x processing to single functionKarl Williamson2012-06-201-0/+9
* Don’t create pads for sub stubsFather Chrysostomos2012-06-151-0/+5
* S_regcppush/pop : don't save PL_reginputDavid Mitchell2012-06-131-1/+1
* eliminate PL_reglast(close)?paren, PL_regoffsDavid Mitchell2012-06-131-2/+6
* 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-18/+1
* Fix up runtime regex codeblocks.David Mitchell2012-06-131-1/+1
* add op_comp field to regexp_engine APIDavid Mitchell2012-06-131-2/+6
* 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/+1
* Move bulk of pp_regcomp() into re_op_compile()David Mitchell2012-06-131-1/+1
* change re_op_compile() to take a list of SVsDavid Mitchell2012-06-131-1/+1
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-1/+1
* add Perl_re_op_compile functionDavid Mitchell2012-06-131-0/+1
* add Perl_current_re_engine() functionDavid Mitchell2012-06-131-0/+1
* [perl #109542] Make num ops treat $1 as "$1"Father Chrysostomos2012-06-071-0/+5
* Make setdefout accept only NNFather Chrysostomos2012-06-071-1/+5
* Do away with stashpv_hvname_matchFather Chrysostomos2012-06-041-7/+0
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-0/+5
* remove deprecated qw-as-parens behaviourZefram2012-05-251-5/+0
* The reentrant API should always have prototypes.Craig A. Berry2012-05-241-10/+8
* utf8.c: Add nomix-ASCII option to to_fold functionsKarl Williamson2012-05-221-1/+1