summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated character classification/case changing macrosKarl Williamson2019-09-291-231/+15
* Un-revert "[MERGE] add+use si_cxsubix field"David Mitchell2019-09-231-0/+4
* Revert "[MERGE] add+use PL_curstackinfo->si_cxsubix field"v5.31.4Max Maischein2019-09-201-4/+0
* add Perl_gimme_V() static inline fn for GIMME_VDavid Mitchell2019-09-191-0/+4
* embed.fnc: 'm' and 'p' flags don't make sense togetherKarl Williamson2019-09-151-6/+7
* perlapi: Properly document Perl_custom_op_xop()Karl Williamson2019-09-151-2/+2
* embed.fnc: Add p flag for is_utf8_non_invariant_string()Karl Williamson2019-09-151-1/+1
* Add embed.fnc entry for ReANYKarl Williamson2019-09-151-0/+5
* Add embed.fnc entries for TOPMARK, POPMARKKarl Williamson2019-09-151-0/+8
* Add Perl_ to SvAMAGIC _off,_on namesKarl Williamson2019-09-151-0/+10
* Add embed.fnc entries for Cv inline fcnsKarl Williamson2019-09-151-0/+10
* Fix up get_regex_charset_name()Karl Williamson2019-09-151-0/+7
* Make PadnameIN_SCOPE() name begin with S_Karl Williamson2019-09-151-0/+7
* Some SvREFCNT_foo are no longer macrosKarl Williamson2019-09-151-0/+22
* Strip leading underscore _variant_byte_number()Karl Williamson2019-09-151-2/+2
* Change name of _utf8_to_uvchr_buf()Karl Williamson2019-09-151-5/+5
* Strip leading underscore from is_utf8_char_helper()Karl Williamson2019-09-151-6/+6
* inline.h: Change fcn name prefix from S_ to Perl_Karl Williamson2019-09-151-36/+36
* regen/embed.pl: Generally generate an ARGS_ASSERTKarl Williamson2019-09-151-0/+532
* Remove deprecated flag from sv_nosharing.Karl Williamson2019-09-031-3/+1
* Remove M flag from several functionsKarl Williamson2019-09-021-3/+5
* embed.fnc: Functions in mathoms are deprecatedKarl Williamson2019-09-021-22/+70
* Implement SvPVutf8_nomg and SvPVbyte_nomgPali2019-09-021-0/+10
* Implement sv_utf8_downgrade_nomgPali2019-09-021-0/+6
* PATCH: [perl #134329] Use after free in regcomp.cKarl Williamson2019-08-301-2/+6
* embed.fnc: Certain fcns don't have Perl_ prefixKarl Williamson2019-07-231-8/+8
* [perl #132474] Add function for parsing sub signaturesPaul "LeoNerd" Evans2019-07-221-0/+1
* (perl #134221) support append mode for open .. undefTony Cook2019-07-161-0/+5
* utf8_to_uvchr_buf() make behavior match docsKarl Williamson2019-07-011-0/+5
* make S_gen_constant_list() void returnDavid Mitchell2019-06-241-1/+1
* embed.fnc: Add flag for bypass macro existenceKarl Williamson2019-05-301-16/+6
* croak_memory_wrap is an inline function.Karl Williamson2019-05-301-1/+1
* Create fcn for lossless conversion of NV to IVKarl Williamson2019-05-241-0/+7
* Create Strtod()Karl Williamson2019-04-191-0/+5
* Make a few parse fcns accessible to B::Hooks::ParserKarl Williamson2019-04-131-13/+13
* PATCH: [perl #133889] Assertion failureKarl Williamson2019-03-221-2/+2
* regexec.c: Add parameter to static fcnKarl Williamson2019-03-181-2/+2
* Add more checking for regnode offset overflowingKarl Williamson2019-03-141-2/+2
* toke.c: Allow \N{} handling fcn to be used elsewhere in coreKarl Williamson2019-03-131-5/+5
* toke.c: Add wrapper functionKarl Williamson2019-03-131-1/+6
* toke.c: Change API of static functionKarl Williamson2019-03-131-1/+1
* is_invlist(): Allow NULL inputKarl Williamson2019-03-121-2/+0
* Fix dup_warnings()Karl Williamson2019-02-271-2/+0
* add Perl_dup_warnings() and fix leakDavid Mitchell2019-02-271-0/+3
* Add newSVsv_nomg() macro which is like newSVsv() but does not process get magicPali2019-02-251-0/+8
* harmonise two versions of Perl_my_cxt_initDavid Mitchell2019-02-191-2/+2
* Remove relics of regex swash useKarl Williamson2019-02-141-22/+1
* Move \p{user-defined} to core from utf8_heavy.plKarl Williamson2019-02-141-2/+5
* utf8.c: Add functions for Turkic locale case changingKarl Williamson2019-02-051-0/+9
* pp.c: Avoid use of unsafe functionKarl Williamson2019-02-041-1/+1