summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove deprecated character classification/case changing macrosKarl Williamson2019-09-291-47/+6
* 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: M and o flags don't make sense togetherKarl Williamson2019-09-151-5/+5
* embed.fnc: 'm' and 'p' flags don't make sense togetherKarl Williamson2019-09-151-5/+5
* perlapi: Properly document Perl_custom_op_xop()Karl Williamson2019-09-151-1/+3
* autodoc.pl: Special case macros whose name begins with Perl_Karl Williamson2019-09-151-1/+3
* embed.fnc: Add some comment about name space pollutionKarl Williamson2019-09-151-0/+40
* embed.fnc: E, X flags don't make sense with mKarl Williamson2019-09-151-3/+3
* 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/+1
* Add embed.fnc entries for TOPMARK, POPMARKKarl Williamson2019-09-151-0/+2
* Add Perl_ to SvAMAGIC _off,_on namesKarl Williamson2019-09-151-0/+2
* Add embed.fnc entries for Cv inline fcnsKarl 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
* Some SvREFCNT_foo are no longer macrosKarl Williamson2019-09-151-0/+5
* 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
* regen/embed.pl: Generally generate an ARGS_ASSERTKarl Williamson2019-09-151-1/+16
* embed.fnc: Mark atof2, atof3 for internal use onlyKarl Williamson2019-09-151-2/+2
* embed.fnc: Change some 'x' marked fcns to 'C'Karl Williamson2019-09-151-103/+103