summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* embed.fnc: Add p flag for is_utf8_non_invariant_string()Karl Williamson2019-09-151-1/+1
* Add Perl_ to SvAMAGIC _off,_on namesKarl Williamson2019-09-151-0/+2
* Fix up get_regex_charset_name()Karl Williamson2019-09-151-0/+3
* Make PadnameIN_SCOPE() name begin with S_Karl Williamson2019-09-151-0/+3
* Strip leading underscore _variant_byte_number()Karl Williamson2019-09-151-1/+1
* Change name of _utf8_to_uvchr_buf()Karl Williamson2019-09-151-1/+1
* Strip leading underscore from is_utf8_char_helper()Karl Williamson2019-09-151-1/+1
* inline.h: Change fcn name prefix from S_ to Perl_Karl Williamson2019-09-151-36/+36
* Remove M flag from several functionsKarl Williamson2019-09-021-0/+2
* embed.fnc: pack_cat, pad_compname_type have macroKarl Williamson2019-09-021-6/+0
* embed.fnc: There is no macro for sv_nolocking()Karl Williamson2019-09-021-0/+3
* Implement SvPVutf8_nomg and SvPVbyte_nomgPali2019-09-021-2/+2
* Implement sv_utf8_downgrade_nomgPali2019-09-021-1/+1
* [perl #132474] Add function for parsing sub signaturesPaul "LeoNerd" Evans2019-07-221-0/+1
* utf8_to_uvchr_buf() make behavior match docsKarl Williamson2019-07-011-0/+1
* embed.fnc: Add flag for bypass macro existenceKarl Williamson2019-05-301-3/+0
* Let embed.fnc define the my_str_foo() fcnsKarl Williamson2019-05-301-0/+9
* Make sv_mortalcopy_flags() publicPali2019-05-291-1/+1
* Create fcn for lossless conversion of NV to IVKarl Williamson2019-05-241-0/+3
* Create Strtod()Karl Williamson2019-04-191-0/+1
* Make a few parse fcns accessible to B::Hooks::ParserKarl Williamson2019-04-131-3/+3
* PATCH: [perl #133889] Assertion failureKarl Williamson2019-03-221-2/+2
* regexec.c: Add parameter to static fcnKarl Williamson2019-03-181-1/+1
* toke.c: Allow \N{} handling fcn to be used elsewhere in coreKarl Williamson2019-03-131-1/+1
* toke.c: Add wrapper functionKarl Williamson2019-03-131-1/+2
* Add newSVsv_nomg() macro which is like newSVsv() but does not process get magicPali2019-02-251-1/+1
* Remove relics of regex swash useKarl Williamson2019-02-141-8/+1
* Move \p{user-defined} to core from utf8_heavy.plKarl Williamson2019-02-141-1/+2
* utf8.c: Add functions for Turkic locale case changingKarl Williamson2019-02-051-0/+3
* pp.c: Avoid use of unsafe functionKarl Williamson2019-02-041-1/+1
* (perl #108276) eliminate recursion from finalize_op()Tony Cook2019-02-051-0/+1
* PERL_OP_PARENT is always defined, stop testing for itTony Cook2019-01-251-3/+1