summaryrefslogtreecommitdiff
path: root/embed.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/+1
* Add named sequences to Unicode wildcard name capabilitesKarl Williamson2020-03-201-2/+2
* pp_match(): output regex debugging infoKarl Williamson2020-03-181-0/+1
* chained comparisonsZefram2020-03-121-0/+3
* Rmv obsolete functionKarl Williamson2020-03-111-1/+0
* Allow debugging from regexec.c back to regcomp.cKarl Williamson2020-03-111-1/+8
* Add thread safety to some environment accessesKarl Williamson2020-03-111-0/+1
* Implement \p{Name=/.../} wildcardsKarl Williamson2020-03-111-0/+1
* optimize sort by inlining comparison functionsTomasz Konojacki2020-03-091-0/+9
* Allow more debugging in re_comp.cKarl Williamson2020-03-021-2/+6
* Move two regex functions so that can use re debugKarl Williamson2020-03-021-2/+2
* embed.fnc: Reorder the entries dealing with regexesKarl Williamson2020-03-021-33/+33
* regcomp.c: Add wrappers for cmplng/xctng wildcard subpatternsKarl Williamson2020-02-191-0/+2
* regcomp.c: Create wrapper fcn for re_op_compileKarl Williamson2020-02-191-0/+1
* Move some obsolete UTF-8 handling fcns to mathomsKarl Williamson2020-02-191-0/+6
* Improve handling of nested qr/(?[...])/Karl Williamson2020-02-191-0/+1
* toke.c: Split code to load _charnames.pm into own fncKarl Williamson2020-02-121-0/+1
* utf8.c: Use common fcn for error messageKarl Williamson2020-01-231-1/+3
* Move cntrl_to_mnemonic() to util.c from regcomp.cKarl Williamson2020-01-231-1/+1
* Remove dquote_inline.hKarl Williamson2020-01-231-1/+3
* (toke|regcomp).c: Use common fcn to handle \0 problemsKarl Williamson2020-01-231-1/+0
* Restructure grok_bslash_[ox]Karl Williamson2020-01-231-2/+4
* Restructure grok_bslash_cKarl Williamson2020-01-231-1/+1
* Hoist code point portability warningsKarl Williamson2020-01-231-2/+2
* Improve performance of grok_bin_oct_hex()Karl Williamson2020-01-131-1/+4
* Collapse grok_bin, _oct, _hex into one functionKarl Williamson2020-01-131-3/+1
* Rmv leading underscore from macro nameKarl Williamson2019-12-111-2/+2
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-0/+2
* PATCH: gh #17275 Silence new warningKarl Williamson2019-11-211-4/+6
* regcomp.c: Add invlist_lowest() and use itKarl Williamson2019-11-201-0/+1
* find_first_differing_byte_posKarl Williamson2019-11-201-0/+1
* add explicit 1-arg and 3-arg sig handler functionsDavid Mitchell2019-11-181-0/+4
* add a new function, Perl_perly_sighandler()David Mitchell2019-11-181-0/+1
* add PERL_USE_3ARG_SIGHANDLER macroDavid Mitchell2019-11-181-10/+10
* regcomp.c: Add parameter to static functionKarl Williamson2019-11-171-1/+1
* clean up quadmath_format_*() functionsTony Cook2019-11-161-4/+4
* Remove swashes from coreKarl Williamson2019-11-061-4/+0
* Reimplement tr/// without swashesKarl Williamson2019-11-061-12/+13
* op.c: Add debugging dump functionKarl Williamson2019-11-061-1/+2
* doop.c: Add a parameter to a few fcnsKarl Williamson2019-11-061-3/+3
* Move some static fcns from regcomp.c to invlist_inline.hKarl Williamson2019-11-061-4/+4
* regcomp.c: Change name of static function.Karl Williamson2019-11-061-1/+1
* Factor out common code from sv_derived_from_* subs familySergey Aleynikov2019-11-041-2/+5
* PATCH: Character class code broke MSWin32 compilationKarl Williamson2019-11-031-99/+0
* Rmv more deprecated characlassify/case change macrosKarl Williamson2019-10-311-13/+4
* Remove deprecated character classification/case changing macrosKarl Williamson2019-09-291-76/+9
* Un-revert "[MERGE] add+use si_cxsubix field"David Mitchell2019-09-231-0/+1
* Revert "[MERGE] add+use PL_curstackinfo->si_cxsubix field"v5.31.4Max Maischein2019-09-201-1/+0
* add Perl_gimme_V() static inline fn for GIMME_VDavid Mitchell2019-09-191-0/+1