summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* study_chunk: honour mutate_ok over recursionHugo van der Sanden2020-06-011-1/+1
* study_chunk: extract rck_elide_nothingHugo van der Sanden2020-06-011-0/+3
* regcomp.c: Rmv C undefined behaviorKarl Williamson2020-04-121-1/+1
* Add named sequences to Unicode wildcard name capabilitesKarl Williamson2020-03-201-3/+3
* pp_match(): output regex debugging infoKarl Williamson2020-03-181-0/+8
* op.c: change Optype to I32 for cmpchain functionsYves Orton2020-03-121-2/+2
* chained comparisonsZefram2020-03-121-0/+14
* Stop requesting inlining some functions in recomp.cKarl Williamson2020-03-111-21/+7
* Revert "croak_memory_wrap is an inline function."Karl Williamson2020-03-111-3/+1
* Rmv obsolete functionKarl Williamson2020-03-111-5/+0
* Allow debugging from regexec.c back to regcomp.cKarl Williamson2020-03-111-3/+12
* Add thread safety to some environment accessesKarl Williamson2020-03-111-0/+7
* Implement \p{Name=/.../} wildcardsKarl Williamson2020-03-111-0/+3
* optimize sort by inlining comparison functionsTomasz Konojacki2020-03-091-6/+93
* regen/embed.pl: handle PERL_STATIC_INLINE_NO_RET properlyTomasz Konojacki2020-03-091-0/+2
* Allow wildcard pattern debuggingKarl Williamson2020-03-051-2/+2
* Allow more debugging in re_comp.cKarl Williamson2020-03-021-2/+19
* Move two regex functions so that can use re debugKarl Williamson2020-03-021-8/+8
* embed.fnc: Reorder the entries dealing with regexesKarl Williamson2020-03-021-101/+101
* regen/embed.pl: Force F or f flags on ... fcnsKarl Williamson2020-03-011-1/+3
* embed.fnc: Make re_croak a format fcnKarl Williamson2020-03-011-1/+2
* regcomp.c: Change re_croak2 to re_croakKarl Williamson2020-03-011-3/+3
* regcomp.c: Add wrappers for cmplng/xctng wildcard subpatternsKarl Williamson2020-02-191-0/+8
* regcomp.c: Create wrapper fcn for re_op_compileKarl Williamson2020-02-191-0/+5
* Move some obsolete UTF-8 handling fcns to mathomsKarl Williamson2020-02-191-2/+12
* Improve handling of nested qr/(?[...])/Karl Williamson2020-02-191-0/+3
* toke.c: Split code to load _charnames.pm into own fncKarl Williamson2020-02-121-0/+5
* utf8.c: Use common fcn for error messageKarl Williamson2020-01-231-4/+6
* Move cntrl_to_mnemonic() to util.c from regcomp.cKarl Williamson2020-01-231-4/+4
* Change return type of regcurly to boolKarl Williamson2020-01-231-1/+1
* Remove dquote_inline.hKarl Williamson2020-01-231-7/+9
* (toke|regcomp).c: Use common fcn to handle \0 problemsKarl Williamson2020-01-231-7/+0
* Restructure grok_bslash_[ox]Karl Williamson2020-01-231-2/+11
* Restructure grok_bslash_cKarl Williamson2020-01-231-2/+3
* dquote.c: Change parameter nameKarl Williamson2020-01-231-4/+4
* Hoist code point portability warningsKarl Williamson2020-01-231-2/+2
* Improve performance of grok_bin_oct_hex()Karl Williamson2020-01-131-1/+5
* Collapse grok_bin, _oct, _hex into one functionKarl Williamson2020-01-131-0/+3
* Rewrite and inline my_strnlen()Karl Williamson2020-01-131-1/+3
* embed.fnc: Remove wrong 'const'Karl Williamson2020-01-071-1/+1
* Change len param in savepvn to Size_t from I32Karl Williamson2020-01-071-1/+1
* utf8.c: Change parameter types of internal fcnsKarl Williamson2020-01-031-2/+2
* Change parameter type of static fcnKarl Williamson2020-01-031-1/+1
* Change some structures/fcns to use I32 and U32Karl Williamson2020-01-031-2/+2
* Rmv leading underscore from macro nameKarl Williamson2019-12-111-3/+3
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-0/+10
* PATCH: gh #17275 Silence new warningKarl Williamson2019-11-211-19/+21
* regcomp.c: Add invlist_lowest() and use itKarl Williamson2019-11-201-0/+7
* find_first_differing_byte_posKarl Williamson2019-11-201-0/+5
* add explicit 1-arg and 3-arg sig handler functionsDavid Mitchell2019-11-181-0/+8