summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* add explicit 1-arg and 3-arg sig handler functionsDavid Mitchell2019-11-181-0/+8
* add a new function, Perl_perly_sighandler()David Mitchell2019-11-181-0/+2
* add PERL_USE_3ARG_SIGHANDLER macroDavid Mitchell2019-11-181-12/+12
* add Siginfo_tDavid Mitchell2019-11-181-2/+2
* regcomp.c: Add parameter to static functionKarl Williamson2019-11-171-1/+1
* clean up quadmath_format_*() functionsTony Cook2019-11-161-2/+2
* embed.fnc: Parameter is really a constKarl Williamson2019-11-161-1/+1
* Remove swashes from coreKarl Williamson2019-11-061-18/+0
* Reimplement tr/// without swashesKarl Williamson2019-11-061-61/+58
* op.c: Add debugging dump functionKarl Williamson2019-11-061-1/+4
* doop.c: Add a parameter to a few fcnsKarl Williamson2019-11-061-6/+6
* Move some static fcns from regcomp.c to invlist_inline.hKarl Williamson2019-11-061-12/+18
* regcomp.c: Change name of static function.Karl Williamson2019-11-061-5/+5
* Factor out common code from sv_derived_from_* subs familySergey Aleynikov2019-11-041-6/+5
* PATCH: Character class code broke MSWin32 compilationKarl Williamson2019-11-031-241/+0
* Rmv more deprecated characlassify/case change macrosKarl Williamson2019-10-311-47/+7
* remove now unneeded FEATURE_IS_ENABLED()Tony Cook2019-10-301-3/+0
* 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