summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: Add wrappers for cmplng/xctng wildcard subpatternsKarl Williamson2020-02-191-0/+5
* 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-3/+3
* Improve handling of nested qr/(?[...])/Karl Williamson2020-02-191-0/+2
* embed.fnc: Clarify commentsKarl Williamson2020-02-121-3/+3
* toke.c: Split code to load _charnames.pm into own fncKarl Williamson2020-02-121-0/+4
* utf8.c: Use common fcn for error messageKarl Williamson2020-01-231-1/+1
* Move cntrl_to_mnemonic() to util.c from regcomp.cKarl Williamson2020-01-231-1/+1
* Change return type of regcurly to boolKarl Williamson2020-01-231-1/+1
* Remove dquote_inline.hKarl Williamson2020-01-231-0/+2
* (toke|regcomp).c: Use common fcn to handle \0 problemsKarl Williamson2020-01-231-2/+0
* Restructure grok_bslash_[ox]Karl Williamson2020-01-231-12/+26
* Restructure grok_bslash_cKarl Williamson2020-01-231-1/+4
* dquote.c: Change parameter nameKarl Williamson2020-01-231-2/+2
* Hoist code point portability warningsKarl Williamson2020-01-231-2/+0
* embed.fnc: grok_bin_oct_hex() isn't documentedKarl Williamson2020-01-181-1/+1
* Improve performance of grok_bin_oct_hex()Karl Williamson2020-01-131-1/+6
* Collapse grok_bin, _oct, _hex into one functionKarl Williamson2020-01-131-3/+8
* Rewrite and inline my_strnlen()Karl Williamson2020-01-131-1/+1
* embed.fnc: Fix typo in commentKarl Williamson2020-01-071-1/+1
* 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-3/+3
* Rmv leading underscore from macro nameKarl Williamson2019-12-111-2/+2
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-0/+1
* Fix wrong apidoc lineKarl Williamson2019-11-301-1/+1
* PATCH: gh #17275 Silence new warningKarl Williamson2019-11-211-0/+2
* regcomp.c: Add invlist_lowest() and use itKarl Williamson2019-11-201-0/+1
* Add ANYOFHs regnodeKarl Williamson2019-11-201-1/+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-1/+1
* add Siginfo_tDavid Mitchell2019-11-181-2/+2
* regcomp.c: Add parameter to static functionKarl Williamson2019-11-171-0/+1
* clean up quadmath_format_*() functionsTony Cook2019-11-161-2/+2
* embed.fnc: Parameter is really a constKarl Williamson2019-11-161-1/+5
* Remove swashes from coreKarl Williamson2019-11-061-6/+0
* Reimplement tr/// without swashesKarl Williamson2019-11-061-5/+5
* op.c: Add debugging dump functionKarl Williamson2019-11-061-1/+4
* 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-15/+19
* regcomp.c: Change name of static function.Karl Williamson2019-11-061-2/+2
* Doc: fix sv_setsv_cow referenceSergey Aleynikov2019-11-041-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-33/+0
* Rmv more deprecated characlassify/case change macrosKarl Williamson2019-10-311-15/+6
* remove now unneeded FEATURE_IS_ENABLED()Tony Cook2019-10-301-4/+0